diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-07-19 10:05:20 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-07-19 10:05:53 +1200 |
commit | 07ba16332d3965d1489bf141e80fd4faa81eb0c7 (patch) | |
tree | 3adf93062aa94e38f917e8b3ee79326d92cfffc8 /dev-perl/Cache-FastMmap/Cache-FastMmap-1.440.0.ebuild | |
parent | net-misc/libreswan: remove old (diff) | |
download | gentoo-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/Cache-FastMmap-1.440.0.ebuild')
-rw-r--r-- | dev-perl/Cache-FastMmap/Cache-FastMmap-1.440.0.ebuild | 20 |
1 files changed, 20 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 +" |