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 1K9ICz-0003LJ-Nr for garchives@archives.gentoo.org; Thu, 19 Jun 2008 11:21:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35BDDE03EB; Thu, 19 Jun 2008 11:21:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DF25AE03EB for ; Thu, 19 Jun 2008 11:21: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 80450675F6 for ; Thu, 19 Jun 2008 11:21:40 +0000 (UTC) Received: from drac by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1K9ICu-0007Bg-EY for gentoo-commits@lists.gentoo.org; Thu, 19 Jun 2008 11:21:36 +0000 From: "Samuli Suominen (drac)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, drac@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/fracplanet: fracplanet-0.3.3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: fracplanet-0.3.3.ebuild ChangeLog X-VCS-Directories: x11-misc/fracplanet X-VCS-Committer: drac X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: Sender: Samuli Suominen Date: Thu, 19 Jun 2008 11:21:36 +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: 2c560900-8d89-4c32-a5da-cd1d2ad7f69b X-Archives-Hash: 98a0040f4ca777fc4f530067d940a01e drac 08/06/19 11:21:36 Modified: fracplanet-0.3.3.ebuild ChangeLog Log: USE opengl in x11-libs/qt:3 is required for QGLWidget wrt #228221, than= ks to Evil Compile Person. (Portage version: 2.1.5.5) Revision Changes Path 1.2 x11-misc/fracplanet/fracplanet-0.3.3.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fracplane= t/fracplanet-0.3.3.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fracplane= t/fracplanet-0.3.3.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fracplane= t/fracplanet-0.3.3.ebuild?r1=3D1.1&r2=3D1.2 Index: fracplanet-0.3.3.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/x11-misc/fracplanet/fracplanet-0.3.3.eb= uild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fracplanet-0.3.3.ebuild 24 May 2008 12:48:20 -0000 1.1 +++ fracplanet-0.3.3.ebuild 19 Jun 2008 11:21:35 -0000 1.2 @@ -1,10 +1,10 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fracplanet/fracplanet-0.3.3.= ebuild,v 1.1 2008/05/24 12:48:20 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fracplanet/fracplanet-0.3.3.= ebuild,v 1.2 2008/06/19 11:21:35 drac Exp $ =20 EAPI=3D1 =20 -inherit qt3 +inherit eutils qt3 =20 DESCRIPTION=3D"Interactive tool for creating fractal planets with terrai= ns, oceans, rivers, lakes and icecaps." HOMEPAGE=3D"http://www.bottlenose.demon.co.uk/share/fracplanet" @@ -25,6 +25,12 @@ =20 S=3D${WORKDIR}/${PN} =20 +pkg_setup() { + if ! built_with_use x11-libs/qt:3 opengl; then + die "Re-emerge x11-libs/qt with USE opengl." + fi +} + src_compile() { export PATH=3D"${QTDIR}/bin:${PATH}" ./configure || die "./configure failed." 1.2 x11-misc/fracplanet/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fracplane= t/ChangeLog?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fracplane= t/ChangeLog?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fracplane= t/ChangeLog?r1=3D1.1&r2=3D1.2 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/x11-misc/fracplanet/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 24 May 2008 12:48:20 -0000 1.1 +++ ChangeLog 19 Jun 2008 11:21:35 -0000 1.2 @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/fracplanet # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fracplanet/ChangeLog,v 1.1 2= 008/05/24 12:48:20 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fracplanet/ChangeLog,v 1.2 2= 008/06/19 11:21:35 drac Exp $ + + 19 Jun 2008; Samuli Suominen fracplanet-0.3.3.ebuild= : + USE opengl in x11-libs/qt:3 is required for QGLWidget wrt #228221, tha= nks + to Evil Compile Person. =20 *fracplanet-0.3.3 (24 May 2008) =20 --=20 gentoo-commits@lists.gentoo.org mailing list