diff options
author | Torsten Veller <tove@gentoo.org> | 2011-09-01 11:49:39 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-09-01 11:49:39 +0000 |
commit | 8e5ff21194caf6743ff8cb35c4078ae78bd03897 (patch) | |
tree | c0e019124a31be3d0eabc6f9867fdb7393295c79 /dev-perl/Cache-Memcached-Fast | |
parent | Version bump to release 91: includes my changes and a couple of security-sens... (diff) | |
download | historical-8e5ff21194caf6743ff8cb35c4078ae78bd03897.tar.gz historical-8e5ff21194caf6743ff8cb35c4078ae78bd03897.tar.bz2 historical-8e5ff21194caf6743ff8cb35c4078ae78bd03897.zip |
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Cache-Memcached-Fast')
-rw-r--r-- | dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.170.0.ebuild | 19 | ||||
-rw-r--r-- | dev-perl/Cache-Memcached-Fast/ChangeLog | 10 |
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.170.0.ebuild b/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.170.0.ebuild new file mode 100644 index 000000000000..74cc8d093f77 --- /dev/null +++ b/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.170.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2011 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.170.0.ebuild,v 1.1 2011/09/01 11:39:55 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=KROKI +MODULE_VERSION=0.17 +inherit perl-module + +DESCRIPTION="Perl client for memcached, in C language" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +SRC_TEST="do" + +MAKEOPTS="${MAKEOPTS} -j1" diff --git a/dev-perl/Cache-Memcached-Fast/ChangeLog b/dev-perl/Cache-Memcached-Fast/ChangeLog index 5c16ac6a17e6..61f0a2605a49 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached-Fast/ChangeLog,v 1.6 2010/01/07 23:27:00 flameeyes Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached-Fast/ChangeLog,v 1.7 2011/09/01 11:39:55 tove Exp $ + +*Cache-Memcached-Fast-0.170.0 (01 Sep 2011) + + 01 Sep 2011; Torsten Veller <tove@gentoo.org> + +Cache-Memcached-Fast-0.170.0.ebuild: + Change version scheme 07 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> Cache-Memcached-Fast-0.17.ebuild: |