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 1ROwbw-0006Np-Lg for garchives@archives.gentoo.org; Fri, 11 Nov 2011 19:18:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FD4F21C0EB; Fri, 11 Nov 2011 19:17:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5D3D521C0EB for ; Fri, 11 Nov 2011 19:17:52 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99ADF1B4014 for ; Fri, 11 Nov 2011 19:17:51 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2238) id 6D6122004B; Fri, 11 Nov 2011 19:17:50 +0000 (UTC) From: "Markos Chandras (hwoarang)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, hwoarang@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/apr: apr-1.4.5.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: apr-1.4.5.ebuild ChangeLog X-VCS-Directories: dev-libs/apr X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras Content-Type: text/plain; charset=utf8 Message-Id: <20111111191750.6D6122004B@flycatcher.gentoo.org> Date: Fri, 11 Nov 2011 19:17:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 9732ce68-41f5-4f07-b983-1b5e757e3064 X-Archives-Hash: c68fa34f894f5f0660afcf5f77344627 hwoarang 11/11/11 19:17:50 Modified: apr-1.4.5.ebuild ChangeLog Log: Use EAPI=3D4. Add static-libs USE flag. Patch by Arfrever. =20 (Portage version: 2.2.0_alpha73/cvs/Linux x86_64) Revision Changes Path 1.8 dev-libs/apr/apr-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr/apr-1= .4.5.ebuild?rev=3D1.8&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr/apr-1= .4.5.ebuild?rev=3D1.8&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr/apr-1= .4.5.ebuild?r1=3D1.7&r2=3D1.8 Index: apr-1.4.5.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/dev-libs/apr/apr-1.4.5.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- apr-1.4.5.ebuild 29 Oct 2011 18:36:35 -0000 1.7 +++ apr-1.4.5.ebuild 11 Nov 2011 19:17:50 -0000 1.8 @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-1.4.5.ebuild,v 1.7 2= 011/10/29 18:36:35 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-1.4.5.ebuild,v 1.8 2= 011/11/11 19:17:50 hwoarang Exp $ =20 -EAPI=3D"3" +EAPI=3D"4" =20 inherit autotools eutils libtool multilib =20 @@ -13,13 +13,15 @@ LICENSE=3D"Apache-2.0" SLOT=3D"1" KEYWORDS=3D"alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 = ~sparc-fbsd ~x86-fbsd" -IUSE=3D"doc elibc_FreeBSD older-kernels-compatibility +urandom +uuid" +IUSE=3D"doc elibc_FreeBSD older-kernels-compatibility static-libs +urand= om +uuid" RESTRICT=3D"test" =20 RDEPEND=3D"uuid? ( !elibc_FreeBSD? ( >=3Dsys-apps/util-linux-2.16 ) )" DEPEND=3D"${RDEPEND} doc? ( app-doc/doxygen )" =20 +DOCS=3D(CHANGES NOTICE README) + src_prepare() { # Ensure that system libtool is used. sed -e 's:${installbuilddir}/libtool:/usr/bin/libtool:' -i apr-config.i= n || die "sed failed" @@ -63,25 +65,27 @@ } =20 src_compile() { - emake || die "emake failed" + emake =20 if use doc; then - emake dox || die "emake dox failed" + emake dox fi } =20 src_install() { - emake DESTDIR=3D"${D}" install || die "emake install failed" - - find "${ED}" -name "*.la" -print0 | xargs -0 rm -f + default =20 - dodoc CHANGES NOTICE README + find "${ED}" -name "*.la" -exec rm -f {} + =20 if use doc; then - dohtml -r docs/dox/html/* || die "dohtml failed" + dohtml -r docs/dox/html/* + fi + + if ! use static-libs; then + find "${ED}" -name "*.a" -exec rm -f {} + fi =20 # This file is only used on AIX systems, which Gentoo is not, # and causes collisions between the SLOTs, so remove it. - rm -f "${D}usr/$(get_libdir)/apr.exp" + rm -f "${ED}usr/$(get_libdir)/apr.exp" } 1.181 dev-libs/apr/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr/Chang= eLog?rev=3D1.181&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr/Chang= eLog?rev=3D1.181&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/apr/Chang= eLog?r1=3D1.180&r2=3D1.181 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/dev-libs/apr/ChangeLog,v retrieving revision 1.180 retrieving revision 1.181 diff -u -r1.180 -r1.181 --- ChangeLog 29 Oct 2011 18:36:35 -0000 1.180 +++ ChangeLog 11 Nov 2011 19:17:50 -0000 1.181 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/apr # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/ChangeLog,v 1.180 2011/1= 0/29 18:36:35 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/ChangeLog,v 1.181 2011/1= 1/11 19:17:50 hwoarang Exp $ + + 11 Nov 2011; Markos Chandras apr-1.4.5.ebuild: + Use EAPI=3D4. Add static-libs USE flag. Patch by Arfrever. =20 29 Oct 2011; Ra=C3=BAl Porcel apr-1.4.5.ebuild: alpha/ia64/s390/sh/sparc stable wrt #385859