diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-05-25 14:03:38 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-05-25 14:03:38 +0000 |
commit | 2e37a8ed4fd229ddeb2221dc51dcd1560f2b3725 (patch) | |
tree | c9ad90863347224425488fb099b7cfab57d60cb7 /dev-db | |
parent | dev-perl/Getopt-Long => perl-core/Getopt-Long migration (diff) | |
download | gentoo-2-2e37a8ed4fd229ddeb2221dc51dcd1560f2b3725.tar.gz gentoo-2-2e37a8ed4fd229ddeb2221dc51dcd1560f2b3725.tar.bz2 gentoo-2-2e37a8ed4fd229ddeb2221dc51dcd1560f2b3725.zip |
dev-perl/Getopt-Long => perl-core/Getopt-Long migration
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mytop/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mytop/mytop-1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mytop/ChangeLog b/dev-db/mytop/ChangeLog index 125a85486578..97f8c1c265cb 100644 --- a/dev-db/mytop/ChangeLog +++ b/dev-db/mytop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/mytop # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mytop/ChangeLog,v 1.6 2005/01/23 15:37:13 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mytop/ChangeLog,v 1.7 2005/05/25 13:59:05 mcummings Exp $ + + 25 May 2005; Michael Cummings <mcummings@gentoo.org> mytop-1.4.ebuild: + dev-perl/Getopt-Long => perl-core/Getopt-Long migration 23 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> mytop-1.4.ebuild: stable on amd64, fixes #72953 diff --git a/dev-db/mytop/mytop-1.4.ebuild b/dev-db/mytop/mytop-1.4.ebuild index 6f1f9f0f29d7..66741b8bf12e 100644 --- a/dev-db/mytop/mytop-1.4.ebuild +++ b/dev-db/mytop/mytop-1.4.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-db/mytop/mytop-1.4.ebuild,v 1.7 2005/01/23 15:37:13 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mytop/mytop-1.4.ebuild,v 1.8 2005/05/25 13:59:05 mcummings Exp $ inherit perl-module @@ -14,7 +14,7 @@ SLOT="0" IUSE="" DEPEND="dev-perl/DBD-mysql - dev-perl/Getopt-Long + perl-core/Getopt-Long dev-perl/TermReadKey dev-perl/Term-ANSIColor dev-perl/Time-HiRes |