summaryrefslogtreecommitdiff
path: root/dev-perl/Cache-FastMmap/Cache-FastMmap-1.460.0.ebuild
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2018-06-03 07:23:12 +1200
committerKent Fredric <kentnl@gentoo.org>2018-06-03 15:31:11 +1200
commitacc9a647531f9774fa20e9d5ea9d303653ccdfe8 (patch)
tree4287c32965f74dd4fb4e7ed79bf5d02efbb63829 /dev-perl/Cache-FastMmap/Cache-FastMmap-1.460.0.ebuild
parente78baa59ad158f670bc725a58e2d839540601608 (diff)
downloadgentoo-acc9a647531f9774fa20e9d5ea9d303653ccdfe8.tar.gz
gentoo-acc9a647531f9774fa20e9d5ea9d303653ccdfe8.tar.xz
dev-perl/Cache-FastMmap: cleanup old versions 1.46*
Package-Manager: Portage-2.3.29, Repoman-2.3.9
Diffstat (limited to 'dev-perl/Cache-FastMmap/Cache-FastMmap-1.460.0.ebuild')
-rw-r--r--dev-perl/Cache-FastMmap/Cache-FastMmap-1.460.0.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.460.0.ebuild b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.460.0.ebuild
deleted file mode 100644
index 6de8659a851..00000000000
--- a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.460.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-DIST_AUTHOR=ROBM
-DIST_VERSION=1.46
-inherit perl-module
-
-DESCRIPTION="Uses an mmaped file to act as a shared memory interprocess cache"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- virtual/perl-Storable
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"