diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-10-26 22:24:08 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-10-26 22:24:08 +0000 |
commit | 59e7b4dcc5ecf320e2f81653083bf805fbe6d954 (patch) | |
tree | b8a7ca2ee74b411867245ea5000cee4a7e571c2e /dev-perl | |
parent | Move xinit mask to base/ in order to be able to properly unmask in systemd ta... (diff) | |
download | gentoo-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.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> |