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.60) (envelope-from ) id 1P84lZ-0000Q7-NK for garchives@archives.gentoo.org; Tue, 19 Oct 2010 05:29:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C317AE060F; Tue, 19 Oct 2010 05:29:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 87086E060F for ; Tue, 19 Oct 2010 05:29:39 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE8E21B401C for ; Tue, 19 Oct 2010 05:29:38 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 665) id D880020051; Tue, 19 Oct 2010 05:29:36 +0000 (UTC) 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-action/nighthawk: nighthawk-2.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: nighthawk-2.2.ebuild ChangeLog X-VCS-Directories: games-action/nighthawk X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett Content-Type: text/plain; charset=utf8 Message-Id: <20101019052936.D880020051@flycatcher.gentoo.org> Date: Tue, 19 Oct 2010 05:29:36 +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: 0b3afa42-7c86-4911-86e1-604a6ac1a825 X-Archives-Hash: 00a7ce657898dea9a60f1155c8634c5c mr_bones_ 10/10/19 05:29:36 Modified: nighthawk-2.2.ebuild ChangeLog Log: EAPI=3D2; honor LDFLAGS (bug #341719) (Portage version: 2.1.8.3/cvs/Linux i686) Revision Changes Path 1.14 games-action/nighthawk/nighthawk-2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/night= hawk/nighthawk-2.2.ebuild?rev=3D1.14&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/night= hawk/nighthawk-2.2.ebuild?rev=3D1.14&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/night= hawk/nighthawk-2.2.ebuild?r1=3D1.13&r2=3D1.14 Index: nighthawk-2.2.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-action/nighthawk/nighthawk-2.2.eb= uild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- nighthawk-2.2.ebuild 25 Apr 2008 08:01:23 -0000 1.13 +++ nighthawk-2.2.ebuild 19 Oct 2010 05:29:36 -0000 1.14 @@ -1,7 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/nighthawk/nighthawk-2.2.= ebuild,v 1.13 2008/04/25 08:01:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/nighthawk/nighthawk-2.2.= ebuild,v 1.14 2010/10/19 05:29:36 mr_bones_ Exp $ =20 +EAPI=3D2 inherit eutils games =20 DESCRIPTION=3D"A tribute to Paradroid by Andrew Braybrook" @@ -15,16 +16,15 @@ =20 DEPEND=3D"x11-libs/libXpm" =20 -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch \ "${FILESDIR}"/nighthawk.patch \ "${FILESDIR}"/${P}-gcc42.patch - sed -i 's:AC_FD_MSG:6:g' configure || die #218936 + sed -i -e 's:AC_FD_MSG:6:g' configure || die #218936 + sed -i -e '/LDFLAGS =3D /d' src/Makefile.in || die } =20 src_install () { - emake DESTDIR=3D"${D}" install || die "emake install failed" + emake DESTDIR=3D"${D}" install || die prepgamesdirs } 1.15 games-action/nighthawk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/night= hawk/ChangeLog?rev=3D1.15&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/night= hawk/ChangeLog?rev=3D1.15&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/night= hawk/ChangeLog?r1=3D1.14&r2=3D1.15 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-action/nighthawk/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 25 Apr 2008 08:01:23 -0000 1.14 +++ ChangeLog 19 Oct 2010 05:29:36 -0000 1.15 @@ -1,6 +1,9 @@ # ChangeLog for games-action/nighthawk -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/nighthawk/ChangeLog,v 1.= 14 2008/04/25 08:01:23 vapier Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/nighthawk/ChangeLog,v 1.= 15 2010/10/19 05:29:36 mr_bones_ Exp $ + + 19 Oct 2010; Michael Sterrett nighthawk-2.2.ebu= ild: + EAPI=3D2; honor LDFLAGS (bug #341719) =20 25 Apr 2008; Mike Frysinger nighthawk-2.2.ebuild: Fixup a slightly botched autoconf run #218936.