Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/CGI-Session/
Date: Thu, 07 May 2020 09:05:35
Message-Id: 1588842064.ec70cf5c890797d204eb08b55924ed250dcf9386.kentnl@gentoo
1 commit: ec70cf5c890797d204eb08b55924ed250dcf9386
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 09:00:08 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 09:01:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec70cf5c
7
8 dev-perl/CGI-Session: -r bump for EAPI7 & License fixes
9
10 - EAPI7
11 - Fix missing entries in metadata.xml
12 - Correct LICENSE as best possible re bug #721398
13
14 Bug: https://bugs.gentoo.org/721398
15 Package-Manager: Portage-2.3.99, Repoman-2.3.22
16 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
17
18 dev-perl/CGI-Session/CGI-Session-4.480.0-r3.ebuild | 32 ++++++++++++++++++++++
19 dev-perl/CGI-Session/metadata.xml | 1 +
20 2 files changed, 33 insertions(+)
21
22 diff --git a/dev-perl/CGI-Session/CGI-Session-4.480.0-r3.ebuild b/dev-perl/CGI-Session/CGI-Session-4.480.0-r3.ebuild
23 new file mode 100644
24 index 00000000000..326cb87ecae
25 --- /dev/null
26 +++ b/dev-perl/CGI-Session/CGI-Session-4.480.0-r3.ebuild
27 @@ -0,0 +1,32 @@
28 +# Copyright 1999-2020 Gentoo Authors
29 +# Distributed under the terms of the GNU General Public License v2
30 +
31 +EAPI=7
32 +
33 +DIST_AUTHOR=MARKSTOS
34 +DIST_VERSION=4.48
35 +inherit perl-module
36 +
37 +DESCRIPTION="persistent session data in CGI applications"
38 +# Bug: https://bugs.gentoo.org/show_bug.cgi?id=721398
39 +LICENSE="Artistic"
40 +SLOT="0"
41 +KEYWORDS="~amd64 ~hppa ~ppc ~x86"
42 +IUSE="test"
43 +RESTRICT="!test? ( test )"
44 +
45 +RDEPEND="
46 + virtual/perl-Digest-MD5
47 + virtual/perl-Scalar-List-Utils
48 + >=dev-perl/CGI-3.26
49 +"
50 +DEPEND="
51 + dev-perl/Module-Build
52 +"
53 +BDEPEND="${RDEPEND}
54 + >=dev-perl/Module-Build-0.380.0
55 + test? (
56 + virtual/perl-Test-Simple
57 + dev-perl/CGI-Simple
58 + )
59 +"
60
61 diff --git a/dev-perl/CGI-Session/metadata.xml b/dev-perl/CGI-Session/metadata.xml
62 index 648b4fdd2d8..ac5cd06c60e 100644
63 --- a/dev-perl/CGI-Session/metadata.xml
64 +++ b/dev-perl/CGI-Session/metadata.xml
65 @@ -23,6 +23,7 @@
66 <remote-id type="cpan-module">CGI::Session::Serialize::freezethaw</remote-id>
67 <remote-id type="cpan-module">CGI::Session::Serialize::storable</remote-id>
68 <remote-id type="cpan-module">CGI::Session::Test::Default</remote-id>
69 + <remote-id type="cpan-module">CGI::Session::Test::SimpleObjectClass</remote-id>
70 <remote-id type="cpan-module">CGI::Session::Tutorial</remote-id>
71 <remote-id type="cpan-module">OverloadedClass</remote-id>
72 </upstream>