From ec70cf5c890797d204eb08b55924ed250dcf9386 Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Thu, 7 May 2020 21:00:08 +1200 Subject: 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 --- dev-perl/CGI-Session/CGI-Session-4.480.0-r3.ebuild | 32 ++++++++++++++++++++++ dev-perl/CGI-Session/metadata.xml | 1 + 2 files changed, 33 insertions(+) create mode 100644 dev-perl/CGI-Session/CGI-Session-4.480.0-r3.ebuild 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 @@ CGI::Session::Serialize::freezethaw CGI::Session::Serialize::storable CGI::Session::Test::Default + CGI::Session::Test::SimpleObjectClass CGI::Session::Tutorial OverloadedClass -- cgit v1.2.3-65-gdbad