diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-05-25 15:03:54 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-05-25 15:03:54 +0000 |
commit | 1beec47bdb764cdaea23548b808bb029dee4e261 (patch) | |
tree | 53b7f50ad4d52ec0f0925ec4fa8599a1551d4392 /dev-perl/Chart-Math-Axis | |
parent | dev-perl/Test-Simple => perl-core/Test-Simple migration (diff) | |
download | gentoo-2-1beec47bdb764cdaea23548b808bb029dee4e261.tar.gz gentoo-2-1beec47bdb764cdaea23548b808bb029dee4e261.tar.bz2 gentoo-2-1beec47bdb764cdaea23548b808bb029dee4e261.zip |
dev-perl/Test-Simple => perl-core/Test-Simple migration
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-perl/Chart-Math-Axis')
-rw-r--r-- | dev-perl/Chart-Math-Axis/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Chart-Math-Axis/Chart-Math-Axis-0.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Chart-Math-Axis/ChangeLog b/dev-perl/Chart-Math-Axis/ChangeLog index 2449afe75634..44fdda89aee4 100644 --- a/dev-perl/Chart-Math-Axis/ChangeLog +++ b/dev-perl/Chart-Math-Axis/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Chart-Math-Axis # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/ChangeLog,v 1.17 2005/05/25 09:09:22 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/ChangeLog,v 1.18 2005/05/25 14:59:28 mcummings Exp $ + + 25 May 2005; Michael Cummings <mcummings@gentoo.org> + Chart-Math-Axis-0.3.ebuild: + dev-perl/Test-Simple => perl-core/Test-Simple migration 24 May 2005; Michael Cummings <mcummings@gentoo.org> Chart-Math-Axis-0.3.ebuild: diff --git a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-0.3.ebuild b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-0.3.ebuild index 41391c2935d8..79e3713cb669 100644 --- a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-0.3.ebuild +++ b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-0.3.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/Chart-Math-Axis/Chart-Math-Axis-0.3.ebuild,v 1.10 2005/05/25 09:09:22 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/Chart-Math-Axis-0.3.ebuild,v 1.11 2005/05/25 14:59:28 mcummings Exp $ inherit perl-module @@ -17,4 +17,4 @@ SRC_TEST="do" DEPEND=">=perl-core/Math-BigInt-1.70 dev-perl/Clone - dev-perl/Test-Simple" + perl-core/Test-Simple" |