summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-04-26 01:43:54 +1200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-04-29 21:35:59 +0200
commitc10c13ffb69d94fa89560a1cda0e9be5006cdbad (patch)
treec7b82b95596d13d4e078b9ee78e9c253476876be /dev-perl/Want/Want-0.290.0.ebuild
parentdev-perl/WWW-Shorten: Bump to version 3.93.0 (diff)
downloadgentoo-c10c13ffb69d94fa89560a1cda0e9be5006cdbad.tar.gz
gentoo-c10c13ffb69d94fa89560a1cda0e9be5006cdbad.tar.bz2
gentoo-c10c13ffb69d94fa89560a1cda0e9be5006cdbad.zip
dev-perl/Want: Bump to version 0.290.0
- EAPI6 Upstream: - op_parent and op_sibling support. - Double-return fixed for perl-5.23.8+ - Legacy Perl(5.10,5.12) support restored Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
Diffstat (limited to 'dev-perl/Want/Want-0.290.0.ebuild')
-rw-r--r--dev-perl/Want/Want-0.290.0.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Want/Want-0.290.0.ebuild b/dev-perl/Want/Want-0.290.0.ebuild
new file mode 100644
index 000000000000..55b2e4ad069e
--- /dev/null
+++ b/dev-perl/Want/Want-0.290.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=ROBIN
+DIST_VERSION=0.29
+inherit perl-module
+
+DESCRIPTION="A generalisation of wantarray"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~ppc-aix"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"