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 1Oq7cD-0005Gf-Ep for garchives@archives.gentoo.org; Mon, 30 Aug 2010 16:53:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91765E0E7C; Mon, 30 Aug 2010 16:53:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5320CE0E7C for ; Mon, 30 Aug 2010 16:53:48 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBB8A1B41F0 for ; Mon, 30 Aug 2010 16:53:47 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2207) id 6FC9D20051; Mon, 30 Aug 2010 16:53:46 +0000 (UTC) From: "Thomas Sachau (tommy)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, tommy@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-libs/polarssl: polarssl-0.14.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: polarssl-0.14.0.ebuild ChangeLog X-VCS-Directories: net-libs/polarssl X-VCS-Committer: tommy X-VCS-Committer-Name: Thomas Sachau Content-Type: text/plain; charset=utf8 Message-Id: <20100830165346.6FC9D20051@flycatcher.gentoo.org> Date: Mon, 30 Aug 2010 16:53:46 +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: 5730c1cd-32da-4926-971a-bcc90a72b09e X-Archives-Hash: 09e3aab0ea45ce73c874d817b043eb14 tommy 10/08/30 16:53:46 Modified: polarssl-0.14.0.ebuild ChangeLog Log: Fix patching =20 (Portage version: 2.2_rc72-r1/cvs/Linux x86_64) Revision Changes Path 1.2 net-libs/polarssl/polarssl-0.14.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/polarssl/= polarssl-0.14.0.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/polarssl/= polarssl-0.14.0.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/polarssl/= polarssl-0.14.0.ebuild?r1=3D1.1&r2=3D1.2 Index: polarssl-0.14.0.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/polarssl/polarssl-0.14.0.ebuil= d,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- polarssl-0.14.0.ebuild 27 Aug 2010 14:25:23 -0000 1.1 +++ polarssl-0.14.0.ebuild 30 Aug 2010 16:53:46 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/polarssl/polarssl-0.14.0.ebu= ild,v 1.1 2010/08/27 14:25:23 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/polarssl/polarssl-0.14.0.ebu= ild,v 1.2 2010/08/30 16:53:46 tommy Exp $ =20 EAPI=3D2 =20 @@ -16,14 +16,13 @@ IUSE=3D"examples sse2" =20 src_prepare() { + epatch "${FILESDIR}"/${P}-{makefile,ldflags}.patch cd library if use sse2 ; then sed -i '15iCFLAGS +=3D -DHAVE_SSE2 -fPIC' Makefile else sed -i '15iCFLAGS +=3D -fPIC' Makefile fi - sed -i "s:-shared:-shared ${LDFLAGS}:g" library/Makefile - epatch "${FILESDIR}"/${P}-{makefile,ldflags}.patch } =20 src_compile() { @@ -37,7 +36,7 @@ } =20 src_test() { - cd "${S}"/programs + cd programs emake test/selftest || die "emake selftest failed" LD_LIBRARY_PATH=3D"${LD_LIBRARY_PATH}:../library" ./test/selftest || di= e "selftest failed" cd "${S}" 1.7 net-libs/polarssl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/polarssl/= ChangeLog?rev=3D1.7&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/polarssl/= ChangeLog?rev=3D1.7&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/polarssl/= ChangeLog?r1=3D1.6&r2=3D1.7 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/polarssl/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 27 Aug 2010 14:25:23 -0000 1.6 +++ ChangeLog 30 Aug 2010 16:53:46 -0000 1.7 @@ -1,6 +1,10 @@ # ChangeLog for net-libs/polarssl # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/polarssl/ChangeLog,v 1.6 201= 0/08/27 14:25:23 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/polarssl/ChangeLog,v 1.7 201= 0/08/30 16:53:46 tommy Exp $ + + 30 Aug 2010; Thomas Sachau (Tommy[D]) + polarssl-0.14.0.ebuild: + Fix patching =20 *polarssl-0.14.0 (27 Aug 2010) =20