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