commit: 5d2bc07458628342daabdf1874e024a7cc56bb03 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Fri Sep 26 13:02:23 2014 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Tue Sep 30 07:30:46 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5d2bc074
[fixup] dev-perl/CGI-Cookie-XS EAPI5, Normalise, fixdeps Package-Manager: portage-2.2.10 RepoMan-Options: --force --- ...CGI-Cookie-XS-0.18.ebuild => CGI-Cookie-XS-0.180.0.ebuild} | 11 ++++++++--- dev-perl/CGI-Cookie-XS/ChangeLog | 8 +++++++- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/dev-perl/CGI-Cookie-XS/CGI-Cookie-XS-0.18.ebuild b/dev-perl/CGI-Cookie-XS/CGI-Cookie-XS-0.180.0.ebuild similarity index 66% rename from dev-perl/CGI-Cookie-XS/CGI-Cookie-XS-0.18.ebuild rename to dev-perl/CGI-Cookie-XS/CGI-Cookie-XS-0.180.0.ebuild index e779e7d..d5be99e 100644 --- a/dev-perl/CGI-Cookie-XS/CGI-Cookie-XS-0.18.ebuild +++ b/dev-perl/CGI-Cookie-XS/CGI-Cookie-XS-0.180.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=2 +EAPI=5 MODULE_AUTHOR=AGENT +MODULE_VERSION=0.18 inherit perl-module DESCRIPTION="HTTP Cookie parser in pure C" @@ -13,9 +14,13 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=" - virtual/perl-Filter + virtual/perl-Filter-Simple " DEPEND=" ${RDEPEND} " +PERL_RM_FILES=( + t/99-pod-coverage.t + t/99-pod.t +) SRC_TEST="do" diff --git a/dev-perl/CGI-Cookie-XS/ChangeLog b/dev-perl/CGI-Cookie-XS/ChangeLog index f7a39a5..6ed447c 100644 --- a/dev-perl/CGI-Cookie-XS/ChangeLog +++ b/dev-perl/CGI-Cookie-XS/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for dev-perl/CGI-Cookie-XS -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*CGI-Cookie-XS-0.180.0 (26 Sep 2014) + + 26 Sep 2014; Kent Fredric <kentfred...@gmail.com> -CGI-Cookie-XS-0.18.ebuild, + +CGI-Cookie-XS-0.180.0.ebuild: + EAPI5, Normalise, fixdeps + *CGI-Cookie-XS-0.18 (03 Sep 2009) 03 Sep 2009; Kent Fredric <kentfred...@gmail.com>