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-Application-Plugin-Session/
Date: Thu, 28 Aug 2014 05:50:59
Message-Id: 1409203060.35a287d8518bdc122f139b5a7af335d868d24793.kent@gentoo
1 commit: 35a287d8518bdc122f139b5a7af335d868d24793
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 28 05:17:40 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 28 05:17:40 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=35a287d8
7
8 [fixup] dev-perl/CGI-Application-Plugin-Session EAPI5, Fixup tests
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 ....0.ebuild => CGI-Application-Plugin-Session-1.30.0-r1.ebuild} | 9 +++++++--
14 dev-perl/CGI-Application-Plugin-Session/ChangeLog | 9 ++++++++-
15 2 files changed, 15 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-perl/CGI-Application-Plugin-Session/CGI-Application-Plugin-Session-1.30.0.ebuild b/dev-perl/CGI-Application-Plugin-Session/CGI-Application-Plugin-Session-1.30.0-r1.ebuild
18 similarity index 82%
19 rename from dev-perl/CGI-Application-Plugin-Session/CGI-Application-Plugin-Session-1.30.0.ebuild
20 rename to dev-perl/CGI-Application-Plugin-Session/CGI-Application-Plugin-Session-1.30.0-r1.ebuild
21 index 2624f0b..c9dee3d 100644
22 --- a/dev-perl/CGI-Application-Plugin-Session/CGI-Application-Plugin-Session-1.30.0.ebuild
23 +++ b/dev-perl/CGI-Application-Plugin-Session/CGI-Application-Plugin-Session-1.30.0-r1.ebuild
24 @@ -1,7 +1,7 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 # $Header: $
29 -
30 +EAPI=5
31 MODULE_AUTHOR=CEESHEK
32 MODULE_VERSION="1.03"
33 inherit perl-module
34 @@ -11,6 +11,7 @@ LICENSE="|| ( Artistic GPL-2 )"
35
36 SLOT="0"
37 KEYWORDS="~amd64 ~x86"
38 +RESTRICT=test
39
40 IUSE=""
41 RDEPEND="
42 @@ -24,4 +25,8 @@ DEPEND="${RDEPEND}
43 virtual/perl-Test-Simple
44 dev-perl/Test-Exception
45 "
46 +PERL_RM_FILES=(
47 + t/98_pod.t
48 + t/99_pod_coverage.t
49 +)
50 SRC_TEST="do"
51
52 diff --git a/dev-perl/CGI-Application-Plugin-Session/ChangeLog b/dev-perl/CGI-Application-Plugin-Session/ChangeLog
53 index 9f5fce1..96857d1 100644
54 --- a/dev-perl/CGI-Application-Plugin-Session/ChangeLog
55 +++ b/dev-perl/CGI-Application-Plugin-Session/ChangeLog
56 @@ -1,7 +1,14 @@
57 # ChangeLog for dev-perl/CGI-Application-Plugin-Session
58 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
59 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
60 # $Header: $
61
62 +*CGI-Application-Plugin-Session-1.30.0-r1 (28 Aug 2014)
63 +
64 + 28 Aug 2014; Kent Fredric <kentfredric@×××××.com>
65 + -CGI-Application-Plugin-Session-1.30.0.ebuild,
66 + +CGI-Application-Plugin-Session-1.30.0-r1.ebuild:
67 + EAPI5, Fixup tests
68 +
69 27 Jun 2011; Kent Fredric <kentfredric@×××××.com>
70 CGI-Application-Plugin-Session-1.30.0.ebuild:
71 Fixdep CGI-Application