dev-perl/Contextual-Return: Bump to version 0.4.8
authorKent Fredric <kentnl@gentoo.org>
Sun, 24 Jul 2016 06:41:35 +0000 (18:41 +1200)
committerKent Fredric <kentnl@gentoo.org>
Sun, 24 Jul 2016 06:41:48 +0000 (18:41 +1200)
- EAPI6
- Fix bad metadata entry

Upstream:
- Avoid problems with $VERSION extraction by promoting its location
- Ensure overridden caller() has prototype
- caller() should no longer clash with Sub::Uplevel

Package-Manager: portage-2.3.0
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"

dev-perl/Contextual-Return/Contextual-Return-0.4.8.ebuild [new file with mode: 0644]
dev-perl/Contextual-Return/Manifest
dev-perl/Contextual-Return/metadata.xml

diff --git a/dev-perl/Contextual-Return/Contextual-Return-0.4.8.ebuild b/dev-perl/Contextual-Return/Contextual-Return-0.4.8.ebuild
new file mode 100644 (file)
index 0000000..76e0e6c
--- /dev/null
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=DCONWAY
+DIST_VERSION=0.004008
+inherit perl-module
+
+DESCRIPTION="Create context-sensitive return values"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc-aix"
+IUSE="test"
+
+RDEPEND="
+       dev-perl/Want
+       virtual/perl-version
+"
+DEPEND="${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker
+       test? ( virtual/perl-Test-Simple )
+"
index b84c8b35ecc631c35c0109e1e1e18f9af0c8c7d1..f5013e5c1188b76b33341a95fe286aaace5f78e1 100644 (file)
@@ -1 +1,2 @@
 DIST Contextual-Return-0.004007.tar.gz 39900 SHA256 3a8e81b3592c581d21fc567c7965c329bac9ffc39ef3c3e2cbb5706621d938ff SHA512 021b7dda5724f934e758e4781ae848697f98499db8ab0b3c0a6259128202ea0d8e8d7faeee47d469fa72f82b8be2b66aa959a2267a32bb486512407e0a2fb6c5 WHIRLPOOL 336b1993d99fa96dea3efb5b592ed5724414a02e11a019e441d943e13b87e3dc79af749bb9b5fade97e35d12d4bc82aca2eb67d664f35295cf37115a5b22fea6
+DIST Contextual-Return-0.004008.tar.gz 40585 SHA256 db868be1c4567bec6b9fcc7ab511b80acf2640aa86c08974dd0927af5f3f07c9 SHA512 7eb2ac596197a46459ea345d29859986ea27657270353913d403516f224785fbacfb9de3cfe673f33c92cb51cce846bd40901ac3e34740d38df49f343dab1f33 WHIRLPOOL 4e4048a3bd2283586089616ddfe0fb6efcac915c026e74ea07f6fc4b1c7ddb226d88913f0d581723fad92ddf201790abad7cd6758cd3b6b14189ec9c1b929873
index 1617cf2689005dfaba1a1a9a44c286d5492867dc..d95d19f492ee3fc1cf1ed22ef8f9751d5c66a833 100644 (file)
@@ -11,6 +11,5 @@
     <remote-id type="cpan-module">Contextual::Return::Failure</remote-id>
     <remote-id type="cpan-module">Contextual::Return::Lvalue</remote-id>
     <remote-id type="cpan-module">Contextual::Return::Value</remote-id>
-    <remote-id type="cpan-module">DB</remote-id>
   </upstream>
 </pkgmetadata>