diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-10-25 02:39:35 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-10-25 02:39:35 +0000 |
commit | a01866da72087aaa011504260384af9aadf04868 (patch) | |
tree | 6395cd5ca8fc4fe4f66a62a3cc73c1ba00da121e /virtual/perl-Getopt-Long | |
parent | Cleaning out old ebuild (diff) | |
download | historical-a01866da72087aaa011504260384af9aadf04868.tar.gz historical-a01866da72087aaa011504260384af9aadf04868.tar.bz2 historical-a01866da72087aaa011504260384af9aadf04868.zip |
Cleaning up deps
Package-Manager: portage-2.1.2_pre3-r5
Diffstat (limited to 'virtual/perl-Getopt-Long')
4 files changed, 7 insertions, 5 deletions
diff --git a/virtual/perl-Getopt-Long/ChangeLog b/virtual/perl-Getopt-Long/ChangeLog index 95f796528318..7c7387ff4da9 100644 --- a/virtual/perl-Getopt-Long/ChangeLog +++ b/virtual/perl-Getopt-Long/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Getopt-Long # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Getopt-Long/ChangeLog,v 1.12 2006/09/04 06:40:31 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Getopt-Long/ChangeLog,v 1.13 2006/10/25 02:32:34 mcummings Exp $ + + 25 Oct 2006; Michael Cummings <mcummings@gentoo.org> + perl-Getopt-Long-2.34.ebuild: + Cleaning up deps 04 Sep 2006; Joshua Kinard <kumba@gentoo.org> perl-Getopt-Long-2.35.ebuild: diff --git a/virtual/perl-Getopt-Long/files/digest-perl-Getopt-Long-2.34 b/virtual/perl-Getopt-Long/files/digest-perl-Getopt-Long-2.34 index 8b137891791f..e69de29bb2d1 100644 --- a/virtual/perl-Getopt-Long/files/digest-perl-Getopt-Long-2.34 +++ b/virtual/perl-Getopt-Long/files/digest-perl-Getopt-Long-2.34 @@ -1 +0,0 @@ - diff --git a/virtual/perl-Getopt-Long/files/digest-perl-Getopt-Long-2.35 b/virtual/perl-Getopt-Long/files/digest-perl-Getopt-Long-2.35 index 8b137891791f..e69de29bb2d1 100644 --- a/virtual/perl-Getopt-Long/files/digest-perl-Getopt-Long-2.35 +++ b/virtual/perl-Getopt-Long/files/digest-perl-Getopt-Long-2.35 @@ -1 +0,0 @@ - diff --git a/virtual/perl-Getopt-Long/perl-Getopt-Long-2.34.ebuild b/virtual/perl-Getopt-Long/perl-Getopt-Long-2.34.ebuild index b935ebd082ab..0053b74f9683 100644 --- a/virtual/perl-Getopt-Long/perl-Getopt-Long-2.34.ebuild +++ b/virtual/perl-Getopt-Long/perl-Getopt-Long-2.34.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Getopt-Long/perl-Getopt-Long-2.34.ebuild,v 1.2 2006/02/13 19:33:07 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Getopt-Long/perl-Getopt-Long-2.34.ebuild,v 1.3 2006/10/25 02:32:34 mcummings Exp $ DESCRIPTION="Virtual for Getopt-Long" HOMEPAGE="http://www.gentoo.org/proj/en/perl/" @@ -12,5 +12,5 @@ KEYWORDS="x86 amd64 alpha ppc sparc hppa mips ia64 ppc64" IUSE="" DEPEND="" -RDEPEND="|| ( ~dev-lang/perl-5.8.7 ~perl-core/Getopt-Long-${PV} )" +RDEPEND="~perl-core/Getopt-Long-${PV}" |