diff options
author | 2005-05-25 14:59:46 +0000 | |
---|---|---|
committer | 2005-05-25 14:59:46 +0000 | |
commit | 3cd74f2b3f38f8d2db4defbb468fd35cecea3c1c (patch) | |
tree | 0f04488ff0620113e40794c97f407a2e0da768c2 /dev-perl/Carp-Assert | |
parent | dev-perl/Test-Simple => perl-core/Test-Simple migration (diff) | |
download | historical-3cd74f2b3f38f8d2db4defbb468fd35cecea3c1c.tar.gz historical-3cd74f2b3f38f8d2db4defbb468fd35cecea3c1c.tar.bz2 historical-3cd74f2b3f38f8d2db4defbb468fd35cecea3c1c.zip |
dev-perl/Test-Simple => perl-core/Test-Simple migration
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-perl/Carp-Assert')
-rw-r--r-- | dev-perl/Carp-Assert/Carp-Assert-0.18.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Carp-Assert/ChangeLog | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Carp-Assert/Carp-Assert-0.18.ebuild b/dev-perl/Carp-Assert/Carp-Assert-0.18.ebuild index 61b6a21ab915..bec17cbae4af 100644 --- a/dev-perl/Carp-Assert/Carp-Assert-0.18.ebuild +++ b/dev-perl/Carp-Assert/Carp-Assert-0.18.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/Carp-Assert/Carp-Assert-0.18.ebuild,v 1.3 2005/05/17 15:19:20 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert/Carp-Assert-0.18.ebuild,v 1.4 2005/05/25 14:59:10 mcummings Exp $ inherit perl-module @@ -15,4 +15,4 @@ IUSE="" SRC_TEST="do" -DEPEND="dev-perl/Test-Simple" +DEPEND="perl-core/Test-Simple" diff --git a/dev-perl/Carp-Assert/ChangeLog b/dev-perl/Carp-Assert/ChangeLog index 5f40259d29da..5478c173c208 100644 --- a/dev-perl/Carp-Assert/ChangeLog +++ b/dev-perl/Carp-Assert/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Carp-Assert # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert/ChangeLog,v 1.3 2005/05/17 15:19:20 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Carp-Assert/ChangeLog,v 1.4 2005/05/25 14:59:10 mcummings Exp $ + + 25 May 2005; Michael Cummings <mcummings@gentoo.org> + Carp-Assert-0.18.ebuild: + dev-perl/Test-Simple => perl-core/Test-Simple migration 17 May 2005; Gustavo Zacarias <gustavoz@gentoo.org> Carp-Assert-0.18.ebuild: |