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 1JiVIz-0003c9-T3 for garchives@archives.gentoo.org; Sun, 06 Apr 2008 13:53:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A716E0253; Sun, 6 Apr 2008 13:53:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E9567E0253 for ; Sun, 6 Apr 2008 13:53:08 +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 E8BE965672 for ; Sun, 6 Apr 2008 13:53:06 +0000 (UTC) Received: from maekke by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JiVIv-0008Pe-Tn for gentoo-commits@lists.gentoo.org; Sun, 06 Apr 2008 13:53:06 +0000 From: "Markus Meier (maekke)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, maekke@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/inkscape: inkscape-0.46-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: inkscape-0.46-r2.ebuild ChangeLog X-VCS-Directories: media-gfx/inkscape X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier Content-Type: text/plain; charset=utf8 Message-Id: Sender: Markus Meier Date: Sun, 06 Apr 2008 13:53:05 +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: 8fa51f4c-3d96-47e9-b8ee-0c8468fc3083 X-Archives-Hash: 9b110601e160cb74272dbc32f48d5976 maekke 08/04/06 13:53:05 Modified: inkscape-0.46-r2.ebuild ChangeLog Log: fix building with gcc-4.3, thanks Bert Karwatzki for the patch (bug #21= 5574) (Portage version: 2.1.5_rc2) Revision Changes Path 1.2 media-gfx/inkscape/inkscape-0.46-r2.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/inkscape= /inkscape-0.46-r2.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/inkscape= /inkscape-0.46-r2.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/inkscape= /inkscape-0.46-r2.ebuild?r1=3D1.1&r2=3D1.2 Index: inkscape-0.46-r2.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/media-gfx/inkscape/inkscape-0.46-r2.ebu= ild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- inkscape-0.46-r2.ebuild 29 Mar 2008 18:33:26 -0000 1.1 +++ inkscape-0.46-r2.ebuild 6 Apr 2008 13:53:05 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.46-r2.e= build,v 1.1 2008/03/29 18:33:26 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.46-r2.e= build,v 1.2 2008/04/06 13:53:05 maekke Exp $ =20 inherit gnome2 eutils =20 @@ -86,4 +86,11 @@ G2CONF=3D"${G2CONF} $(use_with perl)" } =20 +src_unpack() { + gnome2_src_unpack + + cd "${S}" + epatch "${FILESDIR}"/${P}-gcc43.patch +} + DOCS=3D"AUTHORS ChangeLog NEWS README" 1.94 media-gfx/inkscape/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/inkscape= /ChangeLog?rev=3D1.94&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/inkscape= /ChangeLog?rev=3D1.94&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/inkscape= /ChangeLog?r1=3D1.93&r2=3D1.94 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/media-gfx/inkscape/ChangeLog,v retrieving revision 1.93 retrieving revision 1.94 diff -u -r1.93 -r1.94 --- ChangeLog 29 Mar 2008 18:35:51 -0000 1.93 +++ ChangeLog 6 Apr 2008 13:53:05 -0000 1.94 @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/inkscape # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.93 2= 008/03/29 18:35:51 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.94 2= 008/04/06 13:53:05 maekke Exp $ + + 06 Apr 2008; Markus Meier + +files/inkscape-0.46-gcc43.patch, inkscape-0.46-r2.ebuild: + fix building with gcc-4.3, thanks Bert Karwatzki for the patch (bug + #215574) =20 29 Mar 2008; Markus Meier -inkscape-0.46.ebuild, -inkscape-0.46-r1.ebuild: --=20 gentoo-commits@lists.gentoo.org mailing list