dev-perl/CGI-Session: EAPI6 + DESCRIPTION fix
authorKent Fredric <kentnl@gentoo.org>
Thu, 7 Jun 2018 06:37:49 +0000 (18:37 +1200)
committerKent Fredric <kentnl@gentoo.org>
Thu, 7 Jun 2018 06:38:27 +0000 (18:38 +1200)
- EAPI6ify
- Fix trailing whitespace in DESCRIPTION ( gentooqa.levelnine.at )
- Prune unresolvable entry from metadata.xml

Package-Manager: Portage-2.3.29, Repoman-2.3.9

dev-perl/CGI-Session/CGI-Session-4.480.0-r1.ebuild
dev-perl/CGI-Session/CGI-Session-4.480.0-r2.ebuild [new file with mode: 0644]
dev-perl/CGI-Session/metadata.xml

index 5eb5e881bce2617b186fa06a4e531b6d99cde9b0..e9ab02ce4e8ffcaa98ba1b3e0dc49bcffcfdee5e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,7 +7,7 @@ MODULE_AUTHOR=MARKSTOS
 MODULE_VERSION=4.48
 inherit perl-module
 
-DESCRIPTION="persistent session data in CGI applications "
+DESCRIPTION="persistent session data in CGI applications"
 
 SLOT="0"
 KEYWORDS="amd64 ~hppa ~ppc x86"
diff --git a/dev-perl/CGI-Session/CGI-Session-4.480.0-r2.ebuild b/dev-perl/CGI-Session/CGI-Session-4.480.0-r2.ebuild
new file mode 100644 (file)
index 0000000..4614a2b
--- /dev/null
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MARKSTOS
+DIST_VERSION=4.48
+inherit perl-module
+
+DESCRIPTION="persistent session data in CGI applications"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+IUSE="test"
+
+RDEPEND="
+       virtual/perl-Digest-MD5
+       virtual/perl-Scalar-List-Utils
+       >=dev-perl/CGI-3.26
+"
+DEPEND="${RDEPEND}
+       >=dev-perl/Module-Build-0.380.0
+       test? (
+               virtual/perl-Test-Simple
+               dev-perl/CGI-Simple
+       )
+"
index ac5cd06c60ea10b44bae51630911e1d3aeef4b13..648b4fdd2d865ca6a55c23d02e8b0d54825c4338 100644 (file)
@@ -23,7 +23,6 @@
     <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>