1 |
commit: 5d2bc07458628342daabdf1874e024a7cc56bb03 |
2 |
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> |
3 |
AuthorDate: Fri Sep 26 13:02:23 2014 +0000 |
4 |
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> |
5 |
CommitDate: Tue Sep 30 07:30:46 2014 +0000 |
6 |
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5d2bc074 |
7 |
|
8 |
[fixup] dev-perl/CGI-Cookie-XS EAPI5, Normalise, fixdeps |
9 |
|
10 |
Package-Manager: portage-2.2.10 |
11 |
RepoMan-Options: --force |
12 |
|
13 |
--- |
14 |
...CGI-Cookie-XS-0.18.ebuild => CGI-Cookie-XS-0.180.0.ebuild} | 11 ++++++++--- |
15 |
dev-perl/CGI-Cookie-XS/ChangeLog | 8 +++++++- |
16 |
2 files changed, 15 insertions(+), 4 deletions(-) |
17 |
|
18 |
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 |
19 |
similarity index 66% |
20 |
rename from dev-perl/CGI-Cookie-XS/CGI-Cookie-XS-0.18.ebuild |
21 |
rename to dev-perl/CGI-Cookie-XS/CGI-Cookie-XS-0.180.0.ebuild |
22 |
index e779e7d..d5be99e 100644 |
23 |
--- a/dev-perl/CGI-Cookie-XS/CGI-Cookie-XS-0.18.ebuild |
24 |
+++ b/dev-perl/CGI-Cookie-XS/CGI-Cookie-XS-0.180.0.ebuild |
25 |
@@ -1,8 +1,9 @@ |
26 |
-# Copyright 1999-2009 Gentoo Foundation |
27 |
+# Copyright 1999-2014 Gentoo Foundation |
28 |
# Distributed under the terms of the GNU General Public License v2 |
29 |
# $Header: $ |
30 |
-EAPI=2 |
31 |
+EAPI=5 |
32 |
MODULE_AUTHOR=AGENT |
33 |
+MODULE_VERSION=0.18 |
34 |
inherit perl-module |
35 |
|
36 |
DESCRIPTION="HTTP Cookie parser in pure C" |
37 |
@@ -13,9 +14,13 @@ KEYWORDS="~amd64 ~x86" |
38 |
|
39 |
IUSE="" |
40 |
RDEPEND=" |
41 |
- virtual/perl-Filter |
42 |
+ virtual/perl-Filter-Simple |
43 |
" |
44 |
DEPEND=" |
45 |
${RDEPEND} |
46 |
" |
47 |
+PERL_RM_FILES=( |
48 |
+ t/99-pod-coverage.t |
49 |
+ t/99-pod.t |
50 |
+) |
51 |
SRC_TEST="do" |
52 |
|
53 |
diff --git a/dev-perl/CGI-Cookie-XS/ChangeLog b/dev-perl/CGI-Cookie-XS/ChangeLog |
54 |
index f7a39a5..6ed447c 100644 |
55 |
--- a/dev-perl/CGI-Cookie-XS/ChangeLog |
56 |
+++ b/dev-perl/CGI-Cookie-XS/ChangeLog |
57 |
@@ -1,7 +1,13 @@ |
58 |
# ChangeLog for dev-perl/CGI-Cookie-XS |
59 |
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 |
60 |
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 |
61 |
# $Header: $ |
62 |
|
63 |
+*CGI-Cookie-XS-0.180.0 (26 Sep 2014) |
64 |
+ |
65 |
+ 26 Sep 2014; Kent Fredric <kentfredric@×××××.com> -CGI-Cookie-XS-0.18.ebuild, |
66 |
+ +CGI-Cookie-XS-0.180.0.ebuild: |
67 |
+ EAPI5, Normalise, fixdeps |
68 |
+ |
69 |
*CGI-Cookie-XS-0.18 (03 Sep 2009) |
70 |
|
71 |
03 Sep 2009; Kent Fredric <kentfredric@×××××.com> |