diff options
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/CGI-Session/CGI-Session-4.480.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/CGI-Session/CGI-Session-4.480.0-r2.ebuild | 27 | ||||
-rw-r--r-- | dev-perl/CGI-Session/metadata.xml | 1 |
3 files changed, 29 insertions, 3 deletions
diff --git a/dev-perl/CGI-Session/CGI-Session-4.480.0-r1.ebuild b/dev-perl/CGI-Session/CGI-Session-4.480.0-r1.ebuild index 5eb5e881bce2..e9ab02ce4e8f 100644 --- a/dev-perl/CGI-Session/CGI-Session-4.480.0-r1.ebuild +++ b/dev-perl/CGI-Session/CGI-Session-4.480.0-r1.ebuild @@ -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 index 000000000000..4614a2b2b0ad --- /dev/null +++ b/dev-perl/CGI-Session/CGI-Session-4.480.0-r2.ebuild @@ -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 + ) +" diff --git a/dev-perl/CGI-Session/metadata.xml b/dev-perl/CGI-Session/metadata.xml index ac5cd06c60ea..648b4fdd2d86 100644 --- a/dev-perl/CGI-Session/metadata.xml +++ b/dev-perl/CGI-Session/metadata.xml @@ -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> |