public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in games-util/glbsp: ChangeLog glbsp-2.20.ebuild
@ 2010-10-01  8:04 99% Alfredo Tupone (tupone)
  0 siblings, 0 replies; 1+ results
From: Alfredo Tupone (tupone) @ 2010-10-01  8:04 UTC (permalink / raw
  To: gentoo-commits

tupone      10/10/01 08:04:07

  Modified:             ChangeLog glbsp-2.20.ebuild
  Log:
  Respect LDFLAGS. Bug #337273
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.10                 games-util/glbsp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/glbsp/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/glbsp/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/glbsp/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/glbsp/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	26 Nov 2009 20:55:44 -0000	1.9
+++ ChangeLog	1 Oct 2010 08:04:07 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for games-util/glbsp
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/glbsp/ChangeLog,v 1.9 2009/11/26 20:55:44 maekke Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/glbsp/ChangeLog,v 1.10 2010/10/01 08:04:07 tupone Exp $
+
+  01 Oct 2010; Tupone Alfredo <tupone@gentoo.org> glbsp-2.20.ebuild,
+  +files/glbsp-2.20-ldflags.patch:
+  Respect LDFLAGS. Bug #337273 by flameeyes@gentoo.org
 
   26 Nov 2009; Markus Meier <maekke@gentoo.org> glbsp-2.20.ebuild:
   x86 stable, bug #294541



1.5                  games-util/glbsp/glbsp-2.20.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/glbsp/glbsp-2.20.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/glbsp/glbsp-2.20.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/glbsp/glbsp-2.20.ebuild?r1=1.4&r2=1.5

Index: glbsp-2.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/glbsp/glbsp-2.20.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- glbsp-2.20.ebuild	26 Nov 2009 20:55:44 -0000	1.4
+++ glbsp-2.20.ebuild	1 Oct 2010 08:04:07 -0000	1.5
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/glbsp/glbsp-2.20.ebuild,v 1.4 2009/11/26 20:55:44 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/glbsp/glbsp-2.20.ebuild,v 1.5 2010/10/01 08:04:07 tupone Exp $
 
-EAPI=1
+EAPI="2"
 
 inherit eutils toolchain-funcs versionator
 
@@ -18,9 +18,7 @@
 
 DEPEND="fltk? ( x11-libs/fltk:1.1 )"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	sed -i \
 		-e "/^CC=/s:=.*:=$(tc-getCC):" \
 		-e "/^CXX=/s:=.*:=$(tc-getCXX):" \
@@ -29,6 +27,7 @@
 		-e "s:-O2:${CFLAGS}:" \
 		GUI_unx.mak Plugin_unx.mak Makefile \
 		|| die "sed failed"
+	epatch "${FILESDIR}"/${P}-ldflags.patch
 }
 
 src_compile() {






^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-10-01  8:04 99% [gentoo-commits] gentoo-x86 commit in games-util/glbsp: ChangeLog glbsp-2.20.ebuild Alfredo Tupone (tupone)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox