diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-06-07 18:37:49 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-06-07 18:38:27 +1200 |
commit | 8ba8af80d187ea43dda9a5c43042b25e98eef2f7 (patch) | |
tree | 49cdc6c22785b6c6a6d860e1cd8a3b28b414b90c /dev-perl/CGI-Session | |
parent | sys-process/glances: add python_targets_python3_6 (diff) | |
download | gentoo-8ba8af80d187ea43dda9a5c43042b25e98eef2f7.tar.gz gentoo-8ba8af80d187ea43dda9a5c43042b25e98eef2f7.tar.bz2 gentoo-8ba8af80d187ea43dda9a5c43042b25e98eef2f7.zip |
dev-perl/CGI-Session: EAPI6 + DESCRIPTION fix
- 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
Diffstat (limited to 'dev-perl/CGI-Session')
-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> |