summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-11-10 10:18:52 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-11-10 10:18:52 +0000
commitded1cbc2c1a6c2dea61388af5a2a162c9ebf5750 (patch)
treef58b161f65a60baf7af373e047eae96ae56177be /dev-perl/Cache-Memcached-Fast
parentDrop the old versions that had issues known to me, and are not dependancies f... (diff)
downloadhistorical-ded1cbc2c1a6c2dea61388af5a2a162c9ebf5750.tar.gz
historical-ded1cbc2c1a6c2dea61388af5a2a162c9ebf5750.tar.bz2
historical-ded1cbc2c1a6c2dea61388af5a2a162c9ebf5750.zip
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2_rc49/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Cache-Memcached-Fast')
-rw-r--r--dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.17.ebuild16
-rw-r--r--dev-perl/Cache-Memcached-Fast/ChangeLog8
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.17.ebuild b/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.17.ebuild
new file mode 100644
index 000000000000..21120176c6cd
--- /dev/null
+++ b/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.17.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.17.ebuild,v 1.1 2009/11/10 09:57:03 robbat2 Exp $
+
+EAPI=2
+
+MODULE_AUTHOR="KROKI"
+inherit perl-module
+
+DESCRIPTION="Perl client for memcached, in C language"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+SRC_TEST="do"
diff --git a/dev-perl/Cache-Memcached-Fast/ChangeLog b/dev-perl/Cache-Memcached-Fast/ChangeLog
index 9c92aee3cf8b..f6b619ae5bb3 100644
--- a/dev-perl/Cache-Memcached-Fast/ChangeLog
+++ b/dev-perl/Cache-Memcached-Fast/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Cache-Memcached-Fast
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached-Fast/ChangeLog,v 1.3 2009/09/07 09:23:59 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached-Fast/ChangeLog,v 1.4 2009/11/10 09:57:03 robbat2 Exp $
+
+*Cache-Memcached-Fast-0.17 (10 Nov 2009)
+
+ 10 Nov 2009; Robin H. Johnson <robbat2@gentoo.org>
+ +Cache-Memcached-Fast-0.17.ebuild:
+ Version bump via perl-bump experimental tool.
07 Sep 2009; Torsten Veller <tove@gentoo.org>
-Cache-Memcached-Fast-0.14.ebuild: