diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-27 14:46:48 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-27 14:46:48 +0000 |
commit | d661a764ea56c3b09f6d302f406cd9e9faec268f (patch) | |
tree | 6928857b338e0a5a2652dc4ea33e569de988901f /dev-perl/Cache-Simple-TimedExpiry | |
parent | Version bump (diff) | |
download | gentoo-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')
3 files changed, 28 insertions, 1 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}" diff --git a/dev-perl/Cache-Simple-TimedExpiry/ChangeLog b/dev-perl/Cache-Simple-TimedExpiry/ChangeLog index 10d105201e0c..0423f897b0bf 100644 --- a/dev-perl/Cache-Simple-TimedExpiry/ChangeLog +++ b/dev-perl/Cache-Simple-TimedExpiry/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Cache-Simple-TimedExpiry # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Simple-TimedExpiry/ChangeLog,v 1.13 2006/08/21 12:16:23 yuval Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Simple-TimedExpiry/ChangeLog,v 1.14 2006/08/27 14:46:48 mcummings Exp $ + +*Cache-Simple-TimedExpiry-0.26 (27 Aug 2006) + + 27 Aug 2006; Michael Cummings <mcummings@gentoo.org> + +Cache-Simple-TimedExpiry-0.26.ebuild: + Version bump *Cache-Simple-TimedExpiry-0.24 (21 Aug 2006) diff --git a/dev-perl/Cache-Simple-TimedExpiry/files/digest-Cache-Simple-TimedExpiry-0.26 b/dev-perl/Cache-Simple-TimedExpiry/files/digest-Cache-Simple-TimedExpiry-0.26 new file mode 100644 index 000000000000..ebf5b9fb34dc --- /dev/null +++ b/dev-perl/Cache-Simple-TimedExpiry/files/digest-Cache-Simple-TimedExpiry-0.26 @@ -0,0 +1,3 @@ +MD5 f44e43af0a29ac4effb702e016650512 Cache-Simple-TimedExpiry-0.26.tar.gz 13014 +RMD160 8170ec443303997dc593835a250383c25f86c25f Cache-Simple-TimedExpiry-0.26.tar.gz 13014 +SHA256 c6493cdb3ef3aa5ba82764a8fecbf3363049120c83e75a36128203ca4ca7c22c Cache-Simple-TimedExpiry-0.26.tar.gz 13014 |