commit: 55fea4a81d0772b806ce0fd4389de73b6b3ad234
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Oct 11 12:18:22 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Oct 11 12:18:22 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=55fea4a8
[bump] dev-perl/Data-Alias to 1.180.0
Package-Manager: portage-2.2.10
---
dev-perl/Data-Alias/Data-Alias-1.160.0.ebuild | 24 ------------------------
dev-perl/Data-Alias/Data-Alias-1.180.0.ebuild | 17 +++++++++++++++++
2 files changed, 17 insertions(+), 24 deletions(-)
diff --git a/dev-perl/Data-Alias/Data-Alias-1.160.0.ebuild
b/dev-perl/Data-Alias/Data-Alias-1.160.0.ebuild
deleted file mode 100644
index 187527c..0000000
--- a/dev-perl/Data-Alias/Data-Alias-1.160.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=ZEFRAM
-MODULE_VERSION=1.16
-inherit perl-module
-
-DESCRIPTION='Comprehensive set of aliasing operations'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_runtime() {
- # perl v5.8.1 ( 5.8.1 )
- echo \>=dev-lang/perl-5.8.1
-}
-DEPEND="
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Data-Alias/Data-Alias-1.180.0.ebuild
b/dev-perl/Data-Alias/Data-Alias-1.180.0.ebuild
new file mode 100644
index 0000000..c8ad675
--- /dev/null
+++ b/dev-perl/Data-Alias/Data-Alias-1.180.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=ZEFRAM
+MODULE_VERSION=1.18
+inherit perl-module
+
+DESCRIPTION='Comprehensive set of aliasing operations'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="
+ >=dev-lang/perl-5.8.1
+"
+DEPEND="$RDEPEND"
+SRC_TEST="do parallel"