dilfridge 14/10/26 22:24:08
Added: metadata.xml ChangeLog
Cache-FastMmap-1.400.0.ebuild
Log:
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!)
Revision Changes Path
1.1 dev-perl/Cache-FastMmap/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cache-FastMmap/metadata.xml?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cache-FastMmap/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>perl</herd>
</pkgmetadata>
1.1 dev-perl/Cache-FastMmap/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cache-FastMmap/ChangeLog?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cache-FastMmap/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# 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 <[email protected]>
+Cache-FastMmap-1.400.0.ebuild, +metadata.xml:
New package, based on an ebuild by Andreis Vinogradovs. Bug 434124.
1.1 dev-perl/Cache-FastMmap/Cache-FastMmap-1.400.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cache-FastMmap/Cache-FastMmap-1.400.0.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cache-FastMmap/Cache-FastMmap-1.400.0.ebuild?rev=1.1&content-type=text/plain
Index: Cache-FastMmap-1.400.0.ebuild
===================================================================
# 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"