diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-02-05 17:22:46 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-02-05 17:22:46 +0000 |
commit | 1bf0e1aa22e2a2abcc6f676fe8af1efd10e45b13 (patch) | |
tree | af7e62384fca4e74a81b1d4fdeda08f620e1ce09 /virtual/perl-Getopt-Long | |
parent | Version bump (diff) | |
download | historical-1bf0e1aa22e2a2abcc6f676fe8af1efd10e45b13.tar.gz historical-1bf0e1aa22e2a2abcc6f676fe8af1efd10e45b13.tar.bz2 historical-1bf0e1aa22e2a2abcc6f676fe8af1efd10e45b13.zip |
Version bump
Package-Manager: portage-2.1.2-r5
Diffstat (limited to 'virtual/perl-Getopt-Long')
-rw-r--r-- | virtual/perl-Getopt-Long/ChangeLog | 10 | ||||
-rw-r--r-- | virtual/perl-Getopt-Long/files/digest-perl-Getopt-Long-2.36 | 0 | ||||
-rw-r--r-- | virtual/perl-Getopt-Long/perl-Getopt-Long-2.36.ebuild | 16 |
3 files changed, 24 insertions, 2 deletions
diff --git a/virtual/perl-Getopt-Long/ChangeLog b/virtual/perl-Getopt-Long/ChangeLog index 7c7387ff4da9..e652e0f2b96e 100644 --- a/virtual/perl-Getopt-Long/ChangeLog +++ b/virtual/perl-Getopt-Long/ChangeLog @@ -1,6 +1,12 @@ # 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.13 2006/10/25 02:32:34 mcummings Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Getopt-Long/ChangeLog,v 1.14 2007/02/05 17:13:01 mcummings Exp $ + +*perl-Getopt-Long-2.36 (05 Feb 2007) + + 05 Feb 2007; Michael Cummings <mcummings@gentoo.org> + +perl-Getopt-Long-2.36.ebuild: + Version bump 25 Oct 2006; Michael Cummings <mcummings@gentoo.org> perl-Getopt-Long-2.34.ebuild: diff --git a/virtual/perl-Getopt-Long/files/digest-perl-Getopt-Long-2.36 b/virtual/perl-Getopt-Long/files/digest-perl-Getopt-Long-2.36 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/virtual/perl-Getopt-Long/files/digest-perl-Getopt-Long-2.36 diff --git a/virtual/perl-Getopt-Long/perl-Getopt-Long-2.36.ebuild b/virtual/perl-Getopt-Long/perl-Getopt-Long-2.36.ebuild new file mode 100644 index 000000000000..6040463998c7 --- /dev/null +++ b/virtual/perl-Getopt-Long/perl-Getopt-Long-2.36.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2007 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.36.ebuild,v 1.1 2007/02/05 17:13:01 mcummings Exp $ + +DESCRIPTION="Virtual for Getopt-Long" +HOMEPAGE="http://www.gentoo.org/proj/en/perl/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" + +IUSE="" +DEPEND="" +RDEPEND="|| ( ~dev-lang/perl-5.8.8 ~perl-core/Getopt-Long-${PV} )" + |