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 1OHHkI-00062Z-I9 for garchives@archives.gentoo.org; Wed, 26 May 2010 14:38:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00335E098E; Wed, 26 May 2010 14:38:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BA7BFE098E for ; Wed, 26 May 2010 14:38:05 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 1771F1B402F for ; Wed, 26 May 2010 14:38:04 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2228) id AD8492CEC8; Wed, 26 May 2010 14:38:02 +0000 (UTC) From: "Angelo Arrifano (miknix)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, miknix@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in gpe-base/libeventdb: libeventdb-0.90.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libeventdb-0.90.ebuild ChangeLog X-VCS-Directories: gpe-base/libeventdb X-VCS-Committer: miknix X-VCS-Committer-Name: Angelo Arrifano Content-Type: text/plain; charset=utf8 Message-Id: <20100526143802.AD8492CEC8@corvid.gentoo.org> Date: Wed, 26 May 2010 14:38:02 +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: 5a904007-8a79-4957-9eb4-85a9fa4ca131 X-Archives-Hash: 5aa6574bf791a8e16aea6776112fa678 miknix 10/05/26 14:38:02 Modified: libeventdb-0.90.ebuild ChangeLog Log: With USE=3D"doc", the build scripts where trying to link against system's eventdb instead of built one \#320035 . This commit fixes this. =20 - Looks like people reads this afterall :) (Portage version: 2.1.8.3/cvs/Linux x86_64) Revision Changes Path 1.8 gpe-base/libeventdb/libeventdb-0.90.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gpe-base/libeventd= b/libeventdb-0.90.ebuild?rev=3D1.8&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gpe-base/libeventd= b/libeventdb-0.90.ebuild?rev=3D1.8&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gpe-base/libeventd= b/libeventdb-0.90.ebuild?r1=3D1.7&r2=3D1.8 Index: libeventdb-0.90.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/gpe-base/libeventdb/libeventdb-0.90.ebu= ild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- libeventdb-0.90.ebuild 26 Aug 2009 15:51:45 -0000 1.7 +++ libeventdb-0.90.ebuild 26 May 2010 14:38:02 -0000 1.8 @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gpe-base/libeventdb/libeventdb-0.90.e= build,v 1.7 2009/08/26 15:51:45 miknix Exp $ +# $Header: /var/cvsroot/gentoo-x86/gpe-base/libeventdb/libeventdb-0.90.e= build,v 1.8 2010/05/26 14:38:02 miknix Exp $ =20 GPE_TARBALL_SUFFIX=3D"bz2" =20 @@ -30,6 +30,9 @@ =20 epatch "${FILESDIR}"/libeventdb-unbreak-LIVE-macro.patch =20 + # Wrong linker logic, fixes bug #320035 . + epatch "${FILESDIR}"/${P}-doclinkerfix.patch + if ! use doc; then sed -i -e 's;SUBDIRS =3D doc;SUBDIRS =3D ;' Makefile.am \ || die "sed failed" 1.7 gpe-base/libeventdb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gpe-base/libeventd= b/ChangeLog?rev=3D1.7&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gpe-base/libeventd= b/ChangeLog?rev=3D1.7&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gpe-base/libeventd= b/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/gpe-base/libeventdb/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 26 Aug 2009 15:51:45 -0000 1.6 +++ ChangeLog 26 May 2010 14:38:02 -0000 1.7 @@ -1,6 +1,12 @@ # ChangeLog for gpe-base/libeventdb -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gpe-base/libeventdb/ChangeLog,v 1.6 2= 009/08/26 15:51:45 miknix Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gpe-base/libeventdb/ChangeLog,v 1.7 2= 010/05/26 14:38:02 miknix Exp $ + + 26 May 2010; Angelo Arrifano libeventdb-0.90.ebuil= d, + +files/libeventdb-0.90-doclinkerfix.patch: + With USE=3D"doc", the build scripts where trying to link + against system's eventdb instead of built one #320035 . + This commit fixes this. =20 26 Aug 2009; Angelo Arrifano libeventdb-0.90.ebuil= d: Remove redundant IUSE expansion