diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-05-25 13:58:47 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-05-25 13:58:47 +0000 |
commit | 71a0bf78b6ca773ea73d9bb9062681c3ec2ff449 (patch) | |
tree | b8b7ea49e93b2e8a056b087624b3375f2a60205e /app-pda | |
parent | dev-perl/Getopt-Long => perl-core/Getopt-Long migration (diff) | |
download | historical-71a0bf78b6ca773ea73d9bb9062681c3ec2ff449.tar.gz historical-71a0bf78b6ca773ea73d9bb9062681c3ec2ff449.tar.bz2 historical-71a0bf78b6ca773ea73d9bb9062681c3ec2ff449.zip |
dev-perl/Getopt-Long => perl-core/Getopt-Long migration
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/gnupod/ChangeLog | 5 | ||||
-rw-r--r-- | app-pda/gnupod/gnupod-0.97.ebuild | 4 | ||||
-rw-r--r-- | app-pda/gnupod/gnupod-0.98.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-pda/gnupod/ChangeLog b/app-pda/gnupod/ChangeLog index c47ada9f9603..cc6db5d1658a 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.12 2005/05/25 13:58:30 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/gnupod/ChangeLog,v 1.13 2005/05/25 13:58:47 mcummings Exp $ + + 25 May 2005; Michael Cummings <mcummings@gentoo.org> gnupod-0.98.ebuild: + dev-perl/Getopt-Long => perl-core/Getopt-Long migration 25 May 2005; Michael Cummings <mcummings@gentoo.org> gnupod-0.97.ebuild: dev-perl/Getopt-Long => perl-core/Getopt-Long migration 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 ) )" diff --git a/app-pda/gnupod/gnupod-0.98.ebuild b/app-pda/gnupod/gnupod-0.98.ebuild index f2400b0932f3..f03b33815d53 100644 --- a/app-pda/gnupod/gnupod-0.98.ebuild +++ b/app-pda/gnupod/gnupod-0.98.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.98.ebuild,v 1.2 2005/05/24 15:33:37 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/gnupod/gnupod-0.98.ebuild,v 1.3 2005/05/25 13:58:47 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 ) )" |