On 10/23/2011 03:03 PM, Tomas Chvatal (scarabeus) wrote: > scarabeus 11/10/23 12:03:00 > > Modified: yajl-2.0.2.ebuild ChangeLog > Log: > Make static libs optional
Requires reverting too, as it's still building the static archives, effectively hiding the problem instead of solving it. > (Portage version: 2.2.0_alpha70/cvs/Linux x86_64) > > Revision Changes Path > 1.6 dev-libs/yajl/yajl-2.0.2.ebuild > > file : > http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/yajl-2.0.2.ebuild?rev=1.6&view=markup > plain: > http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/yajl-2.0.2.ebuild?rev=1.6&content-type=text/plain > diff : > http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/yajl-2.0.2.ebuild?r1=1.5&r2=1.6 > > Index: yajl-2.0.2.ebuild > =================================================================== > RCS file: /var/cvsroot/gentoo-x86/dev-libs/yajl/yajl-2.0.2.ebuild,v > retrieving revision 1.5 > retrieving revision 1.6 > diff -u -r1.5 -r1.6 > --- yajl-2.0.2.ebuild 17 Oct 2011 20:19:18 -0000 1.5 > +++ yajl-2.0.2.ebuild 23 Oct 2011 12:03:00 -0000 1.6 > @@ -1,6 +1,6 @@ > # Copyright 1999-2011 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > -# $Header: /var/cvsroot/gentoo-x86/dev-libs/yajl/yajl-2.0.2.ebuild,v 1.5 > 2011/10/17 20:19:18 maekke Exp $ > +# $Header: /var/cvsroot/gentoo-x86/dev-libs/yajl/yajl-2.0.2.ebuild,v 1.6 > 2011/10/23 12:03:00 scarabeus Exp $ > > EAPI=4 > > @@ -14,7 +14,7 @@ > SLOT="0" > KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" > > -IUSE="" > +IUSE="static-libs" > > PATCHES=( > "${FILESDIR}"/${PN}-fix_static_linking.patch > @@ -32,3 +32,8 @@ > emake test > popd > /dev/null > } > + > +src_install() { > + cmake-utils_src_install > + use static-libs || find "${ED}" -name '*.a' -exec rm -f {} + > +} > > > > 1.16 dev-libs/yajl/ChangeLog > > file : > http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/ChangeLog?rev=1.16&view=markup > plain: > http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/ChangeLog?rev=1.16&content-type=text/plain > diff : > http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/ChangeLog?r1=1.15&r2=1.16 > > Index: ChangeLog > =================================================================== > RCS file: /var/cvsroot/gentoo-x86/dev-libs/yajl/ChangeLog,v > retrieving revision 1.15 > retrieving revision 1.16 > diff -u -r1.15 -r1.16 > --- ChangeLog 18 Oct 2011 16:51:28 -0000 1.15 > +++ ChangeLog 23 Oct 2011 12:03:00 -0000 1.16 > @@ -1,6 +1,9 @@ > # ChangeLog for dev-libs/yajl > # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 > -# $Header: /var/cvsroot/gentoo-x86/dev-libs/yajl/ChangeLog,v 1.15 2011/10/18 > 16:51:28 ssuominen Exp $ > +# $Header: /var/cvsroot/gentoo-x86/dev-libs/yajl/ChangeLog,v 1.16 2011/10/23 > 12:03:00 scarabeus Exp $ > + > + 23 Oct 2011; Tomáš Chvátal <[email protected]> yajl-2.0.2.ebuild: > + Make static libs optional > > 18 Oct 2011; Samuli Suominen <[email protected]> yajl-1.0.11.ebuild: > ppc/ppc64 stable wrt #382641 > > > >
