axs 14/08/21 20:24:15 Modified: ChangeLog Added: Cache-Memcached-Fast-0.210.0-r1.ebuild Removed: Cache-Memcached-Fast-0.210.0.ebuild Log: bump EAPI to 5 to help support dev-lang/perl upgrades (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.13 dev-perl/Cache-Memcached-Fast/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cache-Memcached-Fast/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cache-Memcached-Fast/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cache-Memcached-Fast/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached-Fast/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 16 Aug 2013 08:17:11 -0000 1.12 +++ ChangeLog 21 Aug 2014 20:24:15 -0000 1.13 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Cache-Memcached-Fast -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached-Fast/ChangeLog,v 1.12 2013/08/16 08:17:11 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached-Fast/ChangeLog,v 1.13 2014/08/21 20:24:15 axs Exp $ + +*Cache-Memcached-Fast-0.210.0-r1 (21 Aug 2014) + + 21 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]> + +Cache-Memcached-Fast-0.210.0-r1.ebuild, -Cache-Memcached-Fast-0.210.0.ebuild: + bump EAPI to 5 to help support dev-lang/perl upgrades *Cache-Memcached-Fast-0.210.0 (16 Aug 2013) 1.1 dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.210.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.210.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.210.0-r1.ebuild?rev=1.1&content-type=text/plain Index: Cache-Memcached-Fast-0.210.0-r1.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.210.0-r1.ebuild,v 1.1 2014/08/21 20:24:15 axs Exp $ EAPI=5 MODULE_AUTHOR=KROKI MODULE_VERSION=0.21 inherit perl-module DESCRIPTION="Perl client for memcached, in C language" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" SRC_TEST="do" MAKEOPTS="${MAKEOPTS} -j1"
