From c490fcab18c5d342b1ece779ef538337e237b49a Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sat, 9 Oct 2021 21:33:00 +0200 Subject: dev-perl/Class-Data-Inheritable: EAPI=8 bump, update comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- .../Class-Data-Inheritable-0.80.0-r3.ebuild | 19 ------------------- .../Class-Data-Inheritable-0.80.0-r4.ebuild | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r3.ebuild create mode 100644 dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r4.ebuild diff --git a/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r3.ebuild b/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r3.ebuild deleted file mode 100644 index 2b3bd747d66e..000000000000 --- a/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DIST_AUTHOR=TMTM -DIST_VERSION=0.08 -inherit perl-module - -DESCRIPTION="Inheritable, overridable class data" -# License note: Artistic only for one file -# https://bugs.gentoo.org/728662 -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -PERL_RM_FILES=( - t/pod.t - t/pod-coverage.t -) diff --git a/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r4.ebuild b/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r4.ebuild new file mode 100644 index 000000000000..e0af31998bfb --- /dev/null +++ b/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.80.0-r4.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=TMTM +DIST_VERSION=0.08 +inherit perl-module + +DESCRIPTION="Inheritable, overridable class data" +# License note: Artistic only for one file +# https://rt.cpan.org/Public/Bug/Display.html?id=132835 +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +PERL_RM_FILES=( + t/pod.t + t/pod-coverage.t +) -- cgit v1.2.3-65-gdbad