* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Cookie-XS/
@ 2014-09-30 12:01 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2014-09-30 12:01 UTC (permalink / raw
To: gentoo-commits
commit: 940aed1058de8691f00cf63d1f061c7561dd32a6
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Sep 26 13:03:00 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Sep 30 07:30:47 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=940aed10
[cleanup] dev-perl/CGI-Cookie-XS Remove old EAPIs
Package-Manager: portage-2.2.10
---
dev-perl/CGI-Cookie-XS/CGI-Cookie-XS-0.16.ebuild | 21 ---------------------
dev-perl/CGI-Cookie-XS/ChangeLog | 3 +++
2 files changed, 3 insertions(+), 21 deletions(-)
diff --git a/dev-perl/CGI-Cookie-XS/CGI-Cookie-XS-0.16.ebuild b/dev-perl/CGI-Cookie-XS/CGI-Cookie-XS-0.16.ebuild
deleted file mode 100644
index e779e7d..0000000
--- a/dev-perl/CGI-Cookie-XS/CGI-Cookie-XS-0.16.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=AGENT
-inherit perl-module
-
-DESCRIPTION="HTTP Cookie parser in pure C"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-RDEPEND="
- virtual/perl-Filter
-"
-DEPEND="
- ${RDEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/CGI-Cookie-XS/ChangeLog b/dev-perl/CGI-Cookie-XS/ChangeLog
index 6ed447c..3ddf7ed 100644
--- a/dev-perl/CGI-Cookie-XS/ChangeLog
+++ b/dev-perl/CGI-Cookie-XS/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 26 Sep 2014; Kent Fredric <kentfredric@gmail.com> -CGI-Cookie-XS-0.16.ebuild:
+ Remove old EAPIs
+
*CGI-Cookie-XS-0.180.0 (26 Sep 2014)
26 Sep 2014; Kent Fredric <kentfredric@gmail.com> -CGI-Cookie-XS-0.18.ebuild,
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Cookie-XS/
@ 2014-09-30 12:01 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2014-09-30 12:01 UTC (permalink / raw
To: gentoo-commits
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 <kentfredric@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 <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-09-30 12:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-30 12:01 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Cookie-XS/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2014-09-30 12:01 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox