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
This commit is contained in:
Kent Fredric
2018-06-07 18:37:49 +12:00
parent 5670be1f55
commit 8ba8af80d1
3 changed files with 29 additions and 3 deletions

View 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"

View File

@@ -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
)
"

View 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>