commit: f946e1befd81fab7a92f463538db1670a69ed248 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Oct 25 23:43:02 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Oct 25 23:43:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f946e1be
dev-perl/Class-Data-Inheritable: add 0.100.0 Signed-off-by: Sam James <sam <AT> gentoo.org> .../Class-Data-Inheritable-0.100.0.ebuild | 20 ++++++++++++++++++++ dev-perl/Class-Data-Inheritable/Manifest | 1 + 2 files changed, 21 insertions(+) diff --git a/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.100.0.ebuild b/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.100.0.ebuild new file mode 100644 index 000000000000..845403b6ad11 --- /dev/null +++ b/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.100.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=RSHERER +DIST_VERSION=0.10 +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 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + +PERL_RM_FILES=( + t/pod.t + t/pod-coverage.t +) diff --git a/dev-perl/Class-Data-Inheritable/Manifest b/dev-perl/Class-Data-Inheritable/Manifest index 3ef650080cef..51a2eac8c668 100644 --- a/dev-perl/Class-Data-Inheritable/Manifest +++ b/dev-perl/Class-Data-Inheritable/Manifest @@ -1 +1,2 @@ DIST Class-Data-Inheritable-0.09.tar.gz 6087 BLAKE2B 687c4738b2323e707247e6544a20056b841d18ee8e12811a1e98ed2e0ce1ef6ea2bb4f3a8906df48cc7849ff16d347a6de3e99e8fa6cf992252a828dd1f92b96 SHA512 2e76aaf12c8d26442d53746e5d74636bb35c55461efb6d9b5ea50a635e3f781707b2d7f9cb3da9113ed31de464d3931f9734c29ace2a7ee5c6e111392b6a97cf +DIST Class-Data-Inheritable-0.10.tar.gz 6462 BLAKE2B 7ad409beaf663aaf06afd3b2491866aca76c03e4c4fcf1f404a4129df99754b508c3768249e0418cc985ec3bdd19fba14e6636c63753d3d3df40211691560000 SHA512 fa415aece575fdf805b80479d6a24277a067ddc0c7392b88aeb02bd6efa2e5047288b287a9c2f2e67fd8576c12ee4567a07f42903a33b6215afc8551959b4ef1
