From 939a0652d71e084372cdb6f6350202c40879852a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Mon, 24 May 2021 16:46:06 +0200 Subject: dev-perl/AtExit: Set license to Artistic (smallest common denom.) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/721204 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel --- dev-perl/AtExit/AtExit-2.30.0-r1.ebuild | 31 +++++++++++++++++++++++++++++++ dev-perl/AtExit/AtExit-2.30.0.ebuild | 27 --------------------------- 2 files changed, 31 insertions(+), 27 deletions(-) create mode 100644 dev-perl/AtExit/AtExit-2.30.0-r1.ebuild delete mode 100644 dev-perl/AtExit/AtExit-2.30.0.ebuild diff --git a/dev-perl/AtExit/AtExit-2.30.0-r1.ebuild b/dev-perl/AtExit/AtExit-2.30.0-r1.ebuild new file mode 100644 index 000000000000..0e554dfd7e56 --- /dev/null +++ b/dev-perl/AtExit/AtExit-2.30.0-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=NEILB +DIST_VERSION=2.03 +inherit perl-module + +DESCRIPTION="atexit() function to register exit-callbacks" + +# smallest common denominator, see +# https://bugs.gentoo.org/721204 +# https://rt.cpan.org/Public/Bug/Display.html?id=132447 +LICENSE="Artistic" + +SLOT="0" +KEYWORDS="amd64 ~ia64 ppc sparc x86" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + virtual/perl-Exporter +" +BEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + dev-perl/Capture-Tiny + virtual/perl-Test-Simple + ) +" diff --git a/dev-perl/AtExit/AtExit-2.30.0.ebuild b/dev-perl/AtExit/AtExit-2.30.0.ebuild deleted file mode 100644 index fdbd88b8c8fb..000000000000 --- a/dev-perl/AtExit/AtExit-2.30.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=NEILB -DIST_VERSION=2.03 -inherit perl-module - -DESCRIPTION="atexit() function to register exit-callbacks" -LICENSE="|| ( Artistic Artistic-2 )" - -SLOT="0" -KEYWORDS="amd64 ~ia64 ppc sparc x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - virtual/perl-Exporter -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( - dev-perl/Capture-Tiny - virtual/perl-Test-Simple - ) -" -- cgit v1.2.3