Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Cache-Memcached-Fast: ChangeLog Cache-Memcached-Fast-0.190.0.ebuild
Date: Thu, 28 Jun 2012 19:08:03
Message-Id: 20120628190751.E9DDF2004B@flycatcher.gentoo.org
1 tove 12/06/28 19:07:51
2
3 Modified: ChangeLog
4 Added: Cache-Memcached-Fast-0.190.0.ebuild
5 Log:
6 [bump] dev-perl/Cache-Memcached-Fast-0.190.0
7
8 (Portage version: 2.2.0_alpha113/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.10 dev-perl/Cache-Memcached-Fast/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cache-Memcached-Fast/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cache-Memcached-Fast/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cache-Memcached-Fast/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached-Fast/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 24 Jun 2012 13:00:27 -0000 1.9
24 +++ ChangeLog 28 Jun 2012 19:07:51 -0000 1.10
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-perl/Cache-Memcached-Fast
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached-Fast/ChangeLog,v 1.9 2012/06/24 13:00:27 tove Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached-Fast/ChangeLog,v 1.10 2012/06/28 19:07:51 tove Exp $
30 +
31 +*Cache-Memcached-Fast-0.190.0 (28 Jun 2012)
32 +
33 + 28 Jun 2012; Torsten Veller <tove@g.o>
34 + +Cache-Memcached-Fast-0.190.0.ebuild:
35 + Version bump
36
37 24 Jun 2012; Torsten Veller <tove@g.o> metadata.xml:
38 Update CPAN upstream info
39
40
41
42 1.1 dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.190.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.190.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.190.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: Cache-Memcached-Fast-0.190.0.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.190.0.ebuild,v 1.1 2012/06/28 19:07:51 tove Exp $
52
53 EAPI=4
54
55 MODULE_AUTHOR=KROKI
56 MODULE_VERSION=0.19
57 inherit perl-module
58
59 DESCRIPTION="Perl client for memcached, in C language"
60
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 SRC_TEST="do"
66
67 MAKEOPTS="${MAKEOPTS} -j1"