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-DynamicExpiry/
Date: Wed, 27 Aug 2014 05:18:44
Message-Id: 1409116063.b9f26e99fc612c26f0b28915dacb7357e338d754.kent@gentoo
1 commit: b9f26e99fc612c26f0b28915dacb7357e338d754
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 27 05:07:43 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Aug 27 05:07:43 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b9f26e99
7
8 [clean] dev-perl/Catalyst-Plugin-Session-DynamicExpiry Remove old EAPIS
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 ...atalyst-Plugin-Session-DynamicExpiry-0.20.0.ebuild | 19 -------------------
14 .../Catalyst-Plugin-Session-DynamicExpiry/ChangeLog | 6 +++++-
15 2 files changed, 5 insertions(+), 20 deletions(-)
16
17 diff --git a/dev-perl/Catalyst-Plugin-Session-DynamicExpiry/Catalyst-Plugin-Session-DynamicExpiry-0.20.0.ebuild b/dev-perl/Catalyst-Plugin-Session-DynamicExpiry/Catalyst-Plugin-Session-DynamicExpiry-0.20.0.ebuild
18 deleted file mode 100644
19 index 0b9156b..0000000
20 --- a/dev-perl/Catalyst-Plugin-Session-DynamicExpiry/Catalyst-Plugin-Session-DynamicExpiry-0.20.0.ebuild
21 +++ /dev/null
22 @@ -1,19 +0,0 @@
23 -# Copyright 1999-2012 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -# $Header: $
26 -
27 -MODULE_AUTHOR=NUFFIN
28 -MODULE_VERSION="0.02"
29 -inherit perl-module
30 -
31 -DESCRIPTION="per-session custom expiry times"
32 -LICENSE="|| ( Artistic GPL-2 )"
33 -
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -
37 -IUSE=""
38 -RDEPEND="
39 - >=dev-perl/Catalyst-Plugin-Session-0.110.0
40 -"
41 -DEPEND="${RDEPEND}"
42
43 diff --git a/dev-perl/Catalyst-Plugin-Session-DynamicExpiry/ChangeLog b/dev-perl/Catalyst-Plugin-Session-DynamicExpiry/ChangeLog
44 index 4044504..1fc9968 100644
45 --- a/dev-perl/Catalyst-Plugin-Session-DynamicExpiry/ChangeLog
46 +++ b/dev-perl/Catalyst-Plugin-Session-DynamicExpiry/ChangeLog
47 @@ -1,7 +1,11 @@
48 # ChangeLog for dev-perl/Catalyst-Plugin-Session-DynamicExpiry
49 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
50 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
51 # $Header: $
52
53 + 27 Aug 2014; Kent Fredric <kentfredric@×××××.com>
54 + -Catalyst-Plugin-Session-DynamicExpiry-0.20.0.ebuild:
55 + Remove old EAPIS
56 +
57 *Catalyst-Plugin-Session-DynamicExpiry-0.40.0 (25 Oct 2012)
58
59 25 Oct 2012; Kent Fredric <kentfredric@×××××.com>