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

2021-10-11 Thread Andreas K. Hüttel
commit: 71b02e65d9444771c775f89fbc2ff1b367bb1efe
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Oct 11 21:18:14 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Oct 11 21:26:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71b02e65

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

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

 .../{Class-Std-0.13.0.ebuild => Class-Std-0.13.0-r1.ebuild}   | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Class-Std/Class-Std-0.13.0.ebuild 
b/dev-perl/Class-Std/Class-Std-0.13.0-r1.ebuild
similarity index 79%
rename from dev-perl/Class-Std/Class-Std-0.13.0.ebuild
rename to dev-perl/Class-Std/Class-Std-0.13.0-r1.ebuild
index 02f29a3ccf0..c6dcc1e6086 100644
--- a/dev-perl/Class-Std/Class-Std-0.13.0.ebuild
+++ b/dev-perl/Class-Std/Class-Std-0.13.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=CHORNY
 DIST_VERSION=0.013
@@ -12,14 +12,12 @@ DESCRIPTION='Support for creating standard "inside-out" 
classes'
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
virtual/perl-Data-Dumper
virtual/perl-Scalar-List-Utils
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.420.0
test? (
virtual/perl-Test-Simple



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

2020-07-23 Thread Kent Fredric
commit: 9f561738010fd4cbce4fd58b180843646d474aa0
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Jul 23 23:27:34 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Jul 23 23:30:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f561738

dev-perl/Class-Std-Fast: Cleanup old 0.0.8-r1

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 .../Class-Std-Fast/Class-Std-Fast-0.0.8-r1.ebuild  | 36 --
 1 file changed, 36 deletions(-)

diff --git a/dev-perl/Class-Std-Fast/Class-Std-Fast-0.0.8-r1.ebuild 
b/dev-perl/Class-Std-Fast/Class-Std-Fast-0.0.8-r1.ebuild
deleted file mode 100644
index fb7df3c24aa..000
--- a/dev-perl/Class-Std-Fast/Class-Std-Fast-0.0.8-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR="ACID"
-MODULE_VERSION=v${PV}
-inherit perl-module
-
-DESCRIPTION="Faster but less secure than Class::Std"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-perl/Class-Std-0.11.0
-   virtual/perl-version
-   virtual/perl-Data-Dumper
-   virtual/perl-Scalar-List-Utils
-"
-DEPEND="${RDEPEND}
-   dev-perl/Module-Build
-   test? (
-   virtual/perl-Test-Simple
-   )
-"
-
-SRC_TEST="do"
-
-src_test() {
-   perl_rm_files t/pod.t t/pod-coverage.t t/96_prereq_build.t \
-   t/97_kwalitee.t
-   perl-module_src_test
-}



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

2020-06-19 Thread Kent Fredric
commit: a91868c95078a416c17434b1c2d0d85f4f438bf3
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Jun 19 23:32:39 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Jun 19 23:32:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a91868c9

dev-perl/Class-Std-Fast: -r bump for EAPI7

- EAPI7
- Parallel tests
- Unconditionally patch out bad tests
- Remove 97_kwalitee.t as well

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 .../Class-Std-Fast/Class-Std-Fast-0.0.8-r2.ebuild  | 37 ++
 1 file changed, 37 insertions(+)

diff --git a/dev-perl/Class-Std-Fast/Class-Std-Fast-0.0.8-r2.ebuild 
b/dev-perl/Class-Std-Fast/Class-Std-Fast-0.0.8-r2.ebuild
new file mode 100644
index 000..c0ee65161f6
--- /dev/null
+++ b/dev-perl/Class-Std-Fast/Class-Std-Fast-0.0.8-r2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=ACID
+DIST_VERSION=v${PV}
+inherit perl-module
+
+DESCRIPTION="Faster but less secure than Class::Std"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-perl/Class-Std-0.11.0
+   virtual/perl-version
+   virtual/perl-Data-Dumper
+   virtual/perl-Scalar-List-Utils
+"
+DEPEND="
+   dev-perl/Module-Build
+"
+BDEPEND="${RDEPEND}
+   dev-perl/Module-Build
+   test? (
+   virtual/perl-Test-Simple
+   )
+"
+PERL_RM_FILES=(
+   t/pod.t
+   t/pod-coverage.t
+   t/96_prereq_build.t
+   t/97_kwalitee.t
+)



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

2016-08-06 Thread Kent Fredric
commit: e2c9aecf4a9598098999ab3c7a98dfee09a9fba7
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Aug  6 16:50:16 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Aug  6 17:02:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2c9aecf

dev-perl/Class-Std: Remove redundant dev-perl/Test-Pod{,-Coverage} deps

Tests themselves already patched out.

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-Std/Class-Std-0.11.0-r1.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-perl/Class-Std/Class-Std-0.11.0-r1.ebuild 
b/dev-perl/Class-Std/Class-Std-0.11.0-r1.ebuild
index 21bc466..ae71f10 100644
--- a/dev-perl/Class-Std/Class-Std-0.11.0-r1.ebuild
+++ b/dev-perl/Class-Std/Class-Std-0.11.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -23,8 +23,6 @@ DEPEND="${RDEPEND}
dev-perl/Module-Build
test? (
virtual/perl-Test-Simple
-   dev-perl/Test-Pod
-   dev-perl/Test-Pod-Coverage
)
 "
 



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

2016-08-06 Thread Kent Fredric
commit: 5b7274e3eb8edb1a15cb890ce68519f7bbbefb2e
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Aug  6 16:53:13 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Aug  6 17:02:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b7274e3

dev-perl/Class-Std-Fast: Remove POD Author tests

Not useful on Gentoo.

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-Std-Fast/Class-Std-Fast-0.0.8-r1.ebuild | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Class-Std-Fast/Class-Std-Fast-0.0.8-r1.ebuild 
b/dev-perl/Class-Std-Fast/Class-Std-Fast-0.0.8-r1.ebuild
index 8331459..ff29ffd 100644
--- a/dev-perl/Class-Std-Fast/Class-Std-Fast-0.0.8-r1.ebuild
+++ b/dev-perl/Class-Std-Fast/Class-Std-Fast-0.0.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -24,9 +24,13 @@ DEPEND="${RDEPEND}
dev-perl/Module-Build
test? (
virtual/perl-Test-Simple
-   dev-perl/Test-Pod
-   dev-perl/Test-Pod-Coverage
)
 "
 
 SRC_TEST="do"
+
+src_test() {
+   perl_rm_files t/pod.t t/pod-coverage.t t/96_prereq_build.t \
+   t/97_kwalitee.t
+   perl-module_src_test
+}



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

2016-07-23 Thread Kent Fredric
commit: e36345ed8195b4bc1cbacbebe8cf365cdcdf7b0f
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Jul 23 07:57:20 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Jul 23 07:57:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e36345ed

dev-perl/Class-Std: Bump to version 0.13.0

- EAPI6
- Add USE="examples"

Upstream:
- Pod Fixed ( Patch upstreamed )
- Class::Std::SCR::VERSION defined

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-Std/Class-Std-0.13.0.ebuild | 27 +++
 dev-perl/Class-Std/Manifest|  1 +
 2 files changed, 28 insertions(+)

diff --git a/dev-perl/Class-Std/Class-Std-0.13.0.ebuild 
b/dev-perl/Class-Std/Class-Std-0.13.0.ebuild
new file mode 100644
index 000..f1518ab
--- /dev/null
+++ b/dev-perl/Class-Std/Class-Std-0.13.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=CHORNY
+DIST_VERSION=0.013
+DIST_EXAMPLES=("demo/*")
+inherit perl-module
+
+DESCRIPTION='Support for creating standard "inside-out" classes'
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   virtual/perl-Data-Dumper
+   virtual/perl-Scalar-List-Utils
+"
+DEPEND="${RDEPEND}
+   >=dev-perl/Module-Build-0.420.0
+   test? (
+   virtual/perl-Test-Simple
+   )
+"

diff --git a/dev-perl/Class-Std/Manifest b/dev-perl/Class-Std/Manifest
index d4f3d60..89e5038 100644
--- a/dev-perl/Class-Std/Manifest
+++ b/dev-perl/Class-Std/Manifest
@@ -1,2 +1,3 @@
 DIST Class-Std-0.011.tar.gz 31080 SHA256 
454ac2f99fb45735709c0bf1d04f8e0c162abd26026fbc1895cb71de191ecfa2 SHA512 
b2387a2873257dcd5cec71850193fe8eee655bc669a951bd87b011cc8ef5637caad8cdc34f2e1daf85f3231905545e68b112380f006a75f9f97f58ef3f8860ec
 WHIRLPOOL 
058f23be1661d06def4ad08ae02fc0d21ea561efb75c683ad1caefa424d2a05c8bf47d9e1a70a661c290509ee11ff14f893b3fc225163db4aafbde552ce77d98
+DIST Class-Std-0.013.tar.gz 39384 SHA256 
bcd6d82f6c8af0fe069fced7dd165a4795b0b6e92351c7d4e5a1ab9a14fc35c6 SHA512 
10e0c23866753a82fc981931053fa786ba8c4fa6d90b18788220d7bb414886c567545b13a2e6a4db565b0a2be67ff6524bc1f22154a2fa1223dc0cdb5e05f109
 WHIRLPOOL 
4753b6d1fd4f6a3d852e23cc94dda8441e94416bae3e18dc12d7d4a65d7eb9cd283170df43d178eb3ad8fe0f665ef0564ba632f7abc8ca220cd61fb02f2dcbda
 DIST Class-Std-0.11.0-patch.tar.bz2 379 SHA256 
54f42413f0204b6e262d31caa5ca2384842cf9e86221e2cb1beaea9f88f65251 SHA512 
b253f76b1fec87bbd184896fe92da57e87da7b43dc55c1425c6e3ae7072ede1641c8cac3e81c51bef97bd8dfa7fdf85019d0592efd933528ff0970c7b36b1633
 WHIRLPOOL 
bd8374c00db79f3a2340f35c0c9c517ff00296c57d6c20dde485d014c1a74e79b5b38ebacbcc65b668318c5702c61bfb27fa8b770949295e0becb3b2888e63b5