Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CGI-Cookie-XS/
Date: Tue, 30 Sep 2014 12:01:23
Message-Id: 1412062247.940aed1058de8691f00cf63d1f061c7561dd32a6.kent@gentoo
1 commit: 940aed1058de8691f00cf63d1f061c7561dd32a6
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Sep 26 13:03:00 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Sep 30 07:30:47 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=940aed10
7
8 [cleanup] dev-perl/CGI-Cookie-XS Remove old EAPIs
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 dev-perl/CGI-Cookie-XS/CGI-Cookie-XS-0.16.ebuild | 21 ---------------------
14 dev-perl/CGI-Cookie-XS/ChangeLog | 3 +++
15 2 files changed, 3 insertions(+), 21 deletions(-)
16
17 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
18 deleted file mode 100644
19 index e779e7d..0000000
20 --- a/dev-perl/CGI-Cookie-XS/CGI-Cookie-XS-0.16.ebuild
21 +++ /dev/null
22 @@ -1,21 +0,0 @@
23 -# Copyright 1999-2009 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -# $Header: $
26 -EAPI=2
27 -MODULE_AUTHOR=AGENT
28 -inherit perl-module
29 -
30 -DESCRIPTION="HTTP Cookie parser in pure C"
31 -LICENSE="|| ( Artistic GPL-2 )"
32 -
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 -
36 -IUSE=""
37 -RDEPEND="
38 - virtual/perl-Filter
39 -"
40 -DEPEND="
41 - ${RDEPEND}
42 -"
43 -SRC_TEST="do"
44
45 diff --git a/dev-perl/CGI-Cookie-XS/ChangeLog b/dev-perl/CGI-Cookie-XS/ChangeLog
46 index 6ed447c..3ddf7ed 100644
47 --- a/dev-perl/CGI-Cookie-XS/ChangeLog
48 +++ b/dev-perl/CGI-Cookie-XS/ChangeLog
49 @@ -2,6 +2,9 @@
50 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
51 # $Header: $
52
53 + 26 Sep 2014; Kent Fredric <kentfredric@×××××.com> -CGI-Cookie-XS-0.16.ebuild:
54 + Remove old EAPIs
55 +
56 *CGI-Cookie-XS-0.180.0 (26 Sep 2014)
57
58 26 Sep 2014; Kent Fredric <kentfredric@×××××.com> -CGI-Cookie-XS-0.18.ebuild,