summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2015-06-20 21:31:39 +1200
committerKent Fredric <kentfredric@gmail.com>2015-06-20 21:31:39 +1200
commit6eb3ac04b0b8799a2aec60792d9ec07a2d215ce0 (patch)
tree40aef193e87e567c7dc3e74a3c1fe10a6e4ca1be /dev-perl/autobox-Core
parent[bump] Mojolicious-Plugin-Authentication, remove old (diff)
downloadperl-overlay-6eb3ac04b0b8799a2aec60792d9ec07a2d215ce0.tar.gz
perl-overlay-6eb3ac04b0b8799a2aec60792d9ec07a2d215ce0.tar.bz2
perl-overlay-6eb3ac04b0b8799a2aec60792d9ec07a2d215ce0.zip
[bump] autobox-Core 1.280.0
Package-Manager: portage-2.2.17
Diffstat (limited to 'dev-perl/autobox-Core')
-rw-r--r--dev-perl/autobox-Core/Manifest2
-rw-r--r--dev-perl/autobox-Core/autobox-Core-1.240.0-r1.ebuild35
-rw-r--r--dev-perl/autobox-Core/autobox-Core-1.280.0.ebuild24
3 files changed, 25 insertions, 36 deletions
diff --git a/dev-perl/autobox-Core/Manifest b/dev-perl/autobox-Core/Manifest
index 0c50eb4b0..5a813dfcb 100644
--- a/dev-perl/autobox-Core/Manifest
+++ b/dev-perl/autobox-Core/Manifest
@@ -1 +1 @@
-DIST autobox-Core-1.24.tar.gz 38333 SHA256 2a5368a472932fb1caee5df5479ec3287aa25c9f6e2a5aa83ba1d28e7d09874f SHA512 5701cca4060cb324eae64693a64b7e13249a69425d7d2e0c205dad4d5185d1f95f057122c80de0969aa53209cd8500359ef3fd33eb1848046709ee5f081e42c4 WHIRLPOOL 606875b718adb8551d50b26b6f9fc39e19f326603f986fe830e6ec00507568b4a7af4233b94de451120d2f6eb67e204b738e5952bfe2945f93480269c4363f26
+DIST autobox-Core-1.28.tar.gz 39428 SHA256 dd01ddbf09443504de2e59102015fd19d31ab20903cf09461c2bd89e49ded78b SHA512 759c8ead97ce2345e07bbdc05f325a520b9f985e0fc8738e404ba22d033eb2488323b7b51b89cb91b08a6ec15b2be7f827a51adedb951d0cfd4e89de017925bb WHIRLPOOL cc04ceedb935142da3917c0da7f604ca9f97d47a54c66bfb39ada772f393f640d6f36a8a698c029238d3e8dcb66debbe731c071ffc49862bbedb54eaa3c2d340
diff --git a/dev-perl/autobox-Core/autobox-Core-1.240.0-r1.ebuild b/dev-perl/autobox-Core/autobox-Core-1.240.0-r1.ebuild
deleted file mode 100644
index ad8a9e829..000000000
--- a/dev-perl/autobox-Core/autobox-Core-1.240.0-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=JARICH
-MODULE_VERSION=1.24
-inherit perl-module
-
-DESCRIPTION='Provide core functions to autoboxed scalars, arrays and hashes.'
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.46 ( 6.460.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.46
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
- # Test::More 0.88 ( 0.880.0 )
- echo \>=virtual/perl-Test-Simple-0.88
- # autobox 2.71 ( 2.710.0 )
- echo \>=dev-perl/autobox-2.710.0
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
diff --git a/dev-perl/autobox-Core/autobox-Core-1.280.0.ebuild b/dev-perl/autobox-Core/autobox-Core-1.280.0.ebuild
new file mode 100644
index 000000000..7e62ce6aa
--- /dev/null
+++ b/dev-perl/autobox-Core/autobox-Core-1.280.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=SWALTERS
+MODULE_VERSION=1.28
+inherit perl-module
+
+DESCRIPTION='Provide core functions to autoboxed scalars, arrays and hashes.'
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/autobox-2.710.0
+"
+DEPEND="
+ ${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.460.0
+ test? (
+ >=virtual/perl-Test-Simple-0.880.0
+ )
+"