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-0.6.1-r1.ebuild grsync-0.6.1.ebuild
Date: Fri, 02 May 2008 19:24:04
Message-Id: E1Js0rR-0007KM-3x@stork.gentoo.org
1 dertobi123 08/05/02 19:24:01
2
3 Modified: ChangeLog
4 Added: grsync-0.6.1-r1.ebuild
5 Removed: grsync-0.6.1.ebuild
6 Log:
7 Fix #209377, patch by Mahmoud Kassem as per https://bugs.launchpad.net/ubuntu/+source/grsync/+bug/148272
8 (Portage version: 2.1.5_rc6)
9
10 Revision Changes Path
11 1.15 x11-misc/grsync/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/grsync/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/grsync/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/grsync/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/grsync/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 22 Jan 2008 15:55:41 -0000 1.14
24 +++ ChangeLog 2 May 2008 19:24:00 -0000 1.15
25 @@ -1,6 +1,13 @@
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.14 2008/01/22 15:55:41 dertobi123 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grsync/ChangeLog,v 1.15 2008/05/02 19:24:00 dertobi123 Exp $
30 +
31 +*grsync-0.6.1-r1 (02 May 2008)
32 +
33 + 02 May 2008; Tobias Scherbaum <dertobi123@g.o>
34 + +files/session-crash.patch, -grsync-0.6.1.ebuild, +grsync-0.6.1-r1.ebuild:
35 + Fix #209377, patch by Mahmoud Kassem as per
36 + https://bugs.launchpad.net/ubuntu/+source/grsync/+bug/148272
37
38 *grsync-0.6.1 (22 Jan 2008)
39
40
41
42
43 1.1 x11-misc/grsync/grsync-0.6.1-r1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/grsync/grsync-0.6.1-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/grsync/grsync-0.6.1-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: grsync-0.6.1-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2008 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.6.1-r1.ebuild,v 1.1 2008/05/02 19:24:00 dertobi123 Exp $
53
54 inherit eutils gnome2 autotools
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="doc"
62 SRC_URI="http://www.opbyte.it/release/${P}.tar.gz"
63
64 RDEPEND=">=x11-libs/gtk+-2.6
65 net-misc/rsync"
66
67 DEPEND="${RDEPEND}
68 dev-util/pkgconfig
69 dev-util/intltool"
70
71 src_unpack() {
72 unpack ${A}
73 cd "${S}"
74 epatch "${FILESDIR}"/session-crash.patch
75 }
76
77 DOCS="AUTHORS NEWS README"
78
79
80
81 --
82 gentoo-commits@l.g.o mailing list