summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-27 14:46:48 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-27 14:46:48 +0000
commitd661a764ea56c3b09f6d302f406cd9e9faec268f (patch)
tree6928857b338e0a5a2652dc4ea33e569de988901f /dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.26.ebuild
parentVersion bump (diff)
downloadgentoo-2-d661a764ea56c3b09f6d302f406cd9e9faec268f.tar.gz
gentoo-2-d661a764ea56c3b09f6d302f406cd9e9faec268f.tar.bz2
gentoo-2-d661a764ea56c3b09f6d302f406cd9e9faec268f.zip
Version bump
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.26.ebuild')
-rw-r--r--dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.26.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.26.ebuild b/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.26.ebuild
new file mode 100644
index 000000000000..5349375e784c
--- /dev/null
+++ b/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.26.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.26.ebuild,v 1.1 2006/08/27 14:46:48 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="A lightweight cache with timed expiration"
+HOMEPAGE="http://search.cpan.org/~jesse/${P}/"
+SRC_URI="mirror://cpan/authors/id/J/JE/JESSE/${P}.tar.gz"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"