public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Base36/
@ 2016-03-25 19:27 Andreas Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Hüttel @ 2016-03-25 19:27 UTC (permalink / raw
  To: gentoo-commits

commit:     77e3b4d8f97bcd982b929a85ab13b62a2d7bfd2b
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 19:00:28 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 19:00:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77e3b4d8

dev-perl/Math-Base36: Remove old

Package-Manager: portage-2.2.28

 dev-perl/Math-Base36/Manifest                      |  1 -
 dev-perl/Math-Base36/Math-Base36-0.120.0-r1.ebuild | 25 ----------------------
 2 files changed, 26 deletions(-)

diff --git a/dev-perl/Math-Base36/Manifest b/dev-perl/Math-Base36/Manifest
index f908630..d63c959 100644
--- a/dev-perl/Math-Base36/Manifest
+++ b/dev-perl/Math-Base36/Manifest
@@ -1,2 +1 @@
-DIST Math-Base36-0.12.tar.gz 20272 SHA256 cfc6312f153ec930fd04172fdc7da301e1896cd1dae42e617be0cb0de1cfdf17 SHA512 e9bd6418031354d22cb2e84073a2b308e0644cca6d377207005ee907d50050e700afda6df4e94618289b036a62ce27f8e0ca96722234b101b06977a596331e15 WHIRLPOOL a4b499e179ad66f2332bc4b52fc9e42fde3d2ff8ba29d06256f4484d46de06de5423b90aa0fd3b5ec3bab081ae61c73a8eefae3f4ad42b85668f1001aca4a78b
 DIST Math-Base36-0.14.tar.gz 20428 SHA256 eedcc8cb22b8f6b6c07742e55931f6e9d03771d221d0b76639f18a3b7d19f47f SHA512 d851ec86bf4d561d8f1c8b46de3dfd5108943d3d260296e0fddebf3e5ff6b069765260ae20af6ef5741c4677feb9a9ae588457197d44f57bb9434b64cd268e59 WHIRLPOOL 29d140dd6da14fe4920384691021f54e5e4da27748f868daacf37d506edaa83895ae7db04b519ddc2e363b0d9c5c7a1d83ff9dfdba82c69cdf31749cbc492fc8

diff --git a/dev-perl/Math-Base36/Math-Base36-0.120.0-r1.ebuild b/dev-perl/Math-Base36/Math-Base36-0.120.0-r1.ebuild
deleted file mode 100644
index e2c002b..0000000
--- a/dev-perl/Math-Base36/Math-Base36-0.120.0-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=BRICAS
-MODULE_VERSION=0.12
-inherit perl-module
-
-DESCRIPTION="Encoding and decoding of base36 strings"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc-aix"
-IUSE="test"
-
-DEPEND="
-	test? (
-		dev-perl/Test-Pod
-		dev-perl/Test-Pod-Coverage
-		dev-perl/Test-Exception
-	)
-"
-
-SRC_TEST="do"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Base36/
@ 2016-08-06 11:54 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2016-08-06 11:54 UTC (permalink / raw
  To: gentoo-commits

commit:     f00b715967e5a4ff5cf123dc569605fbd284567e
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  6 11:42:33 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Aug  6 11:53:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f00b7159

dev-perl/Math-Base36: 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/Math-Base36/Math-Base36-0.140.0.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Math-Base36/Math-Base36-0.140.0.ebuild b/dev-perl/Math-Base36/Math-Base36-0.140.0.ebuild
index 87b5a78..11a045b 100644
--- a/dev-perl/Math-Base36/Math-Base36-0.140.0.ebuild
+++ b/dev-perl/Math-Base36/Math-Base36-0.140.0.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$
 
@@ -16,10 +16,13 @@ IUSE="test"
 
 DEPEND="
 	test? (
-		dev-perl/Test-Pod
-		dev-perl/Test-Pod-Coverage
 		dev-perl/Test-Exception
 	)
 "
 
 SRC_TEST="do"
+
+src_test() {
+	perl_rm_files t/99-pod.t t/98-pod_coverage.t
+	perl-module_src_test
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Base36/
@ 2017-06-25  8:33 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2017-06-25  8:33 UTC (permalink / raw
  To: gentoo-commits

commit:     b1b71cb15f6ec62c1595e43b19562c52b2e413f4
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 08:32:42 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 08:33:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1b71cb1

dev-perl/Math-Base36: Fix for '.' in @INC re bug #615702

Fix Module::Install for Perl 5.26

Bug: https://bugs.gentoo.org/615702
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/Math-Base36/Math-Base36-0.140.0.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Math-Base36/Math-Base36-0.140.0.ebuild b/dev-perl/Math-Base36/Math-Base36-0.140.0.ebuild
index 8bdde2d5946..e0e769690c7 100644
--- a/dev-perl/Math-Base36/Math-Base36-0.140.0.ebuild
+++ b/dev-perl/Math-Base36/Math-Base36-0.140.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -21,6 +21,12 @@ DEPEND="
 
 SRC_TEST="do"
 
+src_prepare() {
+	sed -i -e 's/use inc::Module::Install /use lib q[.];\nuse inc::Module::Install /' Makefile.PL ||
+		die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+	perl-module_src_prepare
+}
+
 src_test() {
 	perl_rm_files t/99-pod.t t/98-pod_coverage.t
 	perl-module_src_test


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Base36/
@ 2021-06-30 20:48 Andreas K. Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-06-30 20:48 UTC (permalink / raw
  To: gentoo-commits

commit:     a95e54932736d0e169d0657ef31dc0cc282edc18
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 30 20:30:40 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jun 30 20:48:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a95e5493

dev-perl/Math-Base36: EAPI=8 bump

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

 ...e36-0.140.0.ebuild => Math-Base36-0.140.0-r1.ebuild} | 17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

diff --git a/dev-perl/Math-Base36/Math-Base36-0.140.0.ebuild b/dev-perl/Math-Base36/Math-Base36-0.140.0-r1.ebuild
similarity index 65%
rename from dev-perl/Math-Base36/Math-Base36-0.140.0.ebuild
rename to dev-perl/Math-Base36/Math-Base36-0.140.0-r1.ebuild
index a65826c1077..60da5e9569e 100644
--- a/dev-perl/Math-Base36/Math-Base36-0.140.0.ebuild
+++ b/dev-perl/Math-Base36/Math-Base36-0.140.0-r1.ebuild
@@ -1,18 +1,16 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=BRICAS
-MODULE_VERSION=0.14
+DIST_AUTHOR=BRICAS
+DIST_VERSION=0.14
 inherit perl-module
 
 DESCRIPTION="Encoding and decoding of base36 strings"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 DEPEND="
 	test? (
@@ -20,15 +18,10 @@ DEPEND="
 	)
 "
 
-SRC_TEST="do"
+PERL_RM_FILES=( t/99-pod.t t/98-pod_coverage.t )
 
 src_prepare() {
 	sed -i -e 's/use inc::Module::Install /use lib q[.];\nuse inc::Module::Install /' Makefile.PL ||
 		die "Can't patch Makefile.PL for 5.26 dot-in-inc"
 	perl-module_src_prepare
 }
-
-src_test() {
-	perl_rm_files t/99-pod.t t/98-pod_coverage.t
-	perl-module_src_test
-}


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

end of thread, other threads:[~2021-06-30 20:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-25 19:27 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Base36/ Andreas Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2016-08-06 11:54 Kent Fredric
2017-06-25  8:33 Kent Fredric
2021-06-30 20:48 Andreas K. Hüttel

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