diff options
author | Andreas Hüttel <dilfridge@gentoo.org> | 2014-07-13 10:22:57 +0000 |
---|---|---|
committer | Andreas Hüttel <dilfridge@gentoo.org> | 2014-07-13 10:22:57 +0000 |
commit | 3a3305c327452db95af93e92ceef1109c3a5ad31 (patch) | |
tree | 9dd70ad1fa3f53291b0dcec0a2873f9d69e5ce5b /virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.380.0.ebuild | |
parent | arm stable wrt bug #516180 (diff) | |
download | historical-3a3305c327452db95af93e92ceef1109c3a5ad31.tar.gz historical-3a3305c327452db95af93e92ceef1109c3a5ad31.tar.bz2 historical-3a3305c327452db95af93e92ceef1109c3a5ad31.zip |
Add perl-5.20 version; improve dependencies; remove old
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0x84AD142F
Diffstat (limited to 'virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.380.0.ebuild')
-rw-r--r-- | virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.380.0.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.380.0.ebuild b/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.380.0.ebuild new file mode 100644 index 000000000000..bf17f03c91d1 --- /dev/null +++ b/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.380.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.380.0.ebuild,v 1.1 2014/07/13 10:22:47 dilfridge Exp $ + +EAPI=5 + +DESCRIPTION="Virtual for Scalar::Util and List::Util, also distributed as Scalar::List::Utils" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND=" + || ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} ) + !<perl-core/${PN#perl-}-${PV} +" |