public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Std-Fast/
@ 2016-08-06 17:03 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2016-08-06 17:03 UTC (permalink / raw
  To: gentoo-commits

commit:     5b7274e3eb8edb1a15cb890ce68519f7bbbefb2e
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  6 16:53:13 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Aug  6 17:02:31 2016 +0000
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
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Std-Fast/
@ 2020-06-19 23:33 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2020-06-19 23:33 UTC (permalink / raw
  To: gentoo-commits

commit:     a91868c95078a416c17434b1c2d0d85f4f438bf3
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 19 23:32:39 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jun 19 23:32:56 2020 +0000
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 <kentnl <AT> 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 00000000000..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
+)


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Std-Fast/
@ 2020-07-23 23:32 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2020-07-23 23:32 UTC (permalink / raw
  To: gentoo-commits

commit:     9f561738010fd4cbce4fd58b180843646d474aa0
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 23 23:27:34 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jul 23 23:30:01 2020 +0000
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 <kentnl <AT> 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..00000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-23 23:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-19 23:33 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Std-Fast/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2020-07-23 23:32 Kent Fredric
2016-08-06 17:03 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox