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:51:00
Message-Id: 1409204345.6f5967208e3df9a8da7d69cf3fcd99287d3116fa.kent@gentoo
1 commit: 6f5967208e3df9a8da7d69cf3fcd99287d3116fa
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 28 05:39:05 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 28 05:39:05 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6f596720
7
8 [bump] dev-perl/CGI-Application-Plugin-Session -1.50.0
9
10 Package-Manager: portage-2.2.10
11 RepoMan-Options: --force
12
13 ---
14 .../CGI-Application-Plugin-Session-1.50.0.ebuild | 32 ++++++++++++++++++++++
15 dev-perl/CGI-Application-Plugin-Session/ChangeLog | 6 ++++
16 2 files changed, 38 insertions(+)
17
18 diff --git a/dev-perl/CGI-Application-Plugin-Session/CGI-Application-Plugin-Session-1.50.0.ebuild b/dev-perl/CGI-Application-Plugin-Session/CGI-Application-Plugin-Session-1.50.0.ebuild
19 new file mode 100644
20 index 0000000..b0fe8d8
21 --- /dev/null
22 +++ b/dev-perl/CGI-Application-Plugin-Session/CGI-Application-Plugin-Session-1.50.0.ebuild
23 @@ -0,0 +1,32 @@
24 +# Copyright 1999-2014 Gentoo Foundation
25 +# Distributed under the terms of the GNU General Public License v2
26 +# $Header: $
27 +EAPI=5
28 +MODULE_AUTHOR=FREW
29 +MODULE_VERSION="1.05"
30 +inherit perl-module
31 +
32 +DESCRIPTION="Add CGI::Session support to CGI::Application"
33 +LICENSE="|| ( Artistic GPL-2 )"
34 +
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~x86"
37 +
38 +IUSE="test"
39 +RDEPEND="
40 + >=dev-perl/CGI-Application-3.210.0
41 + >=dev-perl/CGI-Session-4.480.0
42 + virtual/perl-File-Spec
43 + virtual/perl-Scalar-List-Utils
44 +"
45 +DEPEND="${RDEPEND}
46 + >=virtual/perl-ExtUtils-MakeMaker-6.300.0
47 + test? (
48 + >=virtual/perl-Test-Simple-1.001002
49 + )
50 +"
51 +PERL_RM_FILES=(
52 + t/release-pod-coverage.t
53 + t/release-pod-syntax.t
54 +)
55 +SRC_TEST="do parallel"
56
57 diff --git a/dev-perl/CGI-Application-Plugin-Session/ChangeLog b/dev-perl/CGI-Application-Plugin-Session/ChangeLog
58 index 96857d1..d56c1de 100644
59 --- a/dev-perl/CGI-Application-Plugin-Session/ChangeLog
60 +++ b/dev-perl/CGI-Application-Plugin-Session/ChangeLog
61 @@ -2,6 +2,12 @@
62 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
63 # $Header: $
64
65 +*CGI-Application-Plugin-Session-1.50.0 (28 Aug 2014)
66 +
67 + 28 Aug 2014; Kent Fredric <kentfredric@×××××.com>
68 + +CGI-Application-Plugin-Session-1.50.0.ebuild:
69 + Version Bump
70 +
71 *CGI-Application-Plugin-Session-1.30.0-r1 (28 Aug 2014)
72
73 28 Aug 2014; Kent Fredric <kentfredric@×××××.com>