summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-10-26 22:24:08 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-10-26 22:24:08 +0000
commit59e7b4dcc5ecf320e2f81653083bf805fbe6d954 (patch)
treeb8a7ca2ee74b411867245ea5000cee4a7e571c2e /dev-perl
parentMove xinit mask to base/ in order to be able to properly unmask in systemd ta... (diff)
downloadgentoo-2-59e7b4dcc5ecf320e2f81653083bf805fbe6d954.tar.gz
gentoo-2-59e7b4dcc5ecf320e2f81653083bf805fbe6d954.tar.bz2
gentoo-2-59e7b4dcc5ecf320e2f81653083bf805fbe6d954.zip
New package, based on an ebuild by Andreis Vinogradovs. Bug 434124.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Cache-FastMmap/Cache-FastMmap-1.400.0.ebuild23
-rw-r--r--dev-perl/Cache-FastMmap/ChangeLog10
-rw-r--r--dev-perl/Cache-FastMmap/metadata.xml5
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>