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 1JUZNj-0007MX-Ij for garchives@archives.gentoo.org; Thu, 28 Feb 2008 03:24:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C37DE07AA; Thu, 28 Feb 2008 03:24:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BC858E07AD for ; Thu, 28 Feb 2008 03:24:25 +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 3FCE3B4C86 for ; Thu, 28 Feb 2008 03:24:25 +0000 (UTC) Received: from mr_bones_ by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JUZNg-0008GF-1i for gentoo-commits@lists.gentoo.org; Thu, 28 Feb 2008 03:24:24 +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-fps/duke3d: duke3d-20040817-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: duke3d-20040817-r2.ebuild ChangeLog X-VCS-Directories: games-fps/duke3d X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett Content-Type: text/plain; charset=utf8 Message-Id: Sender: Michael Sterrett Date: Thu, 28 Feb 2008 03:24:24 +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: c169fc94-efbe-4932-9f1d-6fcc993f604c X-Archives-Hash: a8fb3ac01c4f966853af0768004b7dcf mr_bones_ 08/02/28 03:24:24 Modified: duke3d-20040817-r2.ebuild ChangeLog Log: add patch for --as-needed support from Harald van Dijk (bug #211679) (Portage version: 2.1.4.4) Revision Changes Path 1.5 games-fps/duke3d/duke3d-20040817-r2.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/duke3d/d= uke3d-20040817-r2.ebuild?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/duke3d/d= uke3d-20040817-r2.ebuild?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/duke3d/d= uke3d-20040817-r2.ebuild?r1=3D1.4&r2=3D1.5 Index: duke3d-20040817-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/games-fps/duke3d/duke3d-20040817-r2.ebu= ild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- duke3d-20040817-r2.ebuild 4 Jan 2008 20:59:41 -0000 1.4 +++ duke3d-20040817-r2.ebuild 28 Feb 2008 03:24:23 -0000 1.5 @@ -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/games-fps/duke3d/duke3d-20040817-r2.e= build,v 1.4 2008/01/04 20:59:41 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/duke3d/duke3d-20040817-r2.e= build,v 1.5 2008/02/28 03:24:23 mr_bones_ Exp $ =20 fromcvs=3D0 ECVS_MODULE=3D"duke3d" @@ -77,11 +77,13 @@ =20 # configure duke3d cd "${S}/source" - epatch "${FILESDIR}/${PV}-credits.patch" # need to sync features with build engine - epatch "${FILESDIR}/${PV}-duke3d-makefile-opts.patch" - epatch "${FILESDIR}/${PV}-gcc34.patch" # compile fixes for GCC 3.4 - epatch "${FILESDIR}"/${P}-gcc4.patch + epatch \ + "${FILESDIR}/${PV}-credits.patch" \ + "${FILESDIR}/${PV}-duke3d-makefile-opts.patch" \ + "${FILESDIR}/${PV}-gcc34.patch" \ + "${FILESDIR}"/${P}-gcc4.patch \ + "${FILESDIR}"/${P}-as-needed.patch sed -i \ -e "/^use_opengl :=3D / s:=3D.*:=3D $(use_tf opengl):" \ -e "/^use_physfs :=3D / s:=3D.*:=3D false:" \ 1.29 games-fps/duke3d/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/duke3d/C= hangeLog?rev=3D1.29&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/duke3d/C= hangeLog?rev=3D1.29&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/duke3d/C= hangeLog?r1=3D1.28&r2=3D1.29 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-fps/duke3d/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 4 Jan 2008 20:59:41 -0000 1.28 +++ ChangeLog 28 Feb 2008 03:24:23 -0000 1.29 @@ -1,6 +1,10 @@ # ChangeLog for games-fps/duke3d # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/duke3d/ChangeLog,v 1.28 200= 8/01/04 20:59:41 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/duke3d/ChangeLog,v 1.29 200= 8/02/28 03:24:23 mr_bones_ Exp $ + + 28 Feb 2008; Michael Sterrett + +files/duke3d-20040817-as-needed.patch, duke3d-20040817-r2.ebuild: + add patch for --as-needed support from Harald van Dijk (bug #211679) =20 04 Jan 2008; Michael Sterrett duke3d-20040817-r2.ebuild: --=20 gentoo-commits@lists.gentoo.org mailing list