dilfridge 14/12/03 00:31:37 Modified: ChangeLog Added: Cache-Memcached-Fast-0.230.0.ebuild Log: Version bump (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path 1.15 dev-perl/Cache-Memcached-Fast/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cache-Memcached-Fast/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cache-Memcached-Fast/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cache-Memcached-Fast/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached-Fast/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 10 Oct 2014 22:19:51 -0000 1.14 +++ ChangeLog 3 Dec 2014 00:31:37 -0000 1.15 @@ -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 <[email protected]> + +Cache-Memcached-Fast-0.230.0.ebuild: + Version bump 10 Oct 2014; Mikle Kolyada <[email protected]> -Cache-Memcached-Fast-0.190.0.ebuild: 1.1 dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.230.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.230.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.230.0.ebuild?rev=1.1&content-type=text/plain Index: Cache-Memcached-Fast-0.230.0.ebuild =================================================================== # 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 ) "
