diff options
author | Andreas Hüttel <dilfridge@gentoo.org> | 2014-07-07 19:16:21 +0000 |
---|---|---|
committer | Andreas Hüttel <dilfridge@gentoo.org> | 2014-07-07 19:16:21 +0000 |
commit | 5fb504480dae186ae2de13ec1a93b6a218015b71 (patch) | |
tree | ad0fadf0e67d04e8c592931c2818cffc8b6ddfe0 /virtual/perl-Getopt-Long/perl-Getopt-Long-2.420.0-r1.ebuild | |
parent | Add perl-5.20 version, improve dependencies (diff) | |
download | historical-5fb504480dae186ae2de13ec1a93b6a218015b71.tar.gz historical-5fb504480dae186ae2de13ec1a93b6a218015b71.tar.bz2 historical-5fb504480dae186ae2de13ec1a93b6a218015b71.zip |
Improve dependencies; remove old
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xEBE6A336BE19039C!
Diffstat (limited to 'virtual/perl-Getopt-Long/perl-Getopt-Long-2.420.0-r1.ebuild')
-rw-r--r-- | virtual/perl-Getopt-Long/perl-Getopt-Long-2.420.0-r1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/virtual/perl-Getopt-Long/perl-Getopt-Long-2.420.0-r1.ebuild b/virtual/perl-Getopt-Long/perl-Getopt-Long-2.420.0-r1.ebuild new file mode 100644 index 000000000000..9b164a6fd76d --- /dev/null +++ b/virtual/perl-Getopt-Long/perl-Getopt-Long-2.420.0-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 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.420.0-r1.ebuild,v 1.1 2014/07/07 19:16:17 dilfridge Exp $ + +EAPI=5 + +DESCRIPTION="Virtual for ${PN#perl-}" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND=" + || ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} ) + !<perl-core/${PN#perl-}-${PV} + !>perl-core/${PN#perl-}-${PV}-r999 +" |