diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-05-25 14:04:30 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-05-25 14:04:30 +0000 |
commit | 241fe0f22ed9aadf451156bfcc1dedda3d45bee7 (patch) | |
tree | f6d5bee4f584b70fb33d2440a8451e303e85398b /net-mail/popick | |
parent | dev-perl/Getopt-Long => perl-core/Getopt-Long migration (diff) | |
download | gentoo-2-241fe0f22ed9aadf451156bfcc1dedda3d45bee7.tar.gz gentoo-2-241fe0f22ed9aadf451156bfcc1dedda3d45bee7.tar.bz2 gentoo-2-241fe0f22ed9aadf451156bfcc1dedda3d45bee7.zip |
dev-perl/Getopt-Long => perl-core/Getopt-Long migration
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-mail/popick')
-rw-r--r-- | net-mail/popick/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/popick/popick-0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/popick/ChangeLog b/net-mail/popick/ChangeLog index 919fdcaff092..91c08de53dd1 100644 --- a/net-mail/popick/ChangeLog +++ b/net-mail/popick/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/popick # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/popick/ChangeLog,v 1.2 2005/03/07 17:58:40 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/popick/ChangeLog,v 1.3 2005/05/25 14:04:12 mcummings Exp $ + + 25 May 2005; Michael Cummings <mcummings@gentoo.org> popick-0.1.ebuild: + dev-perl/Getopt-Long => perl-core/Getopt-Long migration 07 Mar 2005; Andrej Kacian <ticho@gentoo.org> popick-0.1.ebuild: Stable on x86. diff --git a/net-mail/popick/popick-0.1.ebuild b/net-mail/popick/popick-0.1.ebuild index b36fc01693e5..ccd8d7279fc3 100644 --- a/net-mail/popick/popick-0.1.ebuild +++ b/net-mail/popick/popick-0.1.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/net-mail/popick/popick-0.1.ebuild,v 1.2 2005/03/07 17:58:40 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/popick/popick-0.1.ebuild,v 1.3 2005/05/25 14:04:12 mcummings Exp $ inherit eutils @@ -15,7 +15,7 @@ IUSE="" DEPEND="" RDEPEND="dev-lang/perl dev-perl/Curses-UI - dev-perl/Getopt-Long" + perl-core/Getopt-Long" src_unpack() { |