diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-05-25 14:03:21 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-05-25 14:03:21 +0000 |
commit | efce199aeb668655828c11de9868f50c47cdba3e (patch) | |
tree | eca99d6d5d6fd462fd6f3e965cb509d9b5d39d9f /app-pda/gnupod | |
parent | dev-perl/Getopt-Long => perl-core/Getopt-Long migration (diff) | |
download | gentoo-2-efce199aeb668655828c11de9868f50c47cdba3e.tar.gz gentoo-2-efce199aeb668655828c11de9868f50c47cdba3e.tar.bz2 gentoo-2-efce199aeb668655828c11de9868f50c47cdba3e.zip |
dev-perl/Getopt-Long => perl-core/Getopt-Long migration
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-pda/gnupod')
-rw-r--r-- | app-pda/gnupod/ChangeLog | 5 | ||||
-rw-r--r-- | app-pda/gnupod/gnupod-0.97.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-pda/gnupod/ChangeLog b/app-pda/gnupod/ChangeLog index d013f89cec01..c47ada9f9603 100644 --- a/app-pda/gnupod/ChangeLog +++ b/app-pda/gnupod/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-pda/gnupod # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/gnupod/ChangeLog,v 1.11 2005/05/24 15:33:37 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/gnupod/ChangeLog,v 1.12 2005/05/25 13:58:30 mcummings Exp $ + + 25 May 2005; Michael Cummings <mcummings@gentoo.org> gnupod-0.97.ebuild: + dev-perl/Getopt-Long => perl-core/Getopt-Long migration 24 May 2005; Michael Cummings <mcummings@gentoo.org> gnupod-0.97.ebuild, gnupod-0.98.ebuild: diff --git a/app-pda/gnupod/gnupod-0.97.ebuild b/app-pda/gnupod/gnupod-0.97.ebuild index 18fca37f30ab..9b110c1ea42b 100644 --- a/app-pda/gnupod/gnupod-0.97.ebuild +++ b/app-pda/gnupod/gnupod-0.97.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/app-pda/gnupod/gnupod-0.97.ebuild,v 1.5 2005/05/24 15:33:37 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/gnupod/gnupod-0.97.ebuild,v 1.6 2005/05/25 13:58:30 mcummings Exp $ inherit perl-module @@ -19,7 +19,7 @@ DEPEND="dev-lang/perl dev-perl/XML-Parser dev-perl/Unicode-String || ( >=dev-lang/perl-5.8.0 - ( dev-perl/Getopt-Long + ( perl-core/Getopt-Long perl-core/Digest-MD5 ) )" |