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-Path-Expand: ChangeLog File-Path-Expand-1.02.ebuild
Date: Tue, 18 Nov 2008 14:58:32
Message-Id: E1L2S2A-0005II-JO@stork.gentoo.org
1 tove 08/11/18 14:58:30
2
3 Modified: ChangeLog File-Path-Expand-1.02.ebuild
4 Log:
5 New virtuals: module-build
6 (Portage version: 2.2_rc14/cvs/Linux 2.6.26-tuxonice i686)
7
8 Revision Changes Path
9 1.7 dev-perl/File-Path-Expand/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Path-Expand/ChangeLog?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Path-Expand/ChangeLog?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Path-Expand/ChangeLog?r1=1.6&r2=1.7
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-Path-Expand/ChangeLog,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- ChangeLog 23 Feb 2008 19:18:09 -0000 1.6
22 +++ ChangeLog 18 Nov 2008 14:58:30 -0000 1.7
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-perl/File-Path-Expand
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Path-Expand/ChangeLog,v 1.6 2008/02/23 19:18:09 nixnut Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Path-Expand/ChangeLog,v 1.7 2008/11/18 14:58:30 tove Exp $
28 +
29 + 18 Nov 2008; Torsten Veller <tove@g.o>
30 + File-Path-Expand-1.02.ebuild:
31 + New virtuals: module-build
32
33 23 Feb 2008; nixnut <nixnut@g.o> File-Path-Expand-1.02.ebuild:
34 Added ~ppc wrt bug 204036
35
36
37
38 1.8 dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild?rev=1.8&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild?rev=1.8&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild?r1=1.7&r2=1.8
43
44 Index: File-Path-Expand-1.02.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild,v
47 retrieving revision 1.7
48 retrieving revision 1.8
49 diff -u -r1.7 -r1.8
50 --- File-Path-Expand-1.02.ebuild 23 Feb 2008 19:18:09 -0000 1.7
51 +++ File-Path-Expand-1.02.ebuild 18 Nov 2008 14:58:30 -0000 1.8
52 @@ -1,12 +1,11 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild,v 1.7 2008/02/23 19:18:09 nixnut Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild,v 1.8 2008/11/18 14:58:30 tove Exp $
57
58 +MODULE_AUTHOR=RCLAMP
59 inherit perl-module
60
61 DESCRIPTION="Expand filenames"
62 -SRC_URI="mirror://cpan/authors/id/R/RC/RCLAMP/${P}.tar.gz"
63 -HOMEPAGE="http://search.cpan.org/~rclamp/"
64
65 LICENSE="Artistic"
66 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
67 @@ -15,4 +14,6 @@
68 SRC_TEST="do"
69 SLOT="0"
70
71 -DEPEND="dev-lang/perl dev-perl/module-build"
72 +RDEPEND="dev-lang/perl"
73 +DEPEND="${RDEPEND}
74 + virtual/perl-Module-Build"