Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/File-RsyncP: ChangeLog File-RsyncP-0.68.ebuild File-RsyncP-0.52.ebuild File-RsyncP-0.64.ebuild
Date: Tue, 30 Sep 2008 12:59:11
Message-Id: E1Kkeol-0001Pl-QW@stork.gentoo.org
1 tove 08/09/30 12:59:07
2
3 Modified: ChangeLog File-RsyncP-0.68.ebuild
4 Removed: File-RsyncP-0.52.ebuild File-RsyncP-0.64.ebuild
5 Log:
6 Cleanup
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-tuxonice i686)
8
9 Revision Changes Path
10 1.22 dev-perl/File-RsyncP/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-RsyncP/ChangeLog?rev=1.22&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-RsyncP/ChangeLog?rev=1.22&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-RsyncP/ChangeLog?r1=1.21&r2=1.22
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/ChangeLog,v
19 retrieving revision 1.21
20 retrieving revision 1.22
21 diff -u -r1.21 -r1.22
22 --- ChangeLog 30 Jul 2008 16:37:19 -0000 1.21
23 +++ ChangeLog 30 Sep 2008 12:59:07 -0000 1.22
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-perl/File-RsyncP
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/ChangeLog,v 1.21 2008/07/30 16:37:19 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/ChangeLog,v 1.22 2008/09/30 12:59:07 tove Exp $
29 +
30 + 30 Sep 2008; Torsten Veller <tove@g.o> -File-RsyncP-0.52.ebuild,
31 + -File-RsyncP-0.64.ebuild, File-RsyncP-0.68.ebuild:
32 + Cleanup
33
34 30 Jul 2008; Brent Baude <ranger@g.o> File-RsyncP-0.68.ebuild:
35 Marking File-RsyncP-0.68 ~ppc64 for bug 233384
36
37
38
39 1.9 dev-perl/File-RsyncP/File-RsyncP-0.68.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.68.ebuild?rev=1.9&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.68.ebuild?rev=1.9&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.68.ebuild?r1=1.8&r2=1.9
44
45 Index: File-RsyncP-0.68.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.68.ebuild,v
48 retrieving revision 1.8
49 retrieving revision 1.9
50 diff -u -r1.8 -r1.9
51 --- File-RsyncP-0.68.ebuild 30 Jul 2008 16:37:19 -0000 1.8
52 +++ File-RsyncP-0.68.ebuild 30 Sep 2008 12:59:07 -0000 1.9
53 @@ -1,21 +1,17 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.68.ebuild,v 1.8 2008/07/30 16:37:19 ranger Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.68.ebuild,v 1.9 2008/09/30 12:59:07 tove Exp $
58
59 +MODULE_AUTHOR=CBARRATT
60 inherit perl-module
61
62 -IUSE=""
63 -
64 -SRC_URI="mirror://cpan/authors/id/C/CB/CBARRATT/${P}.tar.gz"
65 -
66 DESCRIPTION="An rsync perl module"
67 HOMEPAGE="http://perlrsync.sourceforge.net/"
68 -LICENSE="GPL-2"
69
70 +LICENSE="GPL-2"
71 KEYWORDS="amd64 ia64 ~ppc ~ppc64 sparc x86"
72 SLOT="0"
73 +IUSE=""
74
75 DEPEND="net-misc/rsync
76 - dev-lang/perl"
77 -
78 -mydoc="LICENSE README"
79 + dev-lang/perl"