summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-05-07 21:00:08 +1200
committerKent Fredric <kentnl@gentoo.org>2020-05-07 21:01:04 +1200
commitec70cf5c890797d204eb08b55924ed250dcf9386 (patch)
treea1cf1628eb6d28604ecbcf5ddbc669db402f6703
parentdev-python/sphinx: Disable intersphinx (diff)
downloadgentoo-ec70cf5c.tar.gz
gentoo-ec70cf5c.tar.bz2
gentoo-ec70cf5c.zip
dev-perl/CGI-Session: -r bump for EAPI7 & License fixes
- EAPI7 - Fix missing entries in metadata.xml - Correct LICENSE as best possible re bug #721398 Bug: https://bugs.gentoo.org/721398 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
-rw-r--r--dev-perl/CGI-Session/CGI-Session-4.480.0-r3.ebuild32
-rw-r--r--dev-perl/CGI-Session/metadata.xml1
2 files changed, 33 insertions, 0 deletions
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
new file mode 100644
index 000000000000..326cb87ecaef
--- /dev/null
+++ b/dev-perl/CGI-Session/CGI-Session-4.480.0-r3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MARKSTOS
+DIST_VERSION=4.48
+inherit perl-module
+
+DESCRIPTION="persistent session data in CGI applications"
+# Bug: https://bugs.gentoo.org/show_bug.cgi?id=721398
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ virtual/perl-Digest-MD5
+ virtual/perl-Scalar-List-Utils
+ >=dev-perl/CGI-3.26
+"
+DEPEND="
+ dev-perl/Module-Build
+"
+BDEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.380.0
+ test? (
+ virtual/perl-Test-Simple
+ dev-perl/CGI-Simple
+ )
+"
diff --git a/dev-perl/CGI-Session/metadata.xml b/dev-perl/CGI-Session/metadata.xml
index 648b4fdd2d86..ac5cd06c60ea 100644
--- a/dev-perl/CGI-Session/metadata.xml
+++ b/dev-perl/CGI-Session/metadata.xml
@@ -23,6 +23,7 @@
<remote-id type="cpan-module">CGI::Session::Serialize::freezethaw</remote-id>
<remote-id type="cpan-module">CGI::Session::Serialize::storable</remote-id>
<remote-id type="cpan-module">CGI::Session::Test::Default</remote-id>
+ <remote-id type="cpan-module">CGI::Session::Test::SimpleObjectClass</remote-id>
<remote-id type="cpan-module">CGI::Session::Tutorial</remote-id>
<remote-id type="cpan-module">OverloadedClass</remote-id>
</upstream>