diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-05-25 13:43:00 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-05-25 13:43:00 +0000 |
commit | ebf3dfbde038f7af2f7012ce15c373139ab75000 (patch) | |
tree | c24d60ebc471c121cc6ab18f46315e1f5fe484e1 /dev-perl/Inline | |
parent | dev-perl/File-Spec => perl-core/File-Spec migration (diff) | |
download | historical-ebf3dfbde038f7af2f7012ce15c373139ab75000.tar.gz historical-ebf3dfbde038f7af2f7012ce15c373139ab75000.tar.bz2 historical-ebf3dfbde038f7af2f7012ce15c373139ab75000.zip |
dev-perl/File-Spec => perl-core/File-Spec migration
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-perl/Inline')
-rw-r--r-- | dev-perl/Inline/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Inline/Inline-0.44-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Inline/ChangeLog b/dev-perl/Inline/ChangeLog index 605df6c67c82..b7dbf0a8c4b7 100644 --- a/dev-perl/Inline/ChangeLog +++ b/dev-perl/Inline/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Inline # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.23 2005/05/24 15:45:43 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.24 2005/05/25 13:42:39 mcummings Exp $ + + 25 May 2005; Michael Cummings <mcummings@gentoo.org> Inline-0.44-r1.ebuild: + dev-perl/File-Spec => perl-core/File-Spec migration 24 May 2005; Michael Cummings <mcummings@gentoo.org> Inline-0.44-r1.ebuild: dev-perl/Digest-MD5 => perl-core/Digest-MD5 diff --git a/dev-perl/Inline/Inline-0.44-r1.ebuild b/dev-perl/Inline/Inline-0.44-r1.ebuild index 44d2b570c189..09f18f03d062 100644 --- a/dev-perl/Inline/Inline-0.44-r1.ebuild +++ b/dev-perl/Inline/Inline-0.44-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.44-r1.ebuild,v 1.16 2005/05/24 15:45:43 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.44-r1.ebuild,v 1.17 2005/05/25 13:42:39 mcummings Exp $ inherit perl-module eutils @@ -14,7 +14,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 mips ppc sparc x86" IUSE="gtk2" DEPEND="perl-core/Digest-MD5 - dev-perl/File-Spec + perl-core/File-Spec dev-perl/Parse-RecDescent dev-perl/Test-Harness" |