public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Chart-Math-Axis/
@ 2017-06-19 18:38 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2017-06-19 18:38 UTC (permalink / raw
  To: gentoo-commits

commit:     a478efbe34e83447e7601194a6c44b5a0f3c8e2e
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 18:38:28 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Jun 19 18:38:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a478efbe

dev-perl/Chart-Math-Axis: Fix for '.' in @INC re bug #615112

Generic Module::Install fix for Perl 5.26

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

 dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r1.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r1.ebuild b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r1.ebuild
index 509292c464d..63bb33f7305 100644
--- a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r1.ebuild
+++ b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -19,3 +19,9 @@ RDEPEND=">=virtual/perl-Math-BigInt-1.70
 DEPEND="${RDEPEND}"
 
 SRC_TEST="do"
+
+src_prepare() {
+	sed -i -e 's/use inc::Module::Install::DSL /use lib q[.]; use inc::Module::Install::DSL /' Makefile.PL ||
+		die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+	perl-module_src_prepare
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Chart-Math-Axis/
@ 2017-06-22  6:31 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2017-06-22  6:31 UTC (permalink / raw
  To: gentoo-commits

commit:     d2ff91f81ebd213077188aeb1c31ba818a8c2141
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 06:29:47 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 06:31:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2ff91f8

dev-perl/Chart-Math-Axis: Fix broken Module::Install::DSL patching

For some rediculous reason, this module changes everything about Perl,
so optional newlines cease to be optional.

Additionally, this causes configure to exit true, but fail to configure.

And this breaks install time, necessitating an -r1 bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 ...hart-Math-Axis-1.60.0-r1.ebuild => Chart-Math-Axis-1.60.0-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r1.ebuild b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r2.ebuild
similarity index 83%
rename from dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r1.ebuild
rename to dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r2.ebuild
index 63bb33f7305..318e59d6ff4 100644
--- a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r1.ebuild
+++ b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r2.ebuild
@@ -21,7 +21,7 @@ DEPEND="${RDEPEND}"
 SRC_TEST="do"
 
 src_prepare() {
-	sed -i -e 's/use inc::Module::Install::DSL /use lib q[.]; use inc::Module::Install::DSL /' Makefile.PL ||
+	sed -i -e 's/use inc::Module::Install::DSL /use lib q[.];\nuse inc::Module::Install::DSL /' Makefile.PL ||
 		die "Can't patch Makefile.PL for 5.26 dot-in-inc"
 	perl-module_src_prepare
 }


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Chart-Math-Axis/
@ 2020-08-24 17:33 Sergei Trofimovich
  0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2020-08-24 17:33 UTC (permalink / raw
  To: gentoo-commits

commit:     179aae906c1fe36e8e6fae9e00e0dcaeceaf64dc
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon Aug 24 15:30:12 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 17:32:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=179aae90

dev-perl/Chart-Math-Axis: stable 1.60.0-r3 for hppa, bug #738212

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r3.ebuild b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r3.ebuild
index 2bf2e49f269..f6908f4bcf5 100644
--- a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r3.ebuild
+++ b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r3.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Implements an algorithm to find good values for chart axis"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~mips ~ppc x86"
+KEYWORDS="~amd64 hppa ~mips ~ppc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Chart-Math-Axis/
@ 2020-09-26  9:25 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2020-09-26  9:25 UTC (permalink / raw
  To: gentoo-commits

commit:     2a8ea2d740a5f6d0a51ab05f4470bcc1b5888683
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 09:20:20 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 09:24:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a8ea2d7

dev-perl/Chart-Math-Axis: Cleanup old 1.60.0-r2

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../Chart-Math-Axis-1.60.0-r2.ebuild               | 27 ----------------------
 1 file changed, 27 deletions(-)

diff --git a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r2.ebuild b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r2.ebuild
deleted file mode 100644
index 318e59d6ff4..00000000000
--- a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=ADAMK
-MODULE_VERSION=1.06
-inherit perl-module
-
-DESCRIPTION="Implements an algorithm to find good values for chart axis"
-
-SLOT="0"
-KEYWORDS="amd64 hppa ~mips ~ppc x86"
-IUSE=""
-
-RDEPEND=">=virtual/perl-Math-BigInt-1.70
-	>=virtual/perl-Storable-2.12
-	>=dev-perl/Params-Util-0.15"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
-
-src_prepare() {
-	sed -i -e 's/use inc::Module::Install::DSL /use lib q[.];\nuse inc::Module::Install::DSL /' Makefile.PL ||
-		die "Can't patch Makefile.PL for 5.26 dot-in-inc"
-	perl-module_src_prepare
-}


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

end of thread, other threads:[~2020-09-26  9:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-24 17:33 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Chart-Math-Axis/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2020-09-26  9:25 Kent Fredric
2017-06-22  6:31 Kent Fredric
2017-06-19 18:38 Kent Fredric

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