Gentoo Archives: gentoo-commits

From: "Richard Farina (zerochaos)" <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/redland: redland-1.0.16.ebuild ChangeLog
Date: Thu, 02 Jan 2014 15:15:37
Message-Id: 20140102151534.8284E2004C@flycatcher.gentoo.org
1 zerochaos 14/01/02 15:15:34
2
3 Modified: redland-1.0.16.ebuild ChangeLog
4 Log:
5 shortcutting parallel build failure with -j1, see bug #485454
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
8
9 Revision Changes Path
10 1.9 dev-libs/redland/redland-1.0.16.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland/redland-1.0.16.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland/redland-1.0.16.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland/redland-1.0.16.ebuild?r1=1.8&r2=1.9
15
16 Index: redland-1.0.16.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-1.0.16.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- redland-1.0.16.ebuild 19 Dec 2013 13:58:42 -0000 1.8
23 +++ redland-1.0.16.ebuild 2 Jan 2014 15:15:34 -0000 1.9
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-1.0.16.ebuild,v 1.8 2013/12/19 13:58:42 hattya Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-1.0.16.ebuild,v 1.9 2014/01/02 15:15:34 zerochaos Exp $
30
31 EAPI=4
32 inherit libtool
33 @@ -59,6 +59,10 @@
34 ${myconf}
35 }
36
37 +src_compile() {
38 + emake
39 +}
40 +
41 src_test() {
42 if ! use berkdb; then
43 export REDLAND_TEST_CLONING_STORAGE_TYPE=hashes
44
45
46
47 1.117 dev-libs/redland/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland/ChangeLog?rev=1.117&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland/ChangeLog?rev=1.117&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/redland/ChangeLog?r1=1.116&r2=1.117
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-libs/redland/ChangeLog,v
56 retrieving revision 1.116
57 retrieving revision 1.117
58 diff -u -r1.116 -r1.117
59 --- ChangeLog 19 Dec 2013 13:58:42 -0000 1.116
60 +++ ChangeLog 2 Jan 2014 15:15:34 -0000 1.117
61 @@ -1,6 +1,9 @@
62 # ChangeLog for dev-libs/redland
63 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/ChangeLog,v 1.116 2013/12/19 13:58:42 hattya Exp $
65 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
66 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/ChangeLog,v 1.117 2014/01/02 15:15:34 zerochaos Exp $
67 +
68 + 02 Jan 2014; Rick Farina <zerochaos@g.o> redland-1.0.16.ebuild:
69 + shortcutting parallel build failure with -j1, see bug #485454
70
71 19 Dec 2013; Akinori Hattori <hattya@g.o> redland-1.0.16.ebuild:
72 ia64 stable wrt bug #483186