diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-09-08 08:13:08 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-09-08 08:13:08 +1200 |
commit | 6c538a7c60cd4e9d5c8fd68b3fafad9ffd66d725 (patch) | |
tree | 9e01c0e6efa40e2fb6522be5e70b6f25fafa63f4 /dev-perl/autobox | |
parent | dev-perl/Authen-SCRAM: Bump to version 0.11.0 (diff) | |
download | gentoo-6c538a7c60cd4e9d5c8fd68b3fafad9ffd66d725.tar.gz gentoo-6c538a7c60cd4e9d5c8fd68b3fafad9ffd66d725.tar.bz2 gentoo-6c538a7c60cd4e9d5c8fd68b3fafad9ffd66d725.zip |
dev-perl/autobox: Bump to version 3.0.1
Upstream:
- remove pod tests <3
- behaviour of UNIVERSAL methods now behaves as it does without
autoboxing
- "DOES" method no longer autoboxed
- Update ppport.h
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-perl/autobox')
-rw-r--r-- | dev-perl/autobox/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/autobox/autobox-3.0.1.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/autobox/Manifest b/dev-perl/autobox/Manifest index b127660d43c5..fa65a8b361ac 100644 --- a/dev-perl/autobox/Manifest +++ b/dev-perl/autobox/Manifest @@ -1 +1,2 @@ DIST autobox-2.86.tar.gz 85350 BLAKE2B fd4ef4a26efbec7542c4aa962787b032889603c789b1e892b00fa597efa8b74db6ce546710fbf02b5a497ba16c4aeb0f377b1d7baa5f2fa74b22a71f257d34b0 SHA512 ab4d41cfddb10a03e6bdb47a81cbf2a41f5c2f518dd674e9af17a3127589d8b4d84d50f4293291517fb24b9c1b022dfcecafd7acf5d0d1e693528353ccc9c186 +DIST autobox-v3.0.1.tar.gz 87047 BLAKE2B d83aff0e68eae40297081d6213290e80b62f2a318627d2490b0cb6e66e94c7efbcc7b984211474393926d8f281f1afc838f605489175a5ccd4ab6432735d165c SHA512 401d5e87e15cf26362a88e5d23d8c9e842b951c03ac7010da2317af5ea897fa1fe2e4862cc5c691f25851fd5ba5398935c27f6d9f87fbc2fe52bb68a25d3d3a0 diff --git a/dev-perl/autobox/autobox-3.0.1.ebuild b/dev-perl/autobox/autobox-3.0.1.ebuild new file mode 100644 index 000000000000..43bebd2fc661 --- /dev/null +++ b/dev-perl/autobox/autobox-3.0.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +DIST_AUTHOR=CHOCOLATE +DIST_VERSION=v3.0.1 +inherit perl-module + +DESCRIPTION="Call methods on native types" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + >=dev-perl/Scope-Guard-0.210.0 + >=virtual/perl-version-0.770.0 +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=dev-perl/IPC-System-Simple-1.250.0 + >=dev-perl/Test-Fatal-0.14.0 + ) +" |