commit: 3cdafe7254593b9e1293984b3e307c70a96b1a2f
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Aug 28 07:16:26 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Aug 28 07:16:26 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3cdafe72
[fixup] dev-perl/Cookie-XS EAPI5, Normalise, fixup deps and tests
Package-Manager: portage-2.2.10
---
dev-perl/Cookie-XS/ChangeLog | 10 ++++++++++
.../{Cookie-XS-0.11.ebuild => Cookie-XS-0.110.0.ebuild} | 17 ++++++++++++++---
2 files changed, 24 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Cookie-XS/ChangeLog b/dev-perl/Cookie-XS/ChangeLog
new file mode 100644
index 0000000..091315f
--- /dev/null
+++ b/dev-perl/Cookie-XS/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Cookie-XS
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Cookie-XS-0.110.0 (28 Aug 2014)
+
+ 28 Aug 2014; Kent Fredric <[email protected]> -Cookie-XS-0.11.ebuild,
+ +Cookie-XS-0.110.0.ebuild:
+ EAPI5, Normalise, fixup deps and tests
+
diff --git a/dev-perl/Cookie-XS/Cookie-XS-0.11.ebuild
b/dev-perl/Cookie-XS/Cookie-XS-0.110.0.ebuild
similarity index 70%
rename from dev-perl/Cookie-XS/Cookie-XS-0.11.ebuild
rename to dev-perl/Cookie-XS/Cookie-XS-0.110.0.ebuild
index 8b790f5..1f656ff 100644
--- a/dev-perl/Cookie-XS/Cookie-XS-0.11.ebuild
+++ b/dev-perl/Cookie-XS/Cookie-XS-0.110.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-
+EAPI=5
MODULE_AUTHOR=AGENT
+MODULE_VERSION=0.11
inherit perl-module
DESCRIPTION="(DEPRECATED) HTTP Cookie parser in C (Please use CGI::Cookie::XS
@@ -13,11 +14,21 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="
+RDEPEND="
>=dev-perl/CGI-Cookie-XS-0.15
"
+DEPEND="
+ ${RDEPEND}
+ virtual/perl-Test-Simple"
+
+PERL_RM_FILES=(
+ t/99-pod-coverage.t
+ t/99-pod.t
+)
pkg_setup() {
ewarn "This ebuild is DEPRECATED and will be removed."
ewarn "Please use CGI-Cookie-XS!!!"
}
+
+SRC_TEST=do