summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2016-07-19 10:05:20 +1200
committerKent Fredric <kentnl@gentoo.org>2016-07-19 10:05:53 +1200
commit07ba16332d3965d1489bf141e80fd4faa81eb0c7 (patch)
tree3adf93062aa94e38f917e8b3ee79326d92cfffc8 /dev-perl/Cache-FastMmap
parentnet-misc/libreswan: remove old (diff)
downloadgentoo-07ba16332d3965d1489bf141e80fd4faa81eb0c7.tar.gz
gentoo-07ba16332d3965d1489bf141e80fd4faa81eb0c7.tar.bz2
gentoo-07ba16332d3965d1489bf141e80fd4faa81eb0c7.zip
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"
Diffstat (limited to 'dev-perl/Cache-FastMmap')
-rw-r--r--dev-perl/Cache-FastMmap/Cache-FastMmap-1.440.0.ebuild20
-rw-r--r--dev-perl/Cache-FastMmap/Manifest1
-rw-r--r--dev-perl/Cache-FastMmap/metadata.xml5
3 files changed, 26 insertions, 0 deletions
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 000000000000..25983d761bdb
--- /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 461e6e064d3c..43ffd6f21063 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 2b9a936fc0a1..041bf1998666 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>