Gentoo Archives: gentoo-commits

From: "Tobias Scherbaum (dertobi123)" <dertobi123@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/grsync: grsync-0.9.1.ebuild ChangeLog grsync-0.6.1-r1.ebuild grsync-0.6.ebuild
Date: Thu, 30 Jul 2009 17:21:40
Message-Id: E1MWZJy-00030b-3A@stork.gentoo.org
1 dertobi123 09/07/30 17:21:38
2
3 Modified: ChangeLog
4 Added: grsync-0.9.1.ebuild
5 Removed: grsync-0.6.1-r1.ebuild grsync-0.6.ebuild
6 Log:
7 Version bump, also fixes #277818
8 (Portage version: 2.2_rc33/cvs/Linux i686)
9
10 Revision Changes Path
11 1.16 x11-misc/grsync/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/grsync/ChangeLog?rev=1.16&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/grsync/ChangeLog?rev=1.16&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/grsync/ChangeLog?r1=1.15&r2=1.16
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/grsync/ChangeLog,v
20 retrieving revision 1.15
21 retrieving revision 1.16
22 diff -u -r1.15 -r1.16
23 --- ChangeLog 2 May 2008 19:24:00 -0000 1.15
24 +++ ChangeLog 30 Jul 2009 17:21:38 -0000 1.16
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-misc/grsync
27 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/ChangeLog,v 1.15 2008/05/02 19:24:00 dertobi123 Exp $
29 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/ChangeLog,v 1.16 2009/07/30 17:21:38 dertobi123 Exp $
31 +
32 +*grsync-0.9.1 (30 Jul 2009)
33 +
34 + 30 Jul 2009; Tobias Scherbaum <dertobi123@g.o> -grsync-0.6.ebuild,
35 + -grsync-0.6.1-r1.ebuild, +grsync-0.9.1.ebuild:
36 + Version bump, also fixes #277818
37
38 *grsync-0.6.1-r1 (02 May 2008)
39
40
41
42
43 1.1 x11-misc/grsync/grsync-0.9.1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/grsync/grsync-0.9.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/grsync/grsync-0.9.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: grsync-0.9.1.ebuild
49 ===================================================================
50 # Copyright 1999-2009 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/grsync-0.9.1.ebuild,v 1.1 2009/07/30 17:21:38 dertobi123 Exp $
53
54 inherit gnome2
55
56 DESCRIPTION="A gtk frontend to rsync"
57 HOMEPAGE="http://www.opbyte.it/grsync/"
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
61 IUSE=""
62 SRC_URI="http://www.opbyte.it/release/${P}.tar.gz"
63
64 RDEPEND=">=x11-libs/gtk+-2.16
65 net-misc/rsync"
66
67 DEPEND="${RDEPEND}
68 dev-util/pkgconfig
69 dev-util/intltool"
70
71 DOCS="AUTHORS NEWS README"