Skip to content

Commit

Permalink
dev-perl/Contextual-Return: Bump to version 0.4.8
Browse files Browse the repository at this point in the history
- 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"
  • Loading branch information
kentfredric committed Jul 24, 2016
1 parent 1274245 commit d379d63
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions dev-perl/Contextual-Return/Contextual-Return-0.4.8.ebuild
Original file line number Diff line number Diff line change
@@ -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 )
"
1 change: 1 addition & 0 deletions dev-perl/Contextual-Return/Manifest
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion dev-perl/Contextual-Return/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit d379d63

Please sign in to comment.