public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Array-Window/
@ 2017-06-14  8:34 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2017-06-14  8:34 UTC (permalink / raw
  To: gentoo-commits

commit:     467523f008cad713d9547da2424187af4269cc53
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 14 08:34:24 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Jun 14 08:34:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=467523f0

dev-perl/Array-Window: Fix for '.' in @INC re bug #614652

Generic Module::Install fix for Perl 5.26

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

 dev-perl/Array-Window/Array-Window-1.20.0-r1.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Array-Window/Array-Window-1.20.0-r1.ebuild b/dev-perl/Array-Window/Array-Window-1.20.0-r1.ebuild
index f241845448e..4a2476b5ac5 100644
--- a/dev-perl/Array-Window/Array-Window-1.20.0-r1.ebuild
+++ b/dev-perl/Array-Window/Array-Window-1.20.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,3 +18,9 @@ DEPEND="${RDEPEND}
 	test? ( virtual/perl-Test-Simple )"
 
 SRC_TEST="do"
+
+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
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Array-Window/
@ 2020-09-25 23:03 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2020-09-25 23:03 UTC (permalink / raw
  To: gentoo-commits

commit:     ed9d9e1ddadb2a14840272275f7680856bb34ea4
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 25 22:45:19 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 23:02:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed9d9e1d

dev-perl/Array-Window: Cleanup old 1.20.0-r1

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

 .../Array-Window/Array-Window-1.20.0-r1.ebuild     | 27 ----------------------
 1 file changed, 27 deletions(-)

diff --git a/dev-perl/Array-Window/Array-Window-1.20.0-r1.ebuild b/dev-perl/Array-Window/Array-Window-1.20.0-r1.ebuild
deleted file mode 100644
index 8fe9a5bd9d3..00000000000
--- a/dev-perl/Array-Window/Array-Window-1.20.0-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=ADAMK
-MODULE_VERSION=1.02
-inherit perl-module
-
-DESCRIPTION="Array::Window - Calculate windows/subsets/pages of arrays"
-
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-perl/Params-Util"
-DEPEND="${RDEPEND}
-	test? ( virtual/perl-Test-Simple )"
-
-SRC_TEST="do"
-
-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
-}


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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-14  8:34 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Array-Window/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2020-09-25 23: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