diff options
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Cache-FastMmap/Cache-FastMmap-1.400.0.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/Cache-FastMmap/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Cache-FastMmap/metadata.xml | 5 |
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.400.0.ebuild b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.400.0.ebuild new file mode 100644 index 000000000000..a5a00d61f423 --- /dev/null +++ b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.400.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-FastMmap/Cache-FastMmap-1.400.0.ebuild,v 1.1 2014/10/26 22:24:08 dilfridge Exp $ + +EAPI=5 +MODULE_AUTHOR=ROBM +MODULE_VERSION=1.40 +inherit perl-module + +DESCRIPTION='Uses an mmaped file to act as a shared memory interprocess cache' +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + virtual/perl-ExtUtils-MakeMaker +" +RDEPEND="${DEPEND} + virtual/perl-Storable +" + +SRC_TEST="do" diff --git a/dev-perl/Cache-FastMmap/ChangeLog b/dev-perl/Cache-FastMmap/ChangeLog new file mode 100644 index 000000000000..adc506c7896f --- /dev/null +++ b/dev-perl/Cache-FastMmap/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Cache-FastMmap +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-FastMmap/ChangeLog,v 1.1 2014/10/26 22:24:08 dilfridge Exp $ + +*Cache-FastMmap-1.400.0 (26 Oct 2014) + + 26 Oct 2014; Andreas K. Huettel <dilfridge@gentoo.org> + +Cache-FastMmap-1.400.0.ebuild, +metadata.xml: + New package, based on an ebuild by Andreis Vinogradovs. Bug 434124. + diff --git a/dev-perl/Cache-FastMmap/metadata.xml b/dev-perl/Cache-FastMmap/metadata.xml new file mode 100644 index 000000000000..36ee0f08c67c --- /dev/null +++ b/dev-perl/Cache-FastMmap/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> |