diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-02-13 15:00:01 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-02-13 15:00:01 +0000 |
commit | e5090997227878bab89d22177157f3f9a175ffb5 (patch) | |
tree | c2ea902599edb17d6332c196cfe5e7d9736aef1a /net-mail/popick | |
parent | Virtuals for some perl-core deps (diff) | |
download | historical-e5090997227878bab89d22177157f3f9a175ffb5.tar.gz historical-e5090997227878bab89d22177157f3f9a175ffb5.tar.bz2 historical-e5090997227878bab89d22177157f3f9a175ffb5.zip |
Virtuals for perl-core
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'net-mail/popick')
-rw-r--r-- | net-mail/popick/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/popick/popick-0.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-mail/popick/ChangeLog b/net-mail/popick/ChangeLog index 91c08de53dd1..a19b3dc953a3 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.3 2005/05/25 14:04:12 mcummings Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/popick/ChangeLog,v 1.4 2006/02/13 14:58:10 mcummings Exp $ + + 13 Feb 2006; Michael Cummings <mcummings@gentoo.org> popick-0.1.ebuild: + Virtuals for perl-core 25 May 2005; Michael Cummings <mcummings@gentoo.org> popick-0.1.ebuild: dev-perl/Getopt-Long => perl-core/Getopt-Long migration diff --git a/net-mail/popick/popick-0.1.ebuild b/net-mail/popick/popick-0.1.ebuild index ccd8d7279fc3..a42898d90506 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 +# Copyright 1999-2006 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.3 2005/05/25 14:04:12 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/popick/popick-0.1.ebuild,v 1.4 2006/02/13 14:58:10 mcummings Exp $ inherit eutils @@ -15,7 +15,7 @@ IUSE="" DEPEND="" RDEPEND="dev-lang/perl dev-perl/Curses-UI - perl-core/Getopt-Long" + virtual/perl-Getopt-Long" src_unpack() { |