commit: 3601801b533bbb16372bfbb84b44f522b591e022 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Wed Feb 18 09:35:52 2015 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Wed Feb 18 09:35:52 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3601801b
[cleanup] dev-perl/Cache-FastMmap now in ::gentoo --- .../Cache-FastMmap/Cache-FastMmap-1.340.0.ebuild | 19 ------------ .../Cache-FastMmap/Cache-FastMmap-1.350.0.ebuild | 20 ------------- .../Cache-FastMmap/Cache-FastMmap-1.360.0.ebuild | 20 ------------- .../Cache-FastMmap/Cache-FastMmap-1.370.0.ebuild | 20 ------------- .../Cache-FastMmap/Cache-FastMmap-1.390.0.ebuild | 20 ------------- .../Cache-FastMmap/Cache-FastMmap-1.400.0.ebuild | 34 ---------------------- dev-perl/Cache-FastMmap/metadata.xml | 14 --------- 7 files changed, 147 deletions(-) diff --git a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.340.0.ebuild b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.340.0.ebuild deleted file mode 100644 index 346ea8d..0000000 --- a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.340.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -MODULE_AUTHOR=ROBM -MODULE_VERSION="1.34" -inherit perl-module - -DESCRIPTION="Uses an mmap'ed file to act as a shared memory interprocess cache" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="virtual/perl-Storable" -RDEPEND="${DEPEND}" -SRC_TEST=do diff --git a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.350.0.ebuild b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.350.0.ebuild deleted file mode 100644 index bcf4aff..0000000 --- a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.350.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -MODULE_AUTHOR=ROBM -MODULE_VERSION="1.35" -inherit perl-module - -DESCRIPTION="Uses an mmap'ed file to act as a shared memory interprocess cache" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="virtual/perl-Storable" -RDEPEND="${DEPEND}" - -SRC_TEST=do diff --git a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.360.0.ebuild b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.360.0.ebuild deleted file mode 100644 index 77c1da8..0000000 --- a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.360.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -MODULE_AUTHOR=ROBM -MODULE_VERSION="1.36" -inherit perl-module - -DESCRIPTION="Uses an mmap'ed file to act as a shared memory interprocess cache" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="virtual/perl-Storable" -RDEPEND="${DEPEND}" - -SRC_TEST=do diff --git a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.370.0.ebuild b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.370.0.ebuild deleted file mode 100644 index df25ea6..0000000 --- a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.370.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -MODULE_AUTHOR=ROBM -MODULE_VERSION=1.37 -inherit perl-module - -DESCRIPTION="Uses an mmap'ed file to act as a shared memory interprocess cache" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="virtual/perl-Storable" -RDEPEND="${DEPEND}" - -SRC_TEST=do diff --git a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.390.0.ebuild b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.390.0.ebuild deleted file mode 100644 index 129f739..0000000 --- a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.390.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -MODULE_AUTHOR=ROBM -MODULE_VERSION=1.39 -inherit perl-module - -DESCRIPTION="Uses an mmap'ed file to act as a shared memory interprocess cache" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="virtual/perl-Storable" -RDEPEND="${DEPEND}" - -SRC_TEST=do diff --git a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.400.0.ebuild b/dev-perl/Cache-FastMmap/Cache-FastMmap-1.400.0.ebuild deleted file mode 100644 index 50e1a99..0000000 --- a/dev-perl/Cache-FastMmap/Cache-FastMmap-1.400.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=ROBM -MODULE_VERSION=1.40 -inherit perl-module - -DESCRIPTION='Uses an mmap'\''ed file to act as a shared memory interprocess cache' -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker - echo virtual/perl-ExtUtils-MakeMaker -} -perl_meta_build() { - # ExtUtils::MakeMaker - echo virtual/perl-ExtUtils-MakeMaker -} -perl_meta_runtime() { - # Storable - echo virtual/perl-Storable -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do" diff --git a/dev-perl/Cache-FastMmap/metadata.xml b/dev-perl/Cache-FastMmap/metadata.xml deleted file mode 100644 index 2b9fd38..0000000 --- a/dev-perl/Cache-FastMmap/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>perl</herd> - <maintainer> - <email>m...@italpro.net</email> - <name>Michele Beltrame</name> - </maintainer> - <upstream> - <remote-id type="cpan">Cache-FastMmap</remote-id> - <remote-id type="cpan-module">Cache::FastMmap</remote-id> - <remote-id type="cpan-module">Cache::FastMmap::OnLeave</remote-id> - </upstream> -</pkgmetadata>