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 1SgMo3-0001HZ-Jk for garchives@archives.gentoo.org; Sun, 17 Jun 2012 21:14:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AC3AE0511; Sun, 17 Jun 2012 21:14:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0B109E0511 for ; Sun, 17 Jun 2012 21:14:34 +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 3C0771B4002 for ; Sun, 17 Jun 2012 21:14:34 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2273) id D1B252004B; Sun, 17 Jun 2012 21:14:32 +0000 (UTC) From: "Anthony G. Basile (blueness)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, blueness@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-libs/axtls: axtls-1.4.6-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: axtls-1.4.6-r1.ebuild ChangeLog X-VCS-Directories: net-libs/axtls X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile Content-Type: text/plain; charset=utf8 Message-Id: <20120617211432.D1B252004B@flycatcher.gentoo.org> Date: Sun, 17 Jun 2012 21:14:32 +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: 728e8e88-3dd3-45fd-ad34-1c07f4afc2e1 X-Archives-Hash: 928cfd6a7d38dca0d5d5806df455aad1 blueness 12/06/17 21:14:32 Modified: axtls-1.4.6-r1.ebuild ChangeLog Log: Make build system multilib aware, add USE=3Dstatic-libs, for bug #42147= 9 =20 (Portage version: 2.1.10.49/cvs/Linux x86_64) Revision Changes Path 1.2 net-libs/axtls/axtls-1.4.6-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/axt= ls-1.4.6-r1.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/axt= ls-1.4.6-r1.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/axt= ls-1.4.6-r1.ebuild?r1=3D1.1&r2=3D1.2 Index: axtls-1.4.6-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/net-libs/axtls/axtls-1.4.6-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- axtls-1.4.6-r1.ebuild 7 Jun 2012 00:13:28 -0000 1.1 +++ axtls-1.4.6-r1.ebuild 17 Jun 2012 21:14:32 -0000 1.2 @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.4.6-r1.ebuild,= v 1.1 2012/06/07 00:13:28 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.4.6-r1.ebuild,= v 1.2 2012/06/17 21:14:32 blueness Exp $ =20 EAPI=3D"4" =20 -inherit eutils savedconfig toolchain-funcs user +inherit eutils multilib savedconfig toolchain-funcs user =20 ########################################################################= ######## # axtls CONFIG MINI-HOWTO @@ -42,7 +42,7 @@ LICENSE=3D"BSD" SLOT=3D"0" KEYWORDS=3D"~amd64 ~hppa ~x86" -IUSE=3D"httpd cgi-lua cgi-php static doc" +IUSE=3D"httpd cgi-lua cgi-php static static-libs doc" =20 # TODO: add ipv6, and c#, java, lua, perl bindings # Currently these all have some issue @@ -74,6 +74,10 @@ tc-export CC =20 epatch "${FILESDIR}/bigint_impl.h-add-missing-include.patch" + epatch "${FILESDIR}/explicit-libdir.patch" + + sed -i -e 's:^LIBDIR.*/lib:LIBDIR =3D $(PREFIX)/'"$(get_libdir):" \ + "${S}"/Makefile =20 #Use CC as the host compiler for mconf sed -i -e "s:^HOSTCC.*:HOSTCC=3D${CC}:" \ @@ -155,6 +159,11 @@ fi =20 emake PREFIX=3D"${ED}/usr" install + + if ! use static-libs; then + rm -f "${ED}"/usr/$(get_libdir)/libaxtls.a + fi + if [ -f "${ED}"/usr/bin/htpasswd ]; then mv "${ED}"/usr/bin/{,ax}htpasswd fi 1.4 net-libs/axtls/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/Cha= ngeLog?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/Cha= ngeLog?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/axtls/Cha= ngeLog?r1=3D1.3&r2=3D1.4 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/net-libs/axtls/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 7 Jun 2012 00:13:29 -0000 1.3 +++ ChangeLog 17 Jun 2012 21:14:32 -0000 1.4 @@ -1,6 +1,10 @@ # ChangeLog for net-libs/axtls # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.3 2012/0= 6/07 00:13:29 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.4 2012/0= 6/17 21:14:32 blueness Exp $ + + 17 Jun 2012; Anthony G. Basile axtls-1.4.6-r1.eb= uild, + +files/explicit-libdir.patch: + Make build system multilib aware, add USE=3Dstatic-libs, for bug #4214= 79 =20 *axtls-1.4.6-r1 (07 Jun 2012) =20