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/Catalyst-Plugin-Session-Store-Memcached/
Date: Wed, 27 Aug 2014 05:37:40
Message-Id: 1409117372.0e7da1e4a78afcc0991b1faf1c07a894cbf0f11b.kent@gentoo
1 commit: 0e7da1e4a78afcc0991b1faf1c07a894cbf0f11b
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 27 05:29:32 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Aug 27 05:29:32 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0e7da1e4
7
8 [clean] dev-perl/Catalyst-Plugin-Session-Store-Memcached Remove old EAPIs
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 ...st-Plugin-Session-Store-Memcached-0.30.0.ebuild | 22 ----------------------
14 ...st-Plugin-Session-Store-Memcached-0.40.0.ebuild | 22 ----------------------
15 .../ChangeLog | 7 ++++++-
16 3 files changed, 6 insertions(+), 45 deletions(-)
17
18 diff --git a/dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.30.0.ebuild b/dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.30.0.ebuild
19 deleted file mode 100644
20 index a46e2f7..0000000
21 --- a/dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.30.0.ebuild
22 +++ /dev/null
23 @@ -1,22 +0,0 @@
24 -# Copyright 1999-2012 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -# $Header: $
27 -
28 -MODULE_AUTHOR=BOBTFISH
29 -MODULE_VERSION="0.03"
30 -inherit perl-module
31 -
32 -DESCRIPTION="Memcached storage backend for session data."
33 -
34 -IUSE=""
35 -
36 -SLOT="0"
37 -LICENSE="|| ( Artistic GPL-2 )"
38 -KEYWORDS="~amd64 ~x86"
39 -
40 -RDEPEND="
41 - >=dev-perl/Catalyst-Plugin-Session-0.10.0
42 - dev-perl/Cache-Memcached-Managed
43 - dev-perl/MRO-Compat
44 -"
45 -DEPEND="${RDEPEND}"
46
47 diff --git a/dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.40.0.ebuild b/dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.40.0.ebuild
48 deleted file mode 100644
49 index d5fdcac..0000000
50 --- a/dev-perl/Catalyst-Plugin-Session-Store-Memcached/Catalyst-Plugin-Session-Store-Memcached-0.40.0.ebuild
51 +++ /dev/null
52 @@ -1,22 +0,0 @@
53 -# Copyright 1999-2012 Gentoo Foundation
54 -# Distributed under the terms of the GNU General Public License v2
55 -# $Header: $
56 -
57 -MODULE_AUTHOR=FLORA
58 -MODULE_VERSION="0.04"
59 -inherit perl-module
60 -
61 -DESCRIPTION="Memcached storage backend for session data."
62 -
63 -IUSE=""
64 -
65 -SLOT="0"
66 -LICENSE="|| ( Artistic GPL-2 )"
67 -KEYWORDS="~amd64 ~x86"
68 -
69 -RDEPEND="
70 - >=dev-perl/Catalyst-Plugin-Session-0.260.0
71 - dev-perl/Cache-Memcached-Managed
72 - dev-perl/MRO-Compat
73 -"
74 -DEPEND="${RDEPEND}"
75
76 diff --git a/dev-perl/Catalyst-Plugin-Session-Store-Memcached/ChangeLog b/dev-perl/Catalyst-Plugin-Session-Store-Memcached/ChangeLog
77 index 3f0b5a1..4bb3899 100644
78 --- a/dev-perl/Catalyst-Plugin-Session-Store-Memcached/ChangeLog
79 +++ b/dev-perl/Catalyst-Plugin-Session-Store-Memcached/ChangeLog
80 @@ -1,7 +1,12 @@
81 # ChangeLog for dev-perl/Catalyst-Plugin-Session-Store-Memcached
82 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
83 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
84 # $Header: $
85
86 + 27 Aug 2014; Kent Fredric <kentfredric@×××××.com>
87 + -Catalyst-Plugin-Session-Store-Memcached-0.30.0.ebuild,
88 + -Catalyst-Plugin-Session-Store-Memcached-0.40.0.ebuild:
89 + Remove old EAPIs
90 +
91 *Catalyst-Plugin-Session-Store-Memcached-0.50.0 (06 Apr 2012)
92
93 06 Apr 2012; Kent Fredric <kentfredric@×××××.com>