commit: 4f8d8dae798eeecc18c4a975a3c88b970d0ac4b1
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun 9 11:04:43 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun 9 11:04:43 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=4f8d8dae
[fixup] Catalyst-Plugin-Server: EAPI5, Normalise
Package-Manager: portage-2.2.17
...8.ebuild => Catalyst-Plugin-Server-0.280.0.ebuild} | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)
diff --git a/dev-perl/Catalyst-Plugin-Server/Catalyst-Plugin-Server-0.28.ebuild
b/dev-perl/Catalyst-Plugin-Server/Catalyst-Plugin-Server-0.280.0.ebuild
similarity index 64%
rename from dev-perl/Catalyst-Plugin-Server/Catalyst-Plugin-Server-0.28.ebuild
rename to dev-perl/Catalyst-Plugin-Server/Catalyst-Plugin-Server-0.280.0.ebuild
index 5a37c57..e31fd3b 100644
--- a/dev-perl/Catalyst-Plugin-Server/Catalyst-Plugin-Server-0.28.ebuild
+++ b/dev-perl/Catalyst-Plugin-Server/Catalyst-Plugin-Server-0.280.0.ebuild
@@ -1,27 +1,24 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=2
+EAPI=5
MODULE_AUTHOR=JLMARTIN
+MODULE_VERSION=0.28
inherit perl-module
DESCRIPTION="Base Server plugin for RPC-able protocols"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS=""
IUSE="test"
-COMMON_DEPEND="
+RDEPEND="
>=dev-perl/Catalyst-Runtime-5.660.0
- <=dev-perl/RPC-XML-0.67
- dev-perl/MRO-Compat
dev-perl/Clone-Fast
+ dev-perl/MRO-Compat
+ >=dev-perl/RPC-XML-0.770.0
"
DEPEND="
- ${COMMON_DEPEND}
-"
-RDEPEND="
- ${COMMON_DEPEND}
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
"
-SRC_TEST="do"