[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Unload/

2021-10-11 Thread Andreas K. Hüttel
commit: c94d26ab7a5574cebbcbc438ddec5d8cf94de67a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Oct 11 21:22:12 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Oct 11 21:27:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94d26ab

dev-perl/Class-Unload: EAPI=8 bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 ...Unload-0.110.0.ebuild => Class-Unload-0.110.0-r1.ebuild} | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-perl/Class-Unload/Class-Unload-0.110.0.ebuild 
b/dev-perl/Class-Unload/Class-Unload-0.110.0-r1.ebuild
similarity index 83%
rename from dev-perl/Class-Unload/Class-Unload-0.110.0.ebuild
rename to dev-perl/Class-Unload/Class-Unload-0.110.0-r1.ebuild
index 3cfde6678ec..66d42f25aa6 100644
--- a/dev-perl/Class-Unload/Class-Unload-0.110.0.ebuild
+++ b/dev-perl/Class-Unload/Class-Unload-0.110.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=ILMARI
 DIST_VERSION=0.11
@@ -11,17 +11,18 @@ DESCRIPTION="Unload a class"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
-RDEPEND="dev-perl/Class-Inspector"
-DEPEND="${RDEPEND}
+RDEPEND="
+   dev-perl/Class-Inspector
+"
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
>=virtual/perl-Test-Simple-0.880
dev-perl/Test-Requires
)
 "
+
 src_test() {
local i;
elog "Install the following optional dependencies for comprehensive 
tests:"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Unload/

2017-10-04 Thread Kent Fredric
commit: 286bd0b5af9c5651f482b330139f2bcaebcf0768
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Oct  5 03:49:35 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Oct  5 05:01:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=286bd0b5

dev-perl/Class-Unload: Bump to version 0.110.0

Upstream:
- Add support for removing Moose classes properly

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Class-Unload/Class-Unload-0.110.0.ebuild | 33 +++
 dev-perl/Class-Unload/Manifest|  1 +
 2 files changed, 34 insertions(+)

diff --git a/dev-perl/Class-Unload/Class-Unload-0.110.0.ebuild 
b/dev-perl/Class-Unload/Class-Unload-0.110.0.ebuild
new file mode 100644
index 000..1d5cb1bcaab
--- /dev/null
+++ b/dev-perl/Class-Unload/Class-Unload-0.110.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=ILMARI
+DIST_VERSION=0.11
+inherit perl-module
+
+DESCRIPTION="Unload a class"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-perl/Class-Inspector"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   >=virtual/perl-Test-Simple-0.880
+   dev-perl/Test-Requires
+   )
+"
+src_test() {
+   local i;
+   elog "Install the following optional dependencies for comprehensive 
tests:"
+   i="$(if has_version 'dev-perl/Moose'; then echo '[I]'; else echo '[ ]'; 
fi)"
+   elog " $i dev-perl/Moose"
+   elog " - Test unloadability of Moose Classes and Meta-Classes";
+   elog
+   perl_rm_files t/author-{eol,no-tabs}.t t/author-pod-{coverage,syntax}.t
+   perl-module_src_test
+}

diff --git a/dev-perl/Class-Unload/Manifest b/dev-perl/Class-Unload/Manifest
index 980cf4aa9c0..2f812e4dbec 100644
--- a/dev-perl/Class-Unload/Manifest
+++ b/dev-perl/Class-Unload/Manifest
@@ -1,2 +1,3 @@
 DIST Class-Unload-0.07.tar.gz 10088 SHA256 
392374182b53a2538c928e1ef7818d1fae0a304b4f2450bdf7ee712049b29baa SHA512 
33df1559d1adf288c88ec6f3c4a9c7edd237978416e7d1c636856793ced3eb0383475074541d27aef7d3e9ca8770da9c635db20526328edf86ed113133f5fa62
 WHIRLPOOL 
27b0dbb36201f537f91f73df073e2a639d4edefe03ad86439c9a57c51a63ad6254251466c09a560143151473452fd9aa2a8475f29b69cfc39612cc4d84d795a7
 DIST Class-Unload-0.09.tar.gz 11085 SHA256 
afc4d729a2245df42bace73f4a5af5e8104750277f9fdbd50e94ce130487a0e0 SHA512 
313079257b5e5b1029c92271c0ba5e2506f2f9c27a16b895816f2339066e4733553d5011ad7b9ed0f439cb0afdccef0e7dcd49ab100d34dc7869ad1d12794378
 WHIRLPOOL 
efa812f254f32473f3be68998c679c9f9bfb82d084363104fc38943e7742524dfe1610df78f60c327cc5d649695efb1647db2f724abc9a93b13ceabd5a4a6ffd
+DIST Class-Unload-0.11.tar.gz 11607 SHA256 
52e29747a7e4d2e1a289c0e1de8107634f10c8426cd7c9d31ecac8383e4a0a5f SHA512 
464e5c82578bf43ac97a9c434bb1b4889a7b2d5e97d51b5f6965c3de44d81016177d2b1596a93d09bfac382667bd668b1f15d11444c692530894df9348e8
 WHIRLPOOL 
eef7eabea69f268913e1a5df04fefaf26f8c4170c0d3d029a03d1a47ec029430f4d87bed1be2f06fa077b4d1bea08597315a26d421230fd4334c50bc183c2344



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Unload/

2016-07-23 Thread Kent Fredric
commit: 45b23b2876185523f04b480fc0ba55d6392893cd
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Jul 23 08:44:48 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Jul 23 08:46:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45b23b28

dev-perl/Class-Unload: Bump to version 0.90.0

- EAPI6
- Nuke spurious tests

Upstream:
- Documentation encoding specified to avoid breaking POD readers.

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/Class-Unload/Class-Unload-0.90.0.ebuild | 27 
 dev-perl/Class-Unload/Manifest   |  1 +
 2 files changed, 28 insertions(+)

diff --git a/dev-perl/Class-Unload/Class-Unload-0.90.0.ebuild 
b/dev-perl/Class-Unload/Class-Unload-0.90.0.ebuild
new file mode 100644
index 000..65a5910
--- /dev/null
+++ b/dev-perl/Class-Unload/Class-Unload-0.90.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=ILMARI
+DIST_VERSION=0.09
+inherit perl-module
+
+DESCRIPTION="Unload a class"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-perl/Class-Inspector"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Test-Simple
+   )
+"
+src_test() {
+   perl_rm_files t/author-{eol,no-tabs}.t t/release-pod-{coverage,syntax}.t
+   perl-module_src_test
+}

diff --git a/dev-perl/Class-Unload/Manifest b/dev-perl/Class-Unload/Manifest
index 468c7ce..980cf4a 100644
--- a/dev-perl/Class-Unload/Manifest
+++ b/dev-perl/Class-Unload/Manifest
@@ -1 +1,2 @@
 DIST Class-Unload-0.07.tar.gz 10088 SHA256 
392374182b53a2538c928e1ef7818d1fae0a304b4f2450bdf7ee712049b29baa SHA512 
33df1559d1adf288c88ec6f3c4a9c7edd237978416e7d1c636856793ced3eb0383475074541d27aef7d3e9ca8770da9c635db20526328edf86ed113133f5fa62
 WHIRLPOOL 
27b0dbb36201f537f91f73df073e2a639d4edefe03ad86439c9a57c51a63ad6254251466c09a560143151473452fd9aa2a8475f29b69cfc39612cc4d84d795a7
+DIST Class-Unload-0.09.tar.gz 11085 SHA256 
afc4d729a2245df42bace73f4a5af5e8104750277f9fdbd50e94ce130487a0e0 SHA512 
313079257b5e5b1029c92271c0ba5e2506f2f9c27a16b895816f2339066e4733553d5011ad7b9ed0f439cb0afdccef0e7dcd49ab100d34dc7869ad1d12794378
 WHIRLPOOL 
efa812f254f32473f3be68998c679c9f9bfb82d084363104fc38943e7742524dfe1610df78f60c327cc5d649695efb1647db2f724abc9a93b13ceabd5a4a6ffd