summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-11-18 14:58:30 +0000
committerTorsten Veller <tove@gentoo.org>2008-11-18 14:58:30 +0000
commit6bfe14a4968be646279d885451bf54e991384da3 (patch)
tree0e6a9ae70832b744cc301969203cf417c2dd7525 /dev-perl/File-Path-Expand
parent New virtuals: module-build (diff)
downloadgentoo-2-6bfe14a4968be646279d885451bf54e991384da3.tar.gz
gentoo-2-6bfe14a4968be646279d885451bf54e991384da3.tar.bz2
gentoo-2-6bfe14a4968be646279d885451bf54e991384da3.zip
New virtuals: module-build
(Portage version: 2.2_rc14/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/File-Path-Expand')
-rw-r--r--dev-perl/File-Path-Expand/ChangeLog6
-rw-r--r--dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild9
2 files changed, 10 insertions, 5 deletions
diff --git a/dev-perl/File-Path-Expand/ChangeLog b/dev-perl/File-Path-Expand/ChangeLog
index 37bc23c6f7ac..838dbdc49ff1 100644
--- a/dev-perl/File-Path-Expand/ChangeLog
+++ b/dev-perl/File-Path-Expand/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/File-Path-Expand
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Path-Expand/ChangeLog,v 1.6 2008/02/23 19:18:09 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Path-Expand/ChangeLog,v 1.7 2008/11/18 14:58:30 tove Exp $
+
+ 18 Nov 2008; Torsten Veller <tove@gentoo.org>
+ File-Path-Expand-1.02.ebuild:
+ New virtuals: module-build
23 Feb 2008; nixnut <nixnut@gentoo.org> File-Path-Expand-1.02.ebuild:
Added ~ppc wrt bug 204036
diff --git a/dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild b/dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild
index bdd4ba4a4e97..95d867641580 100644
--- a/dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild
+++ b/dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild
@@ -1,12 +1,11 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
+MODULE_AUTHOR=RCLAMP
inherit perl-module
DESCRIPTION="Expand filenames"
-SRC_URI="mirror://cpan/authors/id/R/RC/RCLAMP/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~rclamp/"
LICENSE="Artistic"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
@@ -15,4 +14,6 @@ IUSE=""
SRC_TEST="do"
SLOT="0"
-DEPEND="dev-lang/perl dev-perl/module-build"
+RDEPEND="dev-lang/perl"
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build"