* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-FastMmap/
@ 2016-07-18 22:06 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2016-07-18 22:06 UTC (permalink / raw
To: gentoo-commits
commit: 07ba16332d3965d1489bf141e80fd4faa81eb0c7
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 18 22:05:20 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Jul 18 22:05:53 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07ba1633
dev-perl/Cache-FastMmap: Bump to version 1.440.0
- EAPI6
Upstream:
- Cache now does less reorganization with lots of removals.
- User specified callback for get_and_set can now return an empty list
to indicate "no change" to Cache::FastMmap.
- FD_CLOEXEC flag now set on opened cache files.
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"
.../Cache-FastMmap/Cache-FastMmap-1.440.0.ebuild | 20 ++++++++++++++++++++
dev-perl/Cache-FastMmap/Manifest | 1 +
dev-perl/Cache-FastMmap/metadata.xml | 5 +++++
3 files changed, 26 insertions(+)
diff --git a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.440.0.ebuild b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.440.0.ebuild
new file mode 100644
index 0000000..25983d7
--- /dev/null
+++ b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.440.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+DIST_AUTHOR=ROBM
+DIST_VERSION=1.44
+inherit perl-module
+
+DESCRIPTION="Uses an mmaped file to act as a shared memory interprocess cache"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ virtual/perl-ExtUtils-MakeMaker
+"
+RDEPEND="${DEPEND}
+ virtual/perl-Storable
+"
diff --git a/dev-perl/Cache-FastMmap/Manifest b/dev-perl/Cache-FastMmap/Manifest
index 461e6e0..43ffd6f 100644
--- a/dev-perl/Cache-FastMmap/Manifest
+++ b/dev-perl/Cache-FastMmap/Manifest
@@ -1 +1,2 @@
DIST Cache-FastMmap-1.40.tar.gz 47952 SHA256 0d12bcf5bc53a43cb71c1c721a36186ef942f749955440e86ec63646409e6c40 SHA512 55c038cc99b4f6177f45f1610c72a57eb893bfc4598909a6f10352422b8c64376e938b1b175dd417667f7fb0732a420e23bb037ce51b16ee2db2d1a712c892d1 WHIRLPOOL ba3c3122feafccd5021f6c3f08df66000403300f3ccf60c85e929382481254334a3a33e6ab3fe7c7d8d348a75fed2bd3f9b76a8b5f3c01e89f480b3f610f2bbd
+DIST Cache-FastMmap-1.44.tar.gz 49451 SHA256 0597423c9bca4469b124d51dfd439eaacb2241d6a03b48191448fd457d8061d6 SHA512 35ac9ef19fe8f7857d3d999274fcfb8fb3b62524e29db5dde846ab51e77a0166b48e063ece4e1621f4ad53a3264ac607879e3a0ae4decaf1d3a16c4284b4b6ce WHIRLPOOL 29288a3eb4a64e68dfbde76fd01d67e0fec96256dbcb90f7ee6e775eed0a781f7ae135f2c280d77e252fa7a03d2a23362233afef1c0e276069395edb18925750
diff --git a/dev-perl/Cache-FastMmap/metadata.xml b/dev-perl/Cache-FastMmap/metadata.xml
index 2b9a936..041bf19 100644
--- a/dev-perl/Cache-FastMmap/metadata.xml
+++ b/dev-perl/Cache-FastMmap/metadata.xml
@@ -5,4 +5,9 @@
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
+ <upstream>
+ <remote-id type="cpan">Cache-FastMmap</remote-id>
+ <remote-id type="cpan-module">Cache::FastMmap</remote-id>
+ <remote-id type="cpan-module">Cache::FastMmap::OnLeave</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-FastMmap/
@ 2017-03-24 11:18 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2017-03-24 11:18 UTC (permalink / raw
To: gentoo-commits
commit: 7a143f7b8950d97b8eccda15e17646dcf0e868f0
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 24 11:17:25 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Mar 24 11:17:25 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a143f7b
dev-perl/Cache-FastMmap: Bump to version 1.450.0
Upstream:
- "raw_values" option replaced with "serializer" and "compressor"
options
- Now supports Sereal and JSON for serializers
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-perl/Cache-FastMmap/Cache-FastMmap-1.450.0.ebuild | 19 +++++++++++++++++++
dev-perl/Cache-FastMmap/Manifest | 1 +
2 files changed, 20 insertions(+)
diff --git a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.450.0.ebuild b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.450.0.ebuild
new file mode 100644
index 00000000000..4fc34480405
--- /dev/null
+++ b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.450.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+DIST_AUTHOR=ROBM
+DIST_VERSION=1.45
+inherit perl-module
+
+DESCRIPTION="Uses an mmaped file to act as a shared memory interprocess cache"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ virtual/perl-Storable
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"
diff --git a/dev-perl/Cache-FastMmap/Manifest b/dev-perl/Cache-FastMmap/Manifest
index 43ffd6f2106..520fb079c38 100644
--- a/dev-perl/Cache-FastMmap/Manifest
+++ b/dev-perl/Cache-FastMmap/Manifest
@@ -1,2 +1,3 @@
DIST Cache-FastMmap-1.40.tar.gz 47952 SHA256 0d12bcf5bc53a43cb71c1c721a36186ef942f749955440e86ec63646409e6c40 SHA512 55c038cc99b4f6177f45f1610c72a57eb893bfc4598909a6f10352422b8c64376e938b1b175dd417667f7fb0732a420e23bb037ce51b16ee2db2d1a712c892d1 WHIRLPOOL ba3c3122feafccd5021f6c3f08df66000403300f3ccf60c85e929382481254334a3a33e6ab3fe7c7d8d348a75fed2bd3f9b76a8b5f3c01e89f480b3f610f2bbd
DIST Cache-FastMmap-1.44.tar.gz 49451 SHA256 0597423c9bca4469b124d51dfd439eaacb2241d6a03b48191448fd457d8061d6 SHA512 35ac9ef19fe8f7857d3d999274fcfb8fb3b62524e29db5dde846ab51e77a0166b48e063ece4e1621f4ad53a3264ac607879e3a0ae4decaf1d3a16c4284b4b6ce WHIRLPOOL 29288a3eb4a64e68dfbde76fd01d67e0fec96256dbcb90f7ee6e775eed0a781f7ae135f2c280d77e252fa7a03d2a23362233afef1c0e276069395edb18925750
+DIST Cache-FastMmap-1.45.tar.gz 51306 SHA256 ad8fad2e6601002283757999cd3bcab730c0b05a0c336809adcccc42b28d4ba6 SHA512 7c35ec3dd991295f56f03eb2839d88bcf1cb741c6d9c873e0cabdd8f4ba17ed7c790f82a3843cd40fd200450e4080208893734ff49120ef633309a8686058f3f WHIRLPOOL 98497e72a71e32a4051aeac9f6ea8587b04e7049df3130a6219b2b0c183b48cc3b1d94fa14f6103cd263711032d19b70d573f876e4a356fc5ef75bf1ca794948
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-FastMmap/
@ 2017-10-03 4:00 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2017-10-03 4:00 UTC (permalink / raw
To: gentoo-commits
commit: fe4b21eafea4187c7baaf8b32ba05a1d0db6ad32
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 3 04:00:20 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Oct 3 04:00:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe4b21ea
dev-perl/Cache-FastMmap: Bump to version 1.460.0
Upstream:
- Fix tests on old perls
- Use File::Spec for tempdir resolution
- Fix header reinclusion guard
- get_and_set no longer always returns 0 for DidStore
- Add support for setting permissions when creating file
- Fix cache timestamp assertions to safe beyond Unixtime=1,500,000,000
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-perl/Cache-FastMmap/Cache-FastMmap-1.460.0.ebuild | 19 +++++++++++++++++++
dev-perl/Cache-FastMmap/Manifest | 1 +
2 files changed, 20 insertions(+)
diff --git a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.460.0.ebuild b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.460.0.ebuild
new file mode 100644
index 00000000000..6de8659a851
--- /dev/null
+++ b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.460.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+DIST_AUTHOR=ROBM
+DIST_VERSION=1.46
+inherit perl-module
+
+DESCRIPTION="Uses an mmaped file to act as a shared memory interprocess cache"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ virtual/perl-Storable
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"
diff --git a/dev-perl/Cache-FastMmap/Manifest b/dev-perl/Cache-FastMmap/Manifest
index 520fb079c38..8bf16951fe0 100644
--- a/dev-perl/Cache-FastMmap/Manifest
+++ b/dev-perl/Cache-FastMmap/Manifest
@@ -1,3 +1,4 @@
DIST Cache-FastMmap-1.40.tar.gz 47952 SHA256 0d12bcf5bc53a43cb71c1c721a36186ef942f749955440e86ec63646409e6c40 SHA512 55c038cc99b4f6177f45f1610c72a57eb893bfc4598909a6f10352422b8c64376e938b1b175dd417667f7fb0732a420e23bb037ce51b16ee2db2d1a712c892d1 WHIRLPOOL ba3c3122feafccd5021f6c3f08df66000403300f3ccf60c85e929382481254334a3a33e6ab3fe7c7d8d348a75fed2bd3f9b76a8b5f3c01e89f480b3f610f2bbd
DIST Cache-FastMmap-1.44.tar.gz 49451 SHA256 0597423c9bca4469b124d51dfd439eaacb2241d6a03b48191448fd457d8061d6 SHA512 35ac9ef19fe8f7857d3d999274fcfb8fb3b62524e29db5dde846ab51e77a0166b48e063ece4e1621f4ad53a3264ac607879e3a0ae4decaf1d3a16c4284b4b6ce WHIRLPOOL 29288a3eb4a64e68dfbde76fd01d67e0fec96256dbcb90f7ee6e775eed0a781f7ae135f2c280d77e252fa7a03d2a23362233afef1c0e276069395edb18925750
DIST Cache-FastMmap-1.45.tar.gz 51306 SHA256 ad8fad2e6601002283757999cd3bcab730c0b05a0c336809adcccc42b28d4ba6 SHA512 7c35ec3dd991295f56f03eb2839d88bcf1cb741c6d9c873e0cabdd8f4ba17ed7c790f82a3843cd40fd200450e4080208893734ff49120ef633309a8686058f3f WHIRLPOOL 98497e72a71e32a4051aeac9f6ea8587b04e7049df3130a6219b2b0c183b48cc3b1d94fa14f6103cd263711032d19b70d573f876e4a356fc5ef75bf1ca794948
+DIST Cache-FastMmap-1.46.tar.gz 51820 SHA256 28e9ae034ad37f36a3a644266c9b5993385ca9c9a14fb0a058288dbd289fc100 SHA512 155c55dcbb05b83a7bf35ef70d4436b54ad0dc8684871c03048ac7dc364c5ce408152409fdc88d7c53f38ff7d767ec2c181da8c1e6118826ba0120ef20b77f59 WHIRLPOOL 3ec03090e61f47aad5628ad2c4c187d09aeaef0f94ce0df75d70f96bc495cfc0e151739eb619b977d6aa83b8e679b7f588f8a9a1ce1be7f190c211c24033ef30
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-FastMmap/
@ 2018-04-25 7:17 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2018-04-25 7:17 UTC (permalink / raw
To: gentoo-commits
commit: 718d0a4b5b01a7004e948da4b0388b8cd21d0197
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 25 07:16:45 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Apr 25 07:16:45 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=718d0a4b
dev-perl/Cache-FastMmap: Bump to version 1.470.0
Upstream:
- Add support for custom compressor/decompressor subs.
Package-Manager: Portage-2.3.29, Repoman-2.3.9
dev-perl/Cache-FastMmap/Cache-FastMmap-1.470.0.ebuild | 19 +++++++++++++++++++
dev-perl/Cache-FastMmap/Manifest | 1 +
2 files changed, 20 insertions(+)
diff --git a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.470.0.ebuild b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.470.0.ebuild
new file mode 100644
index 00000000000..10d3a16b4b6
--- /dev/null
+++ b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.470.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+DIST_AUTHOR=ROBM
+DIST_VERSION=1.47
+inherit perl-module
+
+DESCRIPTION="Uses an mmaped file to act as a shared memory interprocess cache"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ virtual/perl-Storable
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"
diff --git a/dev-perl/Cache-FastMmap/Manifest b/dev-perl/Cache-FastMmap/Manifest
index 8679475162a..295302b79b1 100644
--- a/dev-perl/Cache-FastMmap/Manifest
+++ b/dev-perl/Cache-FastMmap/Manifest
@@ -1 +1,2 @@
DIST Cache-FastMmap-1.46.tar.gz 51820 BLAKE2B 45e583b082aa0479b0454caddd96f95aba32d97ece227e20df71110ccc7f45f09c03ed914456e0759ed7a571ff56ab69c17d67c05f04307eb5b0ea3fa827d21d SHA512 155c55dcbb05b83a7bf35ef70d4436b54ad0dc8684871c03048ac7dc364c5ce408152409fdc88d7c53f38ff7d767ec2c181da8c1e6118826ba0120ef20b77f59
+DIST Cache-FastMmap-1.47.tar.gz 52311 BLAKE2B dc522da53f332ea8fd4130d4dcb3dcc60a82028ab7daf99b7bc5863bc1ffb83c9bac41ebec3f568a58ad66addac1a613db9bc7f817efbcdedfd842833a3d9855 SHA512 20d839ac10578387465a0d5e6d6d4018073eb644460b4e079bb7b774a6c7be453a7f2bd8d499be962d60bd51657bc49a651684e773efb02a5d5fcf6c341640b2
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-FastMmap/
@ 2018-06-03 3:31 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2018-06-03 3:31 UTC (permalink / raw
To: gentoo-commits
commit: acc9a647531f9774fa20e9d5ea9d303653ccdfe8
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 2 19:23:12 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jun 3 03:31:11 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc9a647
dev-perl/Cache-FastMmap: cleanup old versions 1.46*
Package-Manager: Portage-2.3.29, Repoman-2.3.9
dev-perl/Cache-FastMmap/Cache-FastMmap-1.460.0.ebuild | 19 -------------------
dev-perl/Cache-FastMmap/Manifest | 1 -
2 files changed, 20 deletions(-)
diff --git a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.460.0.ebuild b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.460.0.ebuild
deleted file mode 100644
index 6de8659a851..00000000000
--- a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.460.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-DIST_AUTHOR=ROBM
-DIST_VERSION=1.46
-inherit perl-module
-
-DESCRIPTION="Uses an mmaped file to act as a shared memory interprocess cache"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- virtual/perl-Storable
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"
diff --git a/dev-perl/Cache-FastMmap/Manifest b/dev-perl/Cache-FastMmap/Manifest
index 295302b79b1..23caaaa9c02 100644
--- a/dev-perl/Cache-FastMmap/Manifest
+++ b/dev-perl/Cache-FastMmap/Manifest
@@ -1,2 +1 @@
-DIST Cache-FastMmap-1.46.tar.gz 51820 BLAKE2B 45e583b082aa0479b0454caddd96f95aba32d97ece227e20df71110ccc7f45f09c03ed914456e0759ed7a571ff56ab69c17d67c05f04307eb5b0ea3fa827d21d SHA512 155c55dcbb05b83a7bf35ef70d4436b54ad0dc8684871c03048ac7dc364c5ce408152409fdc88d7c53f38ff7d767ec2c181da8c1e6118826ba0120ef20b77f59
DIST Cache-FastMmap-1.47.tar.gz 52311 BLAKE2B dc522da53f332ea8fd4130d4dcb3dcc60a82028ab7daf99b7bc5863bc1ffb83c9bac41ebec3f568a58ad66addac1a613db9bc7f817efbcdedfd842833a3d9855 SHA512 20d839ac10578387465a0d5e6d6d4018073eb644460b4e079bb7b774a6c7be453a7f2bd8d499be962d60bd51657bc49a651684e773efb02a5d5fcf6c341640b2
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-FastMmap/
@ 2020-05-08 2:22 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2020-05-08 2:22 UTC (permalink / raw
To: gentoo-commits
commit: 8afadc83a47748676225404c398d82107b363259
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri May 8 02:21:29 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri May 8 02:21:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8afadc83
dev-perl/Cache-FastMmap: Bump to version 1.490.0
- EAPI7
Upstream:
- Fix syntax for 5.8 compat
- use NOPAGE constant instead of -1
- Use 64bit offsets to support caches >4G
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Cache-FastMmap/Cache-FastMmap-1.490.0.ebuild | 19 +++++++++++++++++++
dev-perl/Cache-FastMmap/Manifest | 1 +
2 files changed, 20 insertions(+)
diff --git a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.490.0.ebuild b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.490.0.ebuild
new file mode 100644
index 00000000000..b9bdfcbd667
--- /dev/null
+++ b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.490.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+DIST_AUTHOR=ROBM
+DIST_VERSION=1.49
+inherit perl-module
+
+DESCRIPTION="Uses an mmaped file to act as a shared memory interprocess cache"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ virtual/perl-Storable
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"
diff --git a/dev-perl/Cache-FastMmap/Manifest b/dev-perl/Cache-FastMmap/Manifest
index 23caaaa9c02..bc876767203 100644
--- a/dev-perl/Cache-FastMmap/Manifest
+++ b/dev-perl/Cache-FastMmap/Manifest
@@ -1 +1,2 @@
DIST Cache-FastMmap-1.47.tar.gz 52311 BLAKE2B dc522da53f332ea8fd4130d4dcb3dcc60a82028ab7daf99b7bc5863bc1ffb83c9bac41ebec3f568a58ad66addac1a613db9bc7f817efbcdedfd842833a3d9855 SHA512 20d839ac10578387465a0d5e6d6d4018073eb644460b4e079bb7b774a6c7be453a7f2bd8d499be962d60bd51657bc49a651684e773efb02a5d5fcf6c341640b2
+DIST Cache-FastMmap-1.49.tar.gz 52512 BLAKE2B a0632b526b62acdf200102de1c6c6da98f6b167d0897c91f9eee7bf60118dfb753554fc2a25b0c737639df20af423147104cfca71b8e1c86abeff34ac86d23c5 SHA512 686f4cc360b6106f87c6068e99eaee708f6045d1651cfdfcd2819f7fedeb7563b185df6e3ae6e99c079b3993ada9a356cce69ad4e95659c664f5bfe78ada7939
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-FastMmap/
@ 2020-07-05 18:49 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2020-07-05 18:49 UTC (permalink / raw
To: gentoo-commits
commit: 61bc0f8afdf972dd66650ad412ea7a2159f73250
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 4 01:19:26 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jul 5 18:23:19 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61bc0f8a
dev-perl/Cache-FastMmap: -r bump for CFLAGS love
- Ensure CFLAGS passed through to make/compile
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Cache-FastMmap-1.490.0-r1.ebuild | 25 ++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.490.0-r1.ebuild b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.490.0-r1.ebuild
new file mode 100644
index 00000000000..4d61b8f8c8d
--- /dev/null
+++ b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.490.0-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+DIST_AUTHOR=ROBM
+DIST_VERSION=1.49
+inherit perl-module
+
+DESCRIPTION="Uses an mmaped file to act as a shared memory interprocess cache"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ virtual/perl-Storable
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"
+src_compile() {
+ mymake=(
+ "OPTIMIZE=${CFLAGS}"
+ )
+ perl-module_src_compile
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-FastMmap/
@ 2020-08-06 16:40 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2020-08-06 16:40 UTC (permalink / raw
To: gentoo-commits
commit: 1a564dcb9446b963d814c347707645f30b1723de
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 6 16:26:05 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Aug 6 16:38:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a564dcb
dev-perl/Cache-FastMmap: Cleanup old 1.4{7,9}0.0
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Cache-FastMmap/Cache-FastMmap-1.470.0.ebuild | 19 -------------------
dev-perl/Cache-FastMmap/Cache-FastMmap-1.490.0.ebuild | 19 -------------------
dev-perl/Cache-FastMmap/Manifest | 1 -
3 files changed, 39 deletions(-)
diff --git a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.470.0.ebuild b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.470.0.ebuild
deleted file mode 100644
index 10d3a16b4b6..00000000000
--- a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.470.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-DIST_AUTHOR=ROBM
-DIST_VERSION=1.47
-inherit perl-module
-
-DESCRIPTION="Uses an mmaped file to act as a shared memory interprocess cache"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- virtual/perl-Storable
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"
diff --git a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.490.0.ebuild b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.490.0.ebuild
deleted file mode 100644
index b9bdfcbd667..00000000000
--- a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.490.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-DIST_AUTHOR=ROBM
-DIST_VERSION=1.49
-inherit perl-module
-
-DESCRIPTION="Uses an mmaped file to act as a shared memory interprocess cache"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- virtual/perl-Storable
-"
-BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"
diff --git a/dev-perl/Cache-FastMmap/Manifest b/dev-perl/Cache-FastMmap/Manifest
index bc876767203..1024b33737a 100644
--- a/dev-perl/Cache-FastMmap/Manifest
+++ b/dev-perl/Cache-FastMmap/Manifest
@@ -1,2 +1 @@
-DIST Cache-FastMmap-1.47.tar.gz 52311 BLAKE2B dc522da53f332ea8fd4130d4dcb3dcc60a82028ab7daf99b7bc5863bc1ffb83c9bac41ebec3f568a58ad66addac1a613db9bc7f817efbcdedfd842833a3d9855 SHA512 20d839ac10578387465a0d5e6d6d4018073eb644460b4e079bb7b774a6c7be453a7f2bd8d499be962d60bd51657bc49a651684e773efb02a5d5fcf6c341640b2
DIST Cache-FastMmap-1.49.tar.gz 52512 BLAKE2B a0632b526b62acdf200102de1c6c6da98f6b167d0897c91f9eee7bf60118dfb753554fc2a25b0c737639df20af423147104cfca71b8e1c86abeff34ac86d23c5 SHA512 686f4cc360b6106f87c6068e99eaee708f6045d1651cfdfcd2819f7fedeb7563b185df6e3ae6e99c079b3993ada9a356cce69ad4e95659c664f5bfe78ada7939
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-FastMmap/
@ 2021-04-30 23:05 Andreas K. Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2021-04-30 23:05 UTC (permalink / raw
To: gentoo-commits
commit: 885b397441cc5aed10a38c52ff0f25f57168f6e2
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 30 23:03:31 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Apr 30 23:05:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=885b3974
dev-perl/Cache-FastMmap: Version bump 1.56
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../Cache-FastMmap/Cache-FastMmap-1.560.0.ebuild | 29 ++++++++++++++++++++++
dev-perl/Cache-FastMmap/Manifest | 1 +
2 files changed, 30 insertions(+)
diff --git a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.560.0.ebuild b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.560.0.ebuild
new file mode 100644
index 00000000000..167d2480a21
--- /dev/null
+++ b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.560.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=ROBM
+DIST_VERSION=1.56
+inherit perl-module
+
+DESCRIPTION="Uses an mmaped file to act as a shared memory interprocess cache"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ virtual/perl-Storable
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( dev-perl/Test-Deep )
+"
+
+src_compile() {
+ mymake=(
+ "OPTIMIZE=${CFLAGS}"
+ )
+ perl-module_src_compile
+}
diff --git a/dev-perl/Cache-FastMmap/Manifest b/dev-perl/Cache-FastMmap/Manifest
index 1024b33737a..ed6e72b94bb 100644
--- a/dev-perl/Cache-FastMmap/Manifest
+++ b/dev-perl/Cache-FastMmap/Manifest
@@ -1 +1,2 @@
DIST Cache-FastMmap-1.49.tar.gz 52512 BLAKE2B a0632b526b62acdf200102de1c6c6da98f6b167d0897c91f9eee7bf60118dfb753554fc2a25b0c737639df20af423147104cfca71b8e1c86abeff34ac86d23c5 SHA512 686f4cc360b6106f87c6068e99eaee708f6045d1651cfdfcd2819f7fedeb7563b185df6e3ae6e99c079b3993ada9a356cce69ad4e95659c664f5bfe78ada7939
+DIST Cache-FastMmap-1.56.tar.gz 56713 BLAKE2B e1a94f6e15a103102f667e56a2ec701ba613c931779310149eb6827245d0279c82dde23c80016458d2bad10f5fecbebbffd2bf715d84540c3573feab1a368665 SHA512 742b2657007ce944ab636494a03ce7bfb6ea52663d1e4d3b10928f534f4fa4c564831e50737e7d6b79903f49b434fcdd441e664fe8afe156cc0468c2319cd0fe
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-FastMmap/
@ 2021-10-09 19:16 Andreas K. Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2021-10-09 19:16 UTC (permalink / raw
To: gentoo-commits
commit: 8e67cc1ff05749664e7d1816e2db15bccddf8a82
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 9 19:03:53 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 9 19:15:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e67cc1f
dev-perl/Cache-FastMmap: Version bump 1.57
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../Cache-FastMmap/Cache-FastMmap-1.570.0.ebuild | 20 ++++++++++++++++++++
dev-perl/Cache-FastMmap/Manifest | 1 +
2 files changed, 21 insertions(+)
diff --git a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.570.0.ebuild b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.570.0.ebuild
new file mode 100644
index 00000000000..afd8e1805b3
--- /dev/null
+++ b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.570.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ROBM
+DIST_VERSION=1.57
+inherit perl-module
+
+DESCRIPTION="Uses an mmaped file to act as a shared memory interprocess cache"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ virtual/perl-Storable
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( dev-perl/Test-Deep )
+"
diff --git a/dev-perl/Cache-FastMmap/Manifest b/dev-perl/Cache-FastMmap/Manifest
index 93b0dc8b021..7eae3fb0e8e 100644
--- a/dev-perl/Cache-FastMmap/Manifest
+++ b/dev-perl/Cache-FastMmap/Manifest
@@ -1 +1,2 @@
DIST Cache-FastMmap-1.56.tar.gz 56713 BLAKE2B e1a94f6e15a103102f667e56a2ec701ba613c931779310149eb6827245d0279c82dde23c80016458d2bad10f5fecbebbffd2bf715d84540c3573feab1a368665 SHA512 742b2657007ce944ab636494a03ce7bfb6ea52663d1e4d3b10928f534f4fa4c564831e50737e7d6b79903f49b434fcdd441e664fe8afe156cc0468c2319cd0fe
+DIST Cache-FastMmap-1.57.tar.gz 57502 BLAKE2B 35a808d07f36885d987f6f376512a0e787f44dc6a8d12d3e4638aa8d24401ff30451530eac45317c964cac55f0912f26bac1caed20991dee8cfa004d09c2ec66 SHA512 12bcf7af5723ba58bc0f74e689a1667b1055755a06a750aafc0f17075a94205a3aa0cc87a4a1f1da125c52b30516afeeb1f3a4f9422ef863fe8255bec53a3ecc
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-FastMmap/
@ 2021-10-09 19:16 Andreas K. Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2021-10-09 19:16 UTC (permalink / raw
To: gentoo-commits
commit: 34b3d1cefa4094773375e2bb73a16df9ecce3262
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 9 19:01:52 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 9 19:15:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34b3d1ce
dev-perl/Cache-FastMmap: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../Cache-FastMmap-1.490.0-r1.ebuild | 25 ----------------------
dev-perl/Cache-FastMmap/Manifest | 1 -
2 files changed, 26 deletions(-)
diff --git a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.490.0-r1.ebuild b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.490.0-r1.ebuild
deleted file mode 100644
index 4d61b8f8c8d..00000000000
--- a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.490.0-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-DIST_AUTHOR=ROBM
-DIST_VERSION=1.49
-inherit perl-module
-
-DESCRIPTION="Uses an mmaped file to act as a shared memory interprocess cache"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- virtual/perl-Storable
-"
-BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"
-src_compile() {
- mymake=(
- "OPTIMIZE=${CFLAGS}"
- )
- perl-module_src_compile
-}
diff --git a/dev-perl/Cache-FastMmap/Manifest b/dev-perl/Cache-FastMmap/Manifest
index ed6e72b94bb..93b0dc8b021 100644
--- a/dev-perl/Cache-FastMmap/Manifest
+++ b/dev-perl/Cache-FastMmap/Manifest
@@ -1,2 +1 @@
-DIST Cache-FastMmap-1.49.tar.gz 52512 BLAKE2B a0632b526b62acdf200102de1c6c6da98f6b167d0897c91f9eee7bf60118dfb753554fc2a25b0c737639df20af423147104cfca71b8e1c86abeff34ac86d23c5 SHA512 686f4cc360b6106f87c6068e99eaee708f6045d1651cfdfcd2819f7fedeb7563b185df6e3ae6e99c079b3993ada9a356cce69ad4e95659c664f5bfe78ada7939
DIST Cache-FastMmap-1.56.tar.gz 56713 BLAKE2B e1a94f6e15a103102f667e56a2ec701ba613c931779310149eb6827245d0279c82dde23c80016458d2bad10f5fecbebbffd2bf715d84540c3573feab1a368665 SHA512 742b2657007ce944ab636494a03ce7bfb6ea52663d1e4d3b10928f534f4fa4c564831e50737e7d6b79903f49b434fcdd441e664fe8afe156cc0468c2319cd0fe
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2021-10-09 19:16 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-08 2:22 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-FastMmap/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2021-10-09 19:16 Andreas K. Hüttel
2021-10-09 19:16 Andreas K. Hüttel
2021-04-30 23:05 Andreas K. Hüttel
2020-08-06 16:40 Kent Fredric
2020-07-05 18:49 Kent Fredric
2018-06-03 3:31 Kent Fredric
2018-04-25 7:17 Kent Fredric
2017-10-03 4:00 Kent Fredric
2017-03-24 11:18 Kent Fredric
2016-07-18 22:06 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox