* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache/
@ 2016-07-09 11:49 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2016-07-09 11:49 UTC (permalink / raw
To: gentoo-commits
commit: 320e968c60cbdb948aeff915f2405bcc4d1d0967
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 9 07:26:39 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jul 9 11:48:16 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=320e968c
dev-perl/Cache: Bump to version 2.110.0
- EAPI6
- Tests cleaned up
Upstream:
- Fix warning for lc called with undef value under -w
- Fixed ->set after ->set_namespace failure
- use Digest::SHA instead of Digest::SHA1
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/Cache/Cache-2.110.0.ebuild | 34 ++++++++++++++++++++++++++++++++++
dev-perl/Cache/Manifest | 1 +
2 files changed, 35 insertions(+)
diff --git a/dev-perl/Cache/Cache-2.110.0.ebuild b/dev-perl/Cache/Cache-2.110.0.ebuild
new file mode 100644
index 0000000..1b92e46
--- /dev/null
+++ b/dev-perl/Cache/Cache-2.110.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=SHLOMIF
+DIST_VERSION=2.11
+inherit perl-module
+
+DESCRIPTION="the Cache interface"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ >=virtual/perl-DB_File-1.720.0
+ virtual/perl-Digest-SHA
+ >=virtual/perl-File-Path-1.0.0
+ >=virtual/perl-File-Spec-0.800.0
+ >=virtual/perl-Storable-1.0.0
+ >=dev-perl/Heap-0.10.0
+ >=dev-perl/IO-String-1.20.0
+ dev-perl/TimeDate
+ >=dev-perl/File-NFSLock-1.200.0
+ virtual/perl-Test-Simple
+"
+DEPEND="${RDEPEND}
+ dev-perl/Module-Build
+"
+src_test() {
+ perl_rm_files t/pod.t t/style-trailing-space.t
+ perl-module_src_test
+}
diff --git a/dev-perl/Cache/Manifest b/dev-perl/Cache/Manifest
index 90f640d..6751d40 100644
--- a/dev-perl/Cache/Manifest
+++ b/dev-perl/Cache/Manifest
@@ -1 +1,2 @@
DIST Cache-2.04.tar.gz 34501 SHA256 cffbd4b80f2a43c7b9f6aebb4e92cfb0466cc4faf0b99e4ea7b6d344df55d3ff SHA512 ebdb328313e1b420889aff567f7745ec059ff8aba9ddb5e184cf3f636e557b1b3fc04dd0c3be33493b344e7af31a9fbafab755742360ca41ff83165ac5bf3722 WHIRLPOOL 81db24427a1716953b337e4c0d1fafbae747031670005bc57750ced57f2a4e21ab21b9b32571f1b800ea4bc9a056742fc214431b20df98efd83b7261855d7ec0
+DIST Cache-2.11.tar.gz 54809 SHA256 e1d2d89677981166abc5bb6e5ecc6471f001f13eb56d5be9544d8047dc08a592 SHA512 cee1069bef2fbc19d6836181e6fda8eb479207864063ddb40ad009b5f4cd9be9e774a0a88311b4205439303a59426c349f4d875a5d417fc211e150942592a6c4 WHIRLPOOL c6583622dca64a96876c8d159042a2558ab984f0247cd88d2a02c903344ee7317ea88cc6ed9282a3d46e57206c6ac05b654b26e926019c36f1b21beb4fa76f1c
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache/
@ 2016-08-18 3:01 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2016-08-18 3:01 UTC (permalink / raw
To: gentoo-commits
commit: 921cf27f622f860fb3f96f5232f33607ca703f09
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 16 10:06:52 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Aug 18 03:00:50 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=921cf27f
dev-perl/Cache: Normalise variable order
This ebuild had a very unusual variable order where KEYWORDS
was buried at the bottom.
This makes any tooling that relies on determining keyword
and dependency matches in a single pass more complicated and harder
to be efficient, because it means you have to read the whole
file in every case just in case keywords are declared after dependencies.
Tooling that makes this mistake is fixable, but a more consistent
standard of ebuild also helps a lot.
Package-Manager: portage-2.3.0
dev-perl/Cache/Cache-2.40.0-r1.ebuild | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Cache/Cache-2.40.0-r1.ebuild b/dev-perl/Cache/Cache-2.40.0-r1.ebuild
index 5cdca88..bda80d7 100644
--- a/dev-perl/Cache/Cache-2.40.0-r1.ebuild
+++ b/dev-perl/Cache/Cache-2.40.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -9,6 +9,9 @@ MODULE_VERSION=2.04
inherit perl-module
DESCRIPTION="the Cache interface"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
RDEPEND=">=virtual/perl-DB_File-1.72
>=virtual/perl-File-Spec-0.8
@@ -20,8 +23,4 @@ RDEPEND=">=virtual/perl-DB_File-1.72
dev-perl/File-NFSLock"
DEPEND="${RDEPEND}"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
SRC_TEST="do"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache/
@ 2017-04-11 18:11 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2017-04-11 18:11 UTC (permalink / raw
To: gentoo-commits
commit: 28eda9464c1b928ef2142e4168caf2a84bda8d02
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 11 18:11:21 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Apr 11 18:11:21 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28eda946
dev-perl/Cache: 2.110.0 ALLARCHES stable re bug #615134
x86 testing by Myckel Habets
Bug: https://bugs.gentoo.org/615134
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-perl/Cache/Cache-2.110.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Cache/Cache-2.110.0.ebuild b/dev-perl/Cache/Cache-2.110.0.ebuild
index 5d2c676344b..06c3dc82777 100644
--- a/dev-perl/Cache/Cache-2.110.0.ebuild
+++ b/dev-perl/Cache/Cache-2.110.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=6
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="the Cache interface"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache/
@ 2021-10-09 15:54 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-10-09 15:54 UTC (permalink / raw
To: gentoo-commits
commit: a8732e1c063417bebcb98ca8cf3b7cc959f4d31f
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 9 15:53:24 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 9 15:54:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8732e1c
dev-perl/Cache: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Cache/{Cache-2.110.0.ebuild => Cache-2.110.0-r1.ebuild} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-perl/Cache/Cache-2.110.0.ebuild b/dev-perl/Cache/Cache-2.110.0-r1.ebuild
similarity index 89%
rename from dev-perl/Cache/Cache-2.110.0.ebuild
rename to dev-perl/Cache/Cache-2.110.0-r1.ebuild
index 06c3dc82777..ceff07a6fbb 100644
--- a/dev-perl/Cache/Cache-2.110.0.ebuild
+++ b/dev-perl/Cache/Cache-2.110.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=SHLOMIF
DIST_VERSION=2.11
@@ -10,7 +10,6 @@ inherit perl-module
DESCRIPTION="the Cache interface"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
RDEPEND="
>=virtual/perl-DB_File-1.720.0
@@ -24,9 +23,10 @@ RDEPEND="
>=dev-perl/File-NFSLock-1.200.0
virtual/perl-Test-Simple
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
dev-perl/Module-Build
"
+
src_test() {
perl_rm_files t/pod.t t/style-trailing-space.t
perl-module_src_test
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-10-09 15:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-09 15:54 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2017-04-11 18:11 Kent Fredric
2016-08-18 3:01 Kent Fredric
2016-07-09 11:49 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox