Gentoo Archives: gentoo-dev

From: Samuli Suominen <ssuominen@g.o>
To: gentoo-dev@l.g.o, scarabeus@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-libs/yajl: yajl-2.0.2.ebuild ChangeLog
Date: Sun, 23 Oct 2011 12:45:00
Message-Id: 4EA40B22.4070901@gentoo.org
1 On 10/23/2011 03:03 PM, Tomas Chvatal (scarabeus) wrote:
2 > scarabeus 11/10/23 12:03:00
3 >
4 > Modified: yajl-2.0.2.ebuild ChangeLog
5 > Log:
6 > Make static libs optional
7
8 Requires reverting too, as it's still building the static archives,
9 effectively hiding the problem instead of solving it.
10
11 > (Portage version: 2.2.0_alpha70/cvs/Linux x86_64)
12 >
13 > Revision Changes Path
14 > 1.6 dev-libs/yajl/yajl-2.0.2.ebuild
15 >
16 > file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/yajl-2.0.2.ebuild?rev=1.6&view=markup
17 > plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/yajl-2.0.2.ebuild?rev=1.6&content-type=text/plain
18 > diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/yajl-2.0.2.ebuild?r1=1.5&r2=1.6
19 >
20 > Index: yajl-2.0.2.ebuild
21 > ===================================================================
22 > RCS file: /var/cvsroot/gentoo-x86/dev-libs/yajl/yajl-2.0.2.ebuild,v
23 > retrieving revision 1.5
24 > retrieving revision 1.6
25 > diff -u -r1.5 -r1.6
26 > --- yajl-2.0.2.ebuild 17 Oct 2011 20:19:18 -0000 1.5
27 > +++ yajl-2.0.2.ebuild 23 Oct 2011 12:03:00 -0000 1.6
28 > @@ -1,6 +1,6 @@
29 > # Copyright 1999-2011 Gentoo Foundation
30 > # Distributed under the terms of the GNU General Public License v2
31 > -# $Header: /var/cvsroot/gentoo-x86/dev-libs/yajl/yajl-2.0.2.ebuild,v 1.5 2011/10/17 20:19:18 maekke Exp $
32 > +# $Header: /var/cvsroot/gentoo-x86/dev-libs/yajl/yajl-2.0.2.ebuild,v 1.6 2011/10/23 12:03:00 scarabeus Exp $
33 >
34 > EAPI=4
35 >
36 > @@ -14,7 +14,7 @@
37 > SLOT="0"
38 > KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
39 >
40 > -IUSE=""
41 > +IUSE="static-libs"
42 >
43 > PATCHES=(
44 > "${FILESDIR}"/${PN}-fix_static_linking.patch
45 > @@ -32,3 +32,8 @@
46 > emake test
47 > popd > /dev/null
48 > }
49 > +
50 > +src_install() {
51 > + cmake-utils_src_install
52 > + use static-libs || find "${ED}" -name '*.a' -exec rm -f {} +
53 > +}
54 >
55 >
56 >
57 > 1.16 dev-libs/yajl/ChangeLog
58 >
59 > file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/ChangeLog?rev=1.16&view=markup
60 > plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/ChangeLog?rev=1.16&content-type=text/plain
61 > diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/ChangeLog?r1=1.15&r2=1.16
62 >
63 > Index: ChangeLog
64 > ===================================================================
65 > RCS file: /var/cvsroot/gentoo-x86/dev-libs/yajl/ChangeLog,v
66 > retrieving revision 1.15
67 > retrieving revision 1.16
68 > diff -u -r1.15 -r1.16
69 > --- ChangeLog 18 Oct 2011 16:51:28 -0000 1.15
70 > +++ ChangeLog 23 Oct 2011 12:03:00 -0000 1.16
71 > @@ -1,6 +1,9 @@
72 > # ChangeLog for dev-libs/yajl
73 > # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
74 > -# $Header: /var/cvsroot/gentoo-x86/dev-libs/yajl/ChangeLog,v 1.15 2011/10/18 16:51:28 ssuominen Exp $
75 > +# $Header: /var/cvsroot/gentoo-x86/dev-libs/yajl/ChangeLog,v 1.16 2011/10/23 12:03:00 scarabeus Exp $
76 > +
77 > + 23 Oct 2011; Tomáš Chvátal <scarabeus@g.o> yajl-2.0.2.ebuild:
78 > + Make static libs optional
79 >
80 > 18 Oct 2011; Samuli Suominen <ssuominen@g.o> yajl-1.0.11.ebuild:
81 > ppc/ppc64 stable wrt #382641
82 >
83 >
84 >
85 >