diff options
author | 2008-11-18 15:12:23 +0000 | |
---|---|---|
committer | 2008-11-18 15:12:23 +0000 | |
commit | e4966bbcf2ac58a4645a9edc29de9f5c6b57d432 (patch) | |
tree | 5296e0eb6bb63dbaeceef2e2639cbdb7620ac2e3 /dev-perl/File-Path-Expand | |
parent | New virtuals: Compress-Zlib module-build (diff) | |
download | historical-e4966bbcf2ac58a4645a9edc29de9f5c6b57d432.tar.gz historical-e4966bbcf2ac58a4645a9edc29de9f5c6b57d432.tar.bz2 historical-e4966bbcf2ac58a4645a9edc29de9f5c6b57d432.zip |
New virtuals: module-build
Package-Manager: portage-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/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/File-Path-Expand/File-Path-Expand-1.02.ebuild | 9 |
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" |