From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KrZEu-0007VR-SG for garchives@archives.gentoo.org; Sun, 19 Oct 2008 14:26:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A6B8E044C; Sun, 19 Oct 2008 14:26:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id F3E0AE044C for ; Sun, 19 Oct 2008 14:26:40 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id AA08264878 for ; Sun, 19 Oct 2008 14:26:38 +0000 (UTC) Received: from markusle by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1KrZEs-0003gS-Av for gentoo-commits@lists.gentoo.org; Sun, 19 Oct 2008 14:26:38 +0000 From: "Markus Dittrich (markusle)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, markusle@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/gelemental: gelemental-1.2.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gelemental-1.2.0.ebuild ChangeLog X-VCS-Directories: sci-chemistry/gelemental X-VCS-Committer: markusle X-VCS-Committer-Name: Markus Dittrich Content-Type: text/plain; charset=utf8 Message-Id: Sender: Markus Dittrich Date: Sun, 19 Oct 2008 14:26:38 +0000 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: ba4863c9-c57a-4881-b78e-5569bd7e06ba X-Archives-Hash: 50d0f6c4a0f5a70b3de4221fe9f038e9 markusle 08/10/19 14:26:38 Modified: gelemental-1.2.0.ebuild ChangeLog Log: Fixed gcc-4.3 issues (see bug #239567). (Portage version: 2.2_rc12/cvs/Linux 2.6.26-SENTINEL-3 i686) Revision Changes Path 1.3 sci-chemistry/gelemental/gelemental-1.2.0.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gele= mental/gelemental-1.2.0.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gele= mental/gelemental-1.2.0.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gele= mental/gelemental-1.2.0.ebuild?r1=3D1.2&r2=3D1.3 Index: gelemental-1.2.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/sci-chemistry/gelemental/gelemental-1.2= .0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gelemental-1.2.0.ebuild 10 Apr 2008 06:17:34 -0000 1.2 +++ gelemental-1.2.0.ebuild 19 Oct 2008 14:26:38 -0000 1.3 @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gelemental/gelemental-1= .2.0.ebuild,v 1.2 2008/04/10 06:17:34 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gelemental/gelemental-1= .2.0.ebuild,v 1.3 2008/10/19 14:26:38 markusle Exp $ =20 -inherit fdo-mime gnome2-utils +inherit fdo-mime gnome2-utils eutils =20 DESCRIPTION=3D"a periodic table viewer that provides detailed informatio= n on the chemical elements." @@ -22,6 +22,12 @@ dev-util/intltool doc? ( app-doc/doxygen )" =20 +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${P}-gcc4.3.patch +} + src_compile() { econf --disable-dependency-tracking $(use_enable doc api-docs) emake || die "emake failed." 1.3 sci-chemistry/gelemental/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gele= mental/ChangeLog?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gele= mental/ChangeLog?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gele= mental/ChangeLog?r1=3D1.2&r2=3D1.3 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/sci-chemistry/gelemental/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 10 Apr 2008 06:17:34 -0000 1.2 +++ ChangeLog 19 Oct 2008 14:26:38 -0000 1.3 @@ -1,6 +1,11 @@ # ChangeLog for sci-chemistry/gelemental # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gelemental/ChangeLog,v = 1.2 2008/04/10 06:17:34 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gelemental/ChangeLog,v = 1.3 2008/10/19 14:26:38 markusle Exp $ + + 19 Oct 2008; Markus Dittrich + +files/gelemental-1.2.0-gcc4.3.patch, gelemental-1.2.0.ebuild: + Fixed gcc-4.3 issues (see bug #239567). Thanks much to David Sveningss= on + for the patch. =20 10 Apr 2008; Dawid W=C4=99gli=C5=84ski gelemental-1.2= .0.ebuild: Add ~x86 love (bug #217013)