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

commit:     efb62e67e13425fe6f9efeffbcfd1169c6e772b5
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  6 17:38:24 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Aug  6 17:42:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efb62e67

dev-perl/Olson-Abbreviations: 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"

 .../Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild   | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild b/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild
index 99df2e4..9e70eff 100644
--- a/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild
+++ b/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -20,10 +20,13 @@ RDEPEND="
 	dev-perl/namespace-autoclean
 "
 DEPEND="${RDEPEND}
-	test? (
-		dev-perl/Test-Pod
-		dev-perl/Test-Pod-Coverage
-	)
+	test? ( virtual/perl-Test-Simple )
 "
 
 SRC_TEST=do
+
+# MI's fault
+src_configure() {
+	use test && perl_rm_files t/pod.t t/pod-coverage.t
+	perl-module_src_configure
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Olson-Abbreviations/
@ 2017-06-26 20:00 Andreas Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Hüttel @ 2017-06-26 20:00 UTC (permalink / raw
  To: gentoo-commits

commit:     594876bd35d46eb8873eb93b26714d514f961eb2
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 26 20:00:00 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jun 26 20:00:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=594876bd

dev-perl/Olson-Abbreviations: Add build fix for Perl 5.26, bug 617140

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../Olson-Abbreviations-0.40.0.ebuild                   | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild b/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild
index c55cdf8999f..1cabdda601b 100644
--- a/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild
+++ b/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-MODULE_AUTHOR=ECARROLL
-MODULE_VERSION=0.04
+DIST_AUTHOR=ECARROLL
+DIST_VERSION=0.04
 inherit perl-module
 
 DESCRIPTION="Globally unique timezones abbreviation handling"
@@ -22,10 +22,9 @@ DEPEND="${RDEPEND}
 	test? ( virtual/perl-Test-Simple )
 "
 
-SRC_TEST=do
-
-# MI's fault
-src_configure() {
+src_prepare() {
+	sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL ||
+		die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+	perl-module_src_prepare
 	use test && perl_rm_files t/pod.t t/pod-coverage.t
-	perl-module_src_configure
 }


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Olson-Abbreviations/
@ 2017-06-26 20:07 Andreas Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Hüttel @ 2017-06-26 20:07 UTC (permalink / raw
  To: gentoo-commits

commit:     5c05a076cbd851f3812ed41fa7b9a95d27074b40
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 26 20:06:35 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jun 26 20:06:55 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c05a076

dev-perl/Olson-Abbreviations: Add missing test dependency

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild b/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild
index 1cabdda601b..9e105b1ad07 100644
--- a/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild
+++ b/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild
@@ -19,7 +19,10 @@ RDEPEND="
 	dev-perl/namespace-autoclean
 "
 DEPEND="${RDEPEND}
-	test? ( virtual/perl-Test-Simple )
+	test? (
+		dev-perl/List-MoreUtils
+		virtual/perl-Test-Simple
+	)
 "
 
 src_prepare() {


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Olson-Abbreviations/
@ 2021-07-20 23:43 Andreas K. Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-07-20 23:43 UTC (permalink / raw
  To: gentoo-commits

commit:     e661a626199c0dd06f4b94b6af10ca07f5b950c8
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 20 23:22:25 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jul 20 23:42:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e661a626

dev-perl/Olson-Abbreviations: EAPI=8 bump

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

 ...iations-0.40.0.ebuild => Olson-Abbreviations-0.40.0-r1.ebuild} | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild b/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0-r1.ebuild
similarity index 86%
rename from dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild
rename to dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0-r1.ebuild
index 7278bf1855f..88d6ad36312 100644
--- a/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.0.ebuild
+++ b/dev-perl/Olson-Abbreviations/Olson-Abbreviations-0.40.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=ECARROLL
 DIST_VERSION=0.04
@@ -11,15 +11,13 @@ DESCRIPTION="Globally unique timezones abbreviation handling"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
 	dev-perl/Moose
 	>=dev-perl/MooseX-ClassAttribute-0.250.0
 	dev-perl/namespace-autoclean
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
 	test? (
 		dev-perl/List-MoreUtils
 		virtual/perl-Test-Simple


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

end of thread, other threads:[~2021-07-20 23:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-26 20:07 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Olson-Abbreviations/ Andreas Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2021-07-20 23:43 Andreas K. Hüttel
2017-06-26 20:00 Andreas Hüttel
2016-08-06 17:42 Kent Fredric

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