summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-09-04 11:24:07 +0000
committerTorsten Veller <tove@gentoo.org>2011-09-04 11:24:07 +0000
commit572cdefa178b10a964077d4623512a79c5297a42 (patch)
treea5fd3c46bbe911c1ad1c057d38f15a2ac2261bb9 /dev-perl/Tie-Cache/Tie-Cache-0.17.ebuild
parentVersion bump to latest release. (diff)
downloadhistorical-572cdefa178b10a964077d4623512a79c5297a42.tar.gz
historical-572cdefa178b10a964077d4623512a79c5297a42.tar.bz2
historical-572cdefa178b10a964077d4623512a79c5297a42.zip
Cleanup
Package-Manager: portage-2.2.0_alpha52/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Tie-Cache/Tie-Cache-0.17.ebuild')
-rw-r--r--dev-perl/Tie-Cache/Tie-Cache-0.17.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-perl/Tie-Cache/Tie-Cache-0.17.ebuild b/dev-perl/Tie-Cache/Tie-Cache-0.17.ebuild
deleted file mode 100644
index cce22a2f31cb..000000000000
--- a/dev-perl/Tie-Cache/Tie-Cache-0.17.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tie-Cache/Tie-Cache-0.17.ebuild,v 1.7 2009/01/17 22:15:39 robbat2 Exp $
-
-inherit perl-module
-
-DESCRIPTION="In memory size limited LRU cache"
-HOMEPAGE="http://search.cpan.org/search?query=Tie-Cache&mode=dist"
-SRC_URI="mirror://cpan/authors/id/C/CH/CHAMAS/${P}.tar.gz"
-
-IUSE=""
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc x86"
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"