diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-12-03 00:31:37 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-12-03 00:31:37 +0000 |
commit | 929692394d650d79d0129f94622082d599646dd6 (patch) | |
tree | 8770f507e34cd6573dd9463b6018a6a966c6c637 /dev-perl/Cache-Memcached-Fast | |
parent | clean old impls (diff) | |
download | gentoo-2-929692394d650d79d0129f94622082d599646dd6.tar.gz gentoo-2-929692394d650d79d0129f94622082d599646dd6.tar.bz2 gentoo-2-929692394d650d79d0129f94622082d599646dd6.zip |
Version bump
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'dev-perl/Cache-Memcached-Fast')
-rw-r--r-- | dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.230.0.ebuild | 24 | ||||
-rw-r--r-- | dev-perl/Cache-Memcached-Fast/ChangeLog | 8 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.230.0.ebuild b/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.230.0.ebuild new file mode 100644 index 000000000000..e7cb205b3d4b --- /dev/null +++ b/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.230.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 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.230.0.ebuild,v 1.1 2014/12/03 00:31:37 dilfridge Exp $ + +EAPI=5 + +MODULE_AUTHOR=KROKI +MODULE_VERSION=0.23 +inherit perl-module + +DESCRIPTION="Perl client for memcached, in C language" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +SRC_TEST="do" + +MAKEOPTS="${MAKEOPTS} -j1" + +DEPEND=" + virtual/perl-ExtUtils-MakeMaker + test? ( virtual/perl-Test-Simple ) +" diff --git a/dev-perl/Cache-Memcached-Fast/ChangeLog b/dev-perl/Cache-Memcached-Fast/ChangeLog index 0b9336325fb1..239a6373585d 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached-Fast/ChangeLog,v 1.14 2014/10/10 22:19:51 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached-Fast/ChangeLog,v 1.15 2014/12/03 00:31:37 dilfridge Exp $ + +*Cache-Memcached-Fast-0.230.0 (03 Dec 2014) + + 03 Dec 2014; Andreas K. Huettel <dilfridge@gentoo.org> + +Cache-Memcached-Fast-0.230.0.ebuild: + Version bump 10 Oct 2014; Mikle Kolyada <zlogene@gentoo.org> -Cache-Memcached-Fast-0.190.0.ebuild: |