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.77) (envelope-from ) id 1SoFZl-0002A4-9k for garchives@archives.gentoo.org; Mon, 09 Jul 2012 15:08:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A65BE0730; Mon, 9 Jul 2012 15:08:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1D9EEE0730 for ; Mon, 9 Jul 2012 15:08:20 +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 3DF931B40CE for ; Mon, 9 Jul 2012 15:08:19 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2275) id C851E20063; Mon, 9 Jul 2012 15:08:17 +0000 (UTC) From: "Michael Weber (xmw)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, xmw@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-games/simgear: simgear-2.4.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: simgear-2.4.0.ebuild ChangeLog X-VCS-Directories: dev-games/simgear X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber Content-Type: text/plain; charset=utf8 Message-Id: <20120709150817.C851E20063@flycatcher.gentoo.org> Date: Mon, 9 Jul 2012 15:08:17 +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: a6a3f332-f760-4d00-9c09-d6892325fa2b X-Archives-Hash: f65b1baab321a7d33c0c4e07ae034805 xmw 12/07/09 15:08:17 Modified: simgear-2.4.0.ebuild ChangeLog Log: Fix boost-1.48 compilation issue (bug 407433, c bou) =20 (Portage version: 2.1.11.5/cvs/Linux x86_64) Revision Changes Path 1.4 dev-games/simgear/simgear-2.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/= simgear-2.4.0.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/= simgear-2.4.0.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/= simgear-2.4.0.ebuild?r1=3D1.3&r2=3D1.4 Index: simgear-2.4.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/dev-games/simgear/simgear-2.4.0.ebuild,= v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- simgear-2.4.0.ebuild 6 Apr 2012 10:48:32 -0000 1.3 +++ simgear-2.4.0.ebuild 9 Jul 2012 15:08:17 -0000 1.4 @@ -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/dev-games/simgear/simgear-2.4.0.ebuil= d,v 1.3 2012/04/06 10:48:32 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/simgear-2.4.0.ebuil= d,v 1.4 2012/07/09 15:08:17 xmw Exp $ =20 EAPI=3D4 =20 -inherit autotools-utils +inherit autotools-utils eutils =20 DESCRIPTION=3D"Development library for simulation games" HOMEPAGE=3D"http://www.simgear.org/" @@ -17,18 +17,20 @@ =20 RESTRICT=3D"test" =20 -RDEPEND=3D" - >=3Ddev-games/openscenegraph-3.0.1 +RDEPEND=3D">=3Ddev-games/openscenegraph-3.0.1 >=3Ddev-libs/boost-1.37 dev-vcs/subversion media-libs/freealut media-libs/openal - >=3Dmedia-libs/plib-1.8.5 -" + >=3Dmedia-libs/plib-1.8.5" DEPEND=3D"${RDEPEND}" =20 DOCS=3D(AUTHORS NEWS TODO) =20 +src_prepare() { + epatch "${FILESDIR}"/${P}-boost148.patch +} + src_configure() { myeconfargs=3D( --with-jpeg-factory 1.50 dev-games/simgear/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/= ChangeLog?rev=3D1.50&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/= ChangeLog?rev=3D1.50&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/= ChangeLog?r1=3D1.49&r2=3D1.50 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/dev-games/simgear/ChangeLog,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- ChangeLog 6 Apr 2012 10:48:32 -0000 1.49 +++ ChangeLog 9 Jul 2012 15:08:17 -0000 1.50 @@ -1,6 +1,10 @@ # ChangeLog for dev-games/simgear # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/ChangeLog,v 1.49 20= 12/04/06 10:48:32 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/ChangeLog,v 1.50 20= 12/07/09 15:08:17 xmw Exp $ + + 09 Jul 2012; Michael Weber + +files/simgear-2.4.0-boost148.patch, simgear-2.4.0.ebuild: + Fix boost-1.48 compilation issue (bug 407433, c bou) =20 06 Apr 2012; Andreas Schuerch simgear-2.4.0.ebu= ild: x86 stable, see bug 405665