From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S7AmW-0007Dg-2S for garchives@archives.gentoo.org; Mon, 12 Mar 2012 19:19:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60722E0C0F; Mon, 12 Mar 2012 19:19:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C744CE0D15 for ; Mon, 12 Mar 2012 19:19:02 +0000 (UTC) Received: from [10.124.242.207] (193-64-23-232-nat.elisa-mobile.fi [193.64.23.232]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: ssuominen) by smtp.gentoo.org (Postfix) with ESMTPSA id 9C3701B4011; Mon, 12 Mar 2012 19:19:01 +0000 (UTC) Message-ID: <4F5E4B15.3010006@gentoo.org> Date: Mon, 12 Mar 2012 21:14:29 +0200 From: Samuli Suominen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120303 Thunderbird/10.0.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 To: gentoo-dev@lists.gentoo.org, scarabeus@gentoo.org Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-libs/jbigkit: jbigkit-2.0-r1.ebuild ChangeLog References: <20120312175741.C681E2004B@flycatcher.gentoo.org> In-Reply-To: <20120312175741.C681E2004B@flycatcher.gentoo.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Archives-Salt: ce55c983-fc4e-4459-98e4-f093711aab42 X-Archives-Hash: af3fe312250326d9471bb38c9eaef5e3 I thought we had this discussion already. USE=3Dstatic-libs is for=20 controlling the build of static libraries, not the install alone. Changed it the way it was. On 03/12/2012 07:57 PM, Tomas Chvatal (scarabeus) wrote: > scarabeus 12/03/12 17:57:41 > > Modified: jbigkit-2.0-r1.ebuild ChangeLog > Log: > Deploy static libs only if wanted. > > (Portage version: 2.2.0_alpha90/cvs/Linux x86_64) > > Revision Changes Path > 1.11 media-libs/jbigkit/jbigkit-2.0-r1.ebuild > > file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jbigk= it/jbigkit-2.0-r1.ebuild?rev=3D1.11&view=3Dmarkup > plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jbigk= it/jbigkit-2.0-r1.ebuild?rev=3D1.11&content-type=3Dtext/plain > diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jbigk= it/jbigkit-2.0-r1.ebuild?r1=3D1.10&r2=3D1.11 > > Index: jbigkit-2.0-r1.ebuild > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /var/cvsroot/gentoo-x86/media-libs/jbigkit/jbigkit-2.0-r1.ebu= ild,v > retrieving revision 1.10 > retrieving revision 1.11 > diff -u -r1.10 -r1.11 > --- jbigkit-2.0-r1.ebuild 5 Sep 2010 13:16:55 -0000 1.10 > +++ jbigkit-2.0-r1.ebuild 12 Mar 2012 17:57:41 -0000 1.11 > @@ -1,8 +1,8 @@ > -# Copyright 1999-2010 Gentoo Foundation > +# Copyright 1999-2012 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > -# $Header: /var/cvsroot/gentoo-x86/media-libs/jbigkit/jbigkit-2.0-r1.e= build,v 1.10 2010/09/05 13:16:55 armin76 Exp $ > +# $Header: /var/cvsroot/gentoo-x86/media-libs/jbigkit/jbigkit-2.0-r1.e= build,v 1.11 2012/03/12 17:57:41 scarabeus Exp $ > > -EAPI=3D"3" > +EAPI=3D4 > > inherit eutils multilib toolchain-funcs > > @@ -13,7 +13,7 @@ > LICENSE=3D"GPL-2" > SLOT=3D"0" > KEYWORDS=3D"alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sp= arc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-mac= os ~sparc-solaris ~x64-solaris ~x86-solaris" > -IUSE=3D"" > +IUSE=3D"static-libs" > > S=3D${WORKDIR}/${PN} > > @@ -23,20 +23,21 @@ > > src_compile() { > tc-export AR CC RANLIB > - emake LIBDIR=3D"${EPREFIX}/usr/$(get_libdir)" || die > + emake LIBDIR=3D"${EPREFIX}/usr/$(get_libdir)" > } > > src_test() { > - LD_LIBRARY_PATH=3D${S}/libjbig make -j1 test || die > + LD_LIBRARY_PATH=3D${S}/libjbig make -j1 test > } > > src_install() { > - dobin pbmtools/jbgtopbm{,85} pbmtools/pbmtojbg{,85} || die > + dobin pbmtools/jbgtopbm{,85} pbmtools/pbmtojbg{,85} > doman pbmtools/jbgtopbm.1 pbmtools/pbmtojbg.1 > > insinto /usr/include > - doins libjbig/*.h || die > - dolib libjbig/libjbig{,85}{.a,$(get_libname)} || die > + doins libjbig/*.h > + dolib libjbig/libjbig{,85}$(get_libname) > + use static-libs&& dolib libjbig/libjbig{,85}.a > > dodoc ANNOUNCE CHANGES TODO libjbig/*.txt > } > > > > 1.51 media-libs/jbigkit/ChangeLog > > file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jbigk= it/ChangeLog?rev=3D1.51&view=3Dmarkup > plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jbigk= it/ChangeLog?rev=3D1.51&content-type=3Dtext/plain > diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jbigk= it/ChangeLog?r1=3D1.50&r2=3D1.51 > > Index: ChangeLog > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /var/cvsroot/gentoo-x86/media-libs/jbigkit/ChangeLog,v > retrieving revision 1.50 > retrieving revision 1.51 > diff -u -r1.50 -r1.51 > --- ChangeLog 9 Oct 2011 11:59:40 -0000 1.50 > +++ ChangeLog 12 Mar 2012 17:57:41 -0000 1.51 > @@ -1,6 +1,9 @@ > # ChangeLog for media-libs/jbigkit > -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 > -# $Header: /var/cvsroot/gentoo-x86/media-libs/jbigkit/ChangeLog,v 1.50= 2011/10/09 11:59:40 ssuominen Exp $ > +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 > +# $Header: /var/cvsroot/gentoo-x86/media-libs/jbigkit/ChangeLog,v 1.51= 2012/03/12 17:57:41 scarabeus Exp $ > + > + 12 Mar 2012; Tom=C3=A1=C5=A1 Chv=C3=A1tal jbi= gkit-2.0-r1.ebuild: > + Deploy static libs only if wanted. > > 09 Oct 2011; Samuli Suominen -jbigkit-1.6-r1= .ebuild, > -files/jbigkit-1.6-build.patch, -files/jbigkit-1.6-respect-make.pat= ch, > > > >