diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-08-11 01:08:30 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-08-11 01:08:53 +1200 |
commit | 8824df4d127437543af5dd511105bd054d62eeab (patch) | |
tree | 6beef033971b6a8c49d6c57050820fb6692a610b /dev-perl/Sub-Uplevel | |
parent | dev-python/reportlab: Bump (diff) | |
download | gentoo-8824df4d127437543af5dd511105bd054d62eeab.tar.gz gentoo-8824df4d127437543af5dd511105bd054d62eeab.tar.bz2 gentoo-8824df4d127437543af5dd511105bd054d62eeab.zip |
dev-perl/Sub-Uplevel: Bump to version 0.260.0
- EAPI6
Upstream:
- Optimise calls to caller()
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"
Diffstat (limited to 'dev-perl/Sub-Uplevel')
-rw-r--r-- | dev-perl/Sub-Uplevel/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Sub-Uplevel/Sub-Uplevel-0.260.0.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/Sub-Uplevel/Manifest b/dev-perl/Sub-Uplevel/Manifest index 00e9e8bc06f8..e61afe1d7f86 100644 --- a/dev-perl/Sub-Uplevel/Manifest +++ b/dev-perl/Sub-Uplevel/Manifest @@ -1 +1,2 @@ DIST Sub-Uplevel-0.25.tar.gz 27618 SHA256 2dcca582a7ea5bada576eb27c4be1d1b064fb22175bdbd6d696c45d083560505 SHA512 647667f69621b1e9c17f41f5b5edd2b75a7c84e853b7fe1bd3f3ca74f14539a63843300b88b8245d20f9730a5a1466287770dd09c1ab597574b8da9d77775aec WHIRLPOOL f438b26a960ae5e2133e05e9d280ef876064124728d37ff79e40ff24b2e584a856f8e548e46a766b6de3c22ead53d7899061f7d25bc72c9f0a4ecd3438f71d4a +DIST Sub-Uplevel-0.2600.tar.gz 28119 SHA256 e833e29b7d6037efee6d7ee2056cbb8aaaa908e4f5451969043093eb2917a166 SHA512 f10c59c0458d9a1d6e832246c8c852bb88c65871b4d24688393985dfc10d982a0db2f2f8805c26ba232a755c88382f327af62390c3ee3ae68e33c90d042654e3 WHIRLPOOL bb73b891806f3d54e51d54a7e48743c4a70ef66e1c3d8cdb63c0e3555f0774fd6113dc6918b250ba55ab9b34221f4049809e593e7859be65667bc43a48b24edd diff --git a/dev-perl/Sub-Uplevel/Sub-Uplevel-0.260.0.ebuild b/dev-perl/Sub-Uplevel/Sub-Uplevel-0.260.0.ebuild new file mode 100644 index 000000000000..7a8bafb510c5 --- /dev/null +++ b/dev-perl/Sub-Uplevel/Sub-Uplevel-0.260.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=DAGOLDEN +DIST_VERSION=0.2600 +inherit perl-module + +DESCRIPTION="Apparently run a function in a higher stack frame" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="test" + +RDEPEND="virtual/perl-Carp" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.170.0 + test? ( + virtual/perl-Exporter + virtual/perl-File-Spec + virtual/perl-Test-Simple + ) +" |