Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@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.17.ebuild
Date: Thu, 07 Jan 2010 23:27:05
Message-Id: E1NT1kq-00022x-Lc@stork.gentoo.org
1 flameeyes 10/01/07 23:27:00
2
3 Modified: ChangeLog Cache-Memcached-Fast-0.17.ebuild
4 Log:
5 Use -j1 for build (bug #299972).
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 dev-perl/Cache-Memcached-Fast/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Cache-Memcached-Fast/ChangeLog?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Cache-Memcached-Fast/ChangeLog?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Cache-Memcached-Fast/ChangeLog?r1=1.5&r2=1.6
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached-Fast/ChangeLog,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- ChangeLog 13 Nov 2009 01:47:19 -0000 1.5
22 +++ ChangeLog 7 Jan 2010 23:27:00 -0000 1.6
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-perl/Cache-Memcached-Fast
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached-Fast/ChangeLog,v 1.5 2009/11/13 01:47:19 idl0r Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached-Fast/ChangeLog,v 1.6 2010/01/07 23:27:00 flameeyes Exp $
29 +
30 + 07 Jan 2010; Diego E. Pettenò <flameeyes@g.o>
31 + Cache-Memcached-Fast-0.17.ebuild:
32 + Use -j1 for build (bug #299972).
33
34 11 Nov 2009; Christian Ruppert <idl0r@g.o>
35 -files/Cache-Memcached-Fast-0.14-tests-fix.patch:
36
37
38
39 1.2 dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.17.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.17.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.17.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.17.ebuild?r1=1.1&r2=1.2
44
45 Index: Cache-Memcached-Fast-0.17.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.17.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- Cache-Memcached-Fast-0.17.ebuild 10 Nov 2009 09:57:03 -0000 1.1
52 +++ Cache-Memcached-Fast-0.17.ebuild 7 Jan 2010 23:27:00 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.17.ebuild,v 1.1 2009/11/10 09:57:03 robbat2 Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.17.ebuild,v 1.2 2010/01/07 23:27:00 flameeyes Exp $
59
60 EAPI=2
61
62 @@ -14,3 +14,5 @@
63 IUSE=""
64
65 SRC_TEST="do"
66 +
67 +MAKEOPTS="${MAKEOPTS} -j1"