commit: ac5375dcea6aac9873656294ef17c787617669d8
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Oct 12 13:16:19 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Oct 12 13:16:19 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ac5375dc
[bump] dev-perl/Template-Alloy to 1.20.0
Package-Manager: portage-2.2.10
---
.../Template-Alloy/Template-Alloy-1.16.0.ebuild | 26 ----------------------
.../Template-Alloy/Template-Alloy-1.20.0.ebuild | 19 ++++++++++++++++
2 files changed, 19 insertions(+), 26 deletions(-)
diff --git a/dev-perl/Template-Alloy/Template-Alloy-1.16.0.ebuild
b/dev-perl/Template-Alloy/Template-Alloy-1.16.0.ebuild
deleted file mode 100644
index bd5c65f..0000000
--- a/dev-perl/Template-Alloy/Template-Alloy-1.16.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI="4"
-MODULE_AUTHOR=RHANDOM
-MODULE_VERSION=1.016
-inherit perl-module
-
-DESCRIPTION="TT2/3, HT, HTE, Tmpl, and Velocity Engine"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_eumm_configure() {
- #perl 5.006
-
- #ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_eumm_prereq_pm() {
- # Digest::MD5
- echo virtual/perl-Digest-MD5
-}
-DEPEND="$(perl_eumm_configure) $(perl_eumm_prereq_pm)"
-RDEPEND="$(perl_eumm_prereq_pm)"
-SRC_TEST="do"
diff --git a/dev-perl/Template-Alloy/Template-Alloy-1.20.0.ebuild
b/dev-perl/Template-Alloy/Template-Alloy-1.20.0.ebuild
new file mode 100644
index 0000000..69b722b
--- /dev/null
+++ b/dev-perl/Template-Alloy/Template-Alloy-1.20.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=RHANDOM
+MODULE_VERSION=1.020
+inherit perl-module
+
+DESCRIPTION="TT2/3, HT, HTE, Tmpl, and Velocity Engine"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="
+ virtual/perl-Digest-MD5
+"
+DEPEND="
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"