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

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

dev-perl/Cache-Simple-TimedExpiry: Fix for '.' in @INC re bug #615118

Generic Module::Install fix for Perl 5.26

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

 .../Cache-Simple-TimedExpiry-0.270.0-r1.ebuild                    | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.270.0-r1.ebuild b/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.270.0-r1.ebuild
index b620d0597a7..a11f7fb7efc 100644
--- a/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.270.0-r1.ebuild
+++ b/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.270.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
@@ -14,3 +14,9 @@ KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86"
 IUSE=""
 
 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] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-Simple-TimedExpiry/
@ 2020-08-31 14:11 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2020-08-31 14:11 UTC (permalink / raw
  To: gentoo-commits

commit:     311a45d32cc6afb393a1274b2d3ec6785b38c2b9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 13:50:03 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 14:11:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=311a45d3

dev-perl/Cache-Simple-TimedExpiry: Stabilize 0.270.0-r2 ppc, #738212

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.270.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.270.0-r2.ebuild b/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.270.0-r2.ebuild
index 3cb52f83fa9..cace9f691ed 100644
--- a/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.270.0-r2.ebuild
+++ b/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.270.0-r2.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="A lightweight cache with timed expiration"
 # only an assumed one from 'license => perl' in Makefile.PL
 # Bug: https://bugs.gentoo.org/722854
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc sparc x86"
+KEYWORDS="~alpha amd64 hppa ~ia64 ppc sparc x86"
 PATCHES=(
 	"${FILESDIR}/${PN}-0.27-no-dot-inc.patch"
 )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-Simple-TimedExpiry/
@ 2020-10-04  4:30 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2020-10-04  4:30 UTC (permalink / raw
  To: gentoo-commits

commit:     6af8c5d1dac1cc92e50d474aa139aa40263c267f
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  4 04:23:15 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Oct  4 04:23:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af8c5d1

dev-perl/Cache-Simple-TimedExpiry: Cleanup old 0.270.0-r1

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

 .../Cache-Simple-TimedExpiry-0.270.0-r1.ebuild     | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.270.0-r1.ebuild b/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.270.0-r1.ebuild
deleted file mode 100644
index 78c6e88885c..00000000000
--- a/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.270.0-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=JESSE
-MODULE_VERSION=0.27
-inherit perl-module
-
-DESCRIPTION="A lightweight cache with timed expiration"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc sparc x86"
-IUSE=""
-
-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] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-Simple-TimedExpiry/
@ 2021-10-09 16:21 Andreas K. Hüttel
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2021-10-09 16:21 UTC (permalink / raw
  To: gentoo-commits

commit:     b4798b50db598ed6ced874bc62e4e2d565b6ccbe
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  9 16:20:42 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct  9 16:20:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4798b50

dev-perl/Cache-Simple-TimedExpiry: Metadata indicates perl license

Closes: https://bugs.gentoo.org/722854
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../Cache-Simple-TimedExpiry-0.270.0-r2.ebuild                    | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.270.0-r2.ebuild b/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.270.0-r2.ebuild
index 26b249299b5..d08409e5f62 100644
--- a/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.270.0-r2.ebuild
+++ b/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.270.0-r2.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=7
+EAPI=8
 
 DIST_AUTHOR=JESSE
 DIST_VERSION=0.27
 inherit perl-module
 
 DESCRIPTION="A lightweight cache with timed expiration"
-# License note: no formal upstream license declaration
-# only an assumed one from 'license => perl' in Makefile.PL
-# Bug: https://bugs.gentoo.org/722854
 SLOT="0"
 KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc sparc x86"
+
 PATCHES=(
 	"${FILESDIR}/${PN}-0.27-no-dot-inc.patch"
 )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-Simple-TimedExpiry/
@ 2023-06-22  4:17 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2023-06-22  4:17 UTC (permalink / raw
  To: gentoo-commits

commit:     d4c7660103c044509815684a6f13e9af1586af41
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 03:55:12 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 03:55:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4c76601

dev-perl/Cache-Simple-TimedExpiry: update DESCRIPTION

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../Cache-Simple-TimedExpiry-0.270.0-r2.ebuild                       | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.270.0-r2.ebuild b/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.270.0-r2.ebuild
index f024ba658f56..ff1806352c25 100644
--- a/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.270.0-r2.ebuild
+++ b/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.270.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,7 +7,8 @@ DIST_AUTHOR=JESSE
 DIST_VERSION=0.27
 inherit perl-module
 
-DESCRIPTION="A lightweight cache with timed expiration"
+DESCRIPTION="Lightweight cache with timed expiration"
+
 SLOT="0"
 KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~riscv sparc x86"
 


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

end of thread, other threads:[~2023-06-22  4:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-19 18:27 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-Simple-TimedExpiry/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2020-08-31 14:11 Sam James
2020-10-04  4:30 Kent Fredric
2021-10-09 16:21 Andreas K. Hüttel
2023-06-22  4:17 Sam James

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