public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-util/glbsp: ChangeLog glbsp-2.20.ebuild
@ 2008-11-14 18:48 Santiago M. Mola (coldwind)
  0 siblings, 0 replies; 3+ messages in thread
From: Santiago M. Mola (coldwind) @ 2008-11-14 18:48 UTC (permalink / raw
  To: gentoo-commits

coldwind    08/11/14 18:48:23

  Modified:             ChangeLog glbsp-2.20.ebuild
  Log:
  Restrict fltk dependency to SLOT 1.1 (bug #246445).
  (Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64)

Revision  Changes    Path
1.8                  games-util/glbsp/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/glbsp/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/glbsp/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/glbsp/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/glbsp/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	29 Feb 2008 19:51:49 -0000	1.7
+++ ChangeLog	14 Nov 2008 18:48:23 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for games-util/glbsp
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/glbsp/ChangeLog,v 1.7 2008/02/29 19:51:49 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/glbsp/ChangeLog,v 1.8 2008/11/14 18:48:23 coldwind Exp $
+
+  14 Nov 2008; Santiago M. Mola <coldwind@gentoo.org> glbsp-2.20.ebuild:
+  Restrict fltk dependency to SLOT 1.1 (bug #246445).
 
   29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> glbsp-2.20.ebuild:
   Remove icon extension from desktop entry to match Icon Theme Specification.



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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/glbsp/glbsp-2.20.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/glbsp/glbsp-2.20.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/glbsp/glbsp-2.20.ebuild?r1=1.2&r2=1.3

Index: glbsp-2.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/glbsp/glbsp-2.20.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- glbsp-2.20.ebuild	29 Feb 2008 19:51:49 -0000	1.2
+++ glbsp-2.20.ebuild	14 Nov 2008 18:48:23 -0000	1.3
@@ -1,6 +1,8 @@
 # Copyright 1999-2008 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.2 2008/02/29 19:51:49 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/glbsp/glbsp-2.20.ebuild,v 1.3 2008/11/14 18:48:23 coldwind Exp $
+
+EAPI=1
 
 inherit eutils toolchain-funcs versionator
 
@@ -14,7 +16,7 @@
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="fltk"
 
-DEPEND="fltk? ( x11-libs/fltk )"
+DEPEND="fltk? ( x11-libs/fltk:1.1 )"
 
 src_unpack() {
 	unpack ${A}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-util/glbsp: ChangeLog glbsp-2.20.ebuild
@ 2009-11-26 20:55 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2009-11-26 20:55 UTC (permalink / raw
  To: gentoo-commits

maekke      09/11/26 20:55:44

  Modified:             ChangeLog glbsp-2.20.ebuild
  Log:
  x86 stable, bug #294541
  (Portage version: 2.2_rc52/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  games-util/glbsp/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/glbsp/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	14 Nov 2008 18:48:23 -0000	1.8
+++ ChangeLog	26 Nov 2009 20:55:44 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for games-util/glbsp
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/glbsp/ChangeLog,v 1.8 2008/11/14 18:48:23 coldwind Exp $
+# 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 $
+
+  26 Nov 2009; Markus Meier <maekke@gentoo.org> glbsp-2.20.ebuild:
+  x86 stable, bug #294541
 
   14 Nov 2008; Santiago M. Mola <coldwind@gentoo.org> glbsp-2.20.ebuild:
   Restrict fltk dependency to SLOT 1.1 (bug #246445).



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

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

Index: glbsp-2.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-util/glbsp/glbsp-2.20.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- glbsp-2.20.ebuild	14 Nov 2008 18:48:23 -0000	1.3
+++ glbsp-2.20.ebuild	26 Nov 2009 20:55:44 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 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.3 2008/11/14 18:48:23 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/glbsp/glbsp-2.20.ebuild,v 1.4 2009/11/26 20:55:44 maekke Exp $
 
 EAPI=1
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="fltk"
 
 DEPEND="fltk? ( x11-libs/fltk:1.1 )"






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-util/glbsp: ChangeLog glbsp-2.20.ebuild
@ 2010-10-01  8:04 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 3+ messages in thread
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	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-10-01  8:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-01  8:04 [gentoo-commits] gentoo-x86 commit in games-util/glbsp: ChangeLog glbsp-2.20.ebuild Alfredo Tupone (tupone)
  -- strict thread matches above, loose matches on Subject: below --
2009-11-26 20:55 Markus Meier (maekke)
2008-11-14 18:48 Santiago M. Mola (coldwind)

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