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 1LSSRa-0001xD-VV for garchives@archives.gentoo.org; Thu, 29 Jan 2009 08:40:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95080E037B; Thu, 29 Jan 2009 08:40:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 502A0E037B for ; Thu, 29 Jan 2009 08:40:13 +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 E6873643E6 for ; Thu, 29 Jan 2009 08:40:12 +0000 (UTC) Received: from mr_bones_ by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1LSSRY-0000wF-KO for gentoo-commits@lists.gentoo.org; Thu, 29 Jan 2009 08:40:12 +0000 From: "Michael Sterrett (mr_bones_)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mr_bones_@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-misc/yadex: yadex-1.7.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: yadex-1.7.0.ebuild ChangeLog X-VCS-Directories: games-misc/yadex X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett Content-Type: text/plain; charset=utf8 Message-Id: Sender: Michael Sterrett Date: Thu, 29 Jan 2009 08:40:12 +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: 64b538d8-688d-4c8e-b33c-1d63842a341d X-Archives-Hash: 7448f5e3e22a0ee8e194f7e8f82663c2 mr_bones_ 09/01/29 08:40:12 Modified: yadex-1.7.0.ebuild ChangeLog Log: EAPI=3D2; respect CC (Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686) Revision Changes Path 1.10 games-misc/yadex/yadex-1.7.0.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/yadex/y= adex-1.7.0.ebuild?rev=3D1.10&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/yadex/y= adex-1.7.0.ebuild?rev=3D1.10&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/yadex/y= adex-1.7.0.ebuild?r1=3D1.9&r2=3D1.10 Index: yadex-1.7.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/games-misc/yadex/yadex-1.7.0.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- yadex-1.7.0.ebuild 6 Dec 2006 00:03:18 -0000 1.9 +++ yadex-1.7.0.ebuild 29 Jan 2009 08:40:12 -0000 1.10 @@ -1,7 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/yadex/yadex-1.7.0.ebuild,v= 1.9 2006/12/06 00:03:18 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/yadex/yadex-1.7.0.ebuild,v= 1.10 2009/01/29 08:40:12 mr_bones_ Exp $ =20 +EAPI=3D2 inherit eutils games =20 DESCRIPTION=3D"A Doom level (wad) editor" @@ -16,8 +17,7 @@ =20 DEPEND=3D"x11-libs/libX11" =20 -src_unpack() { - unpack ${A} +src_prepare() { sed -i \ -e '/iwad/s/local\///' \ "${S}"/yadex.cfg \ @@ -27,10 +27,13 @@ touch -t 196910101010 "${S}"/src/wadlist.cc } =20 -src_compile() { +src_configure() { # not an autoconf script ./configure --prefix=3D"/usr" || die "configure failed" - emake CFLAGS=3D"${CFLAGS}" CXXFLAGS=3D"${CXXFLAGS}" || die "emake faile= d" +} + +src_compile() { + emake CC=3D"${CC}" CXX=3D"${CXX}" CFLAGS=3D"${CFLAGS}" CXXFLAGS=3D"${CX= XFLAGS}" || die "emake failed" } =20 src_install() { 1.8 games-misc/yadex/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/yadex/C= hangeLog?rev=3D1.8&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/yadex/C= hangeLog?rev=3D1.8&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/yadex/C= hangeLog?r1=3D1.7&r2=3D1.8 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/games-misc/yadex/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 27 Sep 2006 14:06:44 -0000 1.7 +++ ChangeLog 29 Jan 2009 08:40:12 -0000 1.8 @@ -1,6 +1,9 @@ # ChangeLog for games-misc/yadex -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/yadex/ChangeLog,v 1.7 2006= /09/27 14:06:44 nyhm Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/yadex/ChangeLog,v 1.8 2009= /01/29 08:40:12 mr_bones_ Exp $ + + 29 Jan 2009; Michael Sterrett yadex-1.7.0.ebuil= d: + EAPI=3D2; respect CC =20 27 Sep 2006; Tristan Heaven yadex-1.7.0.ebuild: Add inherit eutils