public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-sports/foobillard: ChangeLog foobillard-3.0a.ebuild
@ 2010-03-08 22:17 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-03-08 22:17 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/03/08 22:17:35

  Modified:             ChangeLog foobillard-3.0a.ebuild
  Log:
  EAPI=2; update HOMEPAGE and SRC_URI (bug #308425)
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.16                 games-sports/foobillard/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/foobillard/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/foobillard/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/foobillard/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/foobillard/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	7 Dec 2008 11:28:02 -0000	1.15
+++ ChangeLog	8 Mar 2010 22:17:34 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for games-sports/foobillard
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/ChangeLog,v 1.15 2008/12/07 11:28:02 mr_bones_ Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/ChangeLog,v 1.16 2010/03/08 22:17:34 mr_bones_ Exp $
+
+  08 Mar 2010; Michael Sterrett <mr_bones_@gentoo.org>
+  foobillard-3.0a.ebuild:
+  EAPI=2; update HOMEPAGE and SRC_URI (bug #308425)
 
   07 Dec 2008; Michael Sterrett <mr_bones_@gentoo.org>
   +files/foobillard-3.0a-as-needed.patch, foobillard-3.0a.ebuild:



1.13                 games-sports/foobillard/foobillard-3.0a.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild?r1=1.12&r2=1.13

Index: foobillard-3.0a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- foobillard-3.0a.ebuild	7 Dec 2008 11:28:02 -0000	1.12
+++ foobillard-3.0a.ebuild	8 Mar 2010 22:17:34 -0000	1.13
@@ -1,12 +1,13 @@
-# 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-sports/foobillard/foobillard-3.0a.ebuild,v 1.12 2008/12/07 11:28:02 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild,v 1.13 2010/03/08 22:17:34 mr_bones_ Exp $
 
+EAPI=2
 inherit eutils autotools games
 
 DESCRIPTION="8ball, 9ball, snooker and carambol game"
-HOMEPAGE="http://foobillard.sunsite.dk/"
-SRC_URI="http://foobillard.sunsite.dk/dnl/${P}.tar.gz"
+HOMEPAGE="http://foobillard.sourceforge.net/"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -24,9 +25,7 @@
 DEPEND="${RDEPEND}
 	app-admin/eselect-opengl"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	epatch \
 		"${FILESDIR}"/${P}-no_nvidia.patch \
 		"${FILESDIR}"/${P}-fbsd.patch \
@@ -35,7 +34,7 @@
 	eautoreconf
 }
 
-src_compile() {
+src_configure() {
 	local myconf
 	[[ "$(eselect opengl show)" == 'nvidia' ]] \
 		&& myconf='--enable-nvidia=yes' \
@@ -45,9 +44,7 @@
 		--enable-sound \
 		$(use_enable sdl SDL) \
 		$(use_enable !sdl glut) \
-		${myconf} \
-		|| die
-	emake || die "emake failed"
+		${myconf}
 }
 
 src_install() {






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

* [gentoo-commits] gentoo-x86 commit in games-sports/foobillard: ChangeLog foobillard-3.0a.ebuild
@ 2010-09-16 17:02 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 5+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2010-09-16 17:02 UTC (permalink / raw
  To: gentoo-commits

scarabeus    10/09/16 17:02:08

  Modified:             ChangeLog foobillard-3.0a.ebuild
  Log:
  virtual/glut -> media-libs/glut
  
  (Portage version: 2.2_rc83/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 games-sports/foobillard/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/foobillard/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	8 Mar 2010 22:17:34 -0000	1.16
+++ ChangeLog	16 Sep 2010 17:02:08 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for games-sports/foobillard
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/ChangeLog,v 1.16 2010/03/08 22:17:34 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/ChangeLog,v 1.17 2010/09/16 17:02:08 scarabeus Exp $
+
+  16 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+  foobillard-3.0a.ebuild:
+  virtual/glut -> media-libs/glut
 
   08 Mar 2010; Michael Sterrett <mr_bones_@gentoo.org>
   foobillard-3.0a.ebuild:



1.14                 games-sports/foobillard/foobillard-3.0a.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild?r1=1.13&r2=1.14

Index: foobillard-3.0a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- foobillard-3.0a.ebuild	8 Mar 2010 22:17:34 -0000	1.13
+++ foobillard-3.0a.ebuild	16 Sep 2010 17:02:08 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild,v 1.13 2010/03/08 22:17:34 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild,v 1.14 2010/09/16 17:02:08 scarabeus Exp $
 
 EAPI=2
 inherit eutils autotools games
@@ -21,7 +21,7 @@
 	>=media-libs/freetype-2.0.9
 	media-libs/libpng
 	sdl? ( media-libs/libsdl )
-	!sdl? ( virtual/glut )"
+	!sdl? ( media-libs/freeglut )"
 DEPEND="${RDEPEND}
 	app-admin/eselect-opengl"
 






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

* [gentoo-commits] gentoo-x86 commit in games-sports/foobillard: ChangeLog foobillard-3.0a.ebuild
@ 2011-02-21 20:28 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2011-02-21 20:28 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    11/02/21 20:28:58

  Modified:             ChangeLog foobillard-3.0a.ebuild
  Log:
  work around issues with some drivers related to GL_CLAMP (bug #355821) - patch submitted by Alan Swanson
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.18                 games-sports/foobillard/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/foobillard/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	16 Sep 2010 17:02:08 -0000	1.17
+++ ChangeLog	21 Feb 2011 20:28:58 -0000	1.18
@@ -1,6 +1,11 @@
 # ChangeLog for games-sports/foobillard
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/ChangeLog,v 1.17 2010/09/16 17:02:08 scarabeus Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/ChangeLog,v 1.18 2011/02/21 20:28:58 mr_bones_ Exp $
+
+  21 Feb 2011; Michael Sterrett <mr_bones_@gentoo.org>
+  foobillard-3.0a.ebuild, +files/foobillard-3.0a-gl-clamp.patch:
+  work around issues with some drivers related to GL_CLAMP (bug #355821)
+  - patch submitted by Alan Swanson
 
   16 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org>
   foobillard-3.0a.ebuild:



1.15                 games-sports/foobillard/foobillard-3.0a.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild?r1=1.14&r2=1.15

Index: foobillard-3.0a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- foobillard-3.0a.ebuild	16 Sep 2010 17:02:08 -0000	1.14
+++ foobillard-3.0a.ebuild	21 Feb 2011 20:28:58 -0000	1.15
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild,v 1.14 2010/09/16 17:02:08 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild,v 1.15 2011/02/21 20:28:58 mr_bones_ Exp $
 
 EAPI=2
 inherit eutils autotools games
@@ -29,7 +29,8 @@
 	epatch \
 		"${FILESDIR}"/${P}-no_nvidia.patch \
 		"${FILESDIR}"/${P}-fbsd.patch \
-		"${FILESDIR}"/${P}-as-needed.patch
+		"${FILESDIR}"/${P}-as-needed.patch \
+		"${FILESDIR}"/${P}-gl-clamp.patch
 
 	eautoreconf
 }






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

* [gentoo-commits] gentoo-x86 commit in games-sports/foobillard: ChangeLog foobillard-3.0a.ebuild
@ 2011-10-13  8:00 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone (tupone) @ 2011-10-13  8:00 UTC (permalink / raw
  To: gentoo-commits

tupone      11/10/13 08:00:07

  Modified:             ChangeLog foobillard-3.0a.ebuild
  Log:
  No more rely on build-time opengl choice. Bug #377295
  
  (Portage version: 2.1.10.26/cvs/Linux i686)

Revision  Changes    Path
1.19                 games-sports/foobillard/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/foobillard/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	21 Feb 2011 20:28:58 -0000	1.18
+++ ChangeLog	13 Oct 2011 08:00:07 -0000	1.19
@@ -1,13 +1,16 @@
 # ChangeLog for games-sports/foobillard
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/ChangeLog,v 1.18 2011/02/21 20:28:58 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/ChangeLog,v 1.19 2011/10/13 08:00:07 tupone Exp $
+
+  13 Oct 2011; Tupone Alfredo <tupone@gentoo.org> foobillard-3.0a.ebuild:
+  No more rely on build-time opengl choice. Bug #377295 by Michał Górny
 
   21 Feb 2011; Michael Sterrett <mr_bones_@gentoo.org>
   foobillard-3.0a.ebuild, +files/foobillard-3.0a-gl-clamp.patch:
   work around issues with some drivers related to GL_CLAMP (bug #355821)
   - patch submitted by Alan Swanson
 
-  16 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+  16 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org>
   foobillard-3.0a.ebuild:
   virtual/glut -> media-libs/glut
 
@@ -22,15 +25,15 @@
   24 Feb 2007; Tristan Heaven <nyhm@gentoo.org> foobillard-3.0a.ebuild:
   Fix dependencies, bug #168179
 
-  12 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> foobillard-3.0a.ebuild:
+  12 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> foobillard-3.0a.ebuild:
   Force latest versions of autotools.
 
-  02 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> foobillard-3.0a.ebuild:
+  02 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> foobillard-3.0a.ebuild:
   Add ~x86-fbsd keyword.
 
   01 Oct 2006; Michael Sterrett <mr_bones_@gentoo.org>
   +files/foobillard-3.0a-fbsd.patch, foobillard-3.0a.ebuild:
-  fixup nvidia detection and add fbsd support - patch from Diego Pettenò (bug
+  fixup nvidia detection and add fbsd support - patch from Diego Pettenò (bug
   #149718)
 
   29 Jan 2006; Joshua Baergen <joshuabaergen@gentoo.org>
@@ -85,7 +88,7 @@
 
 *foobillard-1.5 (21 Jun 2002)
 
-  17 jul 2002; Jose Alberto Suárez López <bass@gentoo.org> foobillard-1.5.ebuild :
+  17 jul 2002; Jose Alberto Suárez López <bass@gentoo.org> foobillard-1.5.ebuild :
   Added KEYWORDS, SLOT.
 
   21 Jun 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog :



1.16                 games-sports/foobillard/foobillard-3.0a.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild?r1=1.15&r2=1.16

Index: foobillard-3.0a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- foobillard-3.0a.ebuild	21 Feb 2011 20:28:58 -0000	1.15
+++ foobillard-3.0a.ebuild	13 Oct 2011 08:00:07 -0000	1.16
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild,v 1.15 2011/02/21 20:28:58 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild,v 1.16 2011/10/13 08:00:07 tupone Exp $
 
 EAPI=2
 inherit eutils autotools games
@@ -12,7 +12,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86 ~x86-fbsd"
-IUSE="sdl"
+IUSE="sdl video_cards_nvidia"
 
 RDEPEND="x11-libs/libXaw
 	x11-libs/libXi
@@ -22,8 +22,7 @@
 	media-libs/libpng
 	sdl? ( media-libs/libsdl )
 	!sdl? ( media-libs/freeglut )"
-DEPEND="${RDEPEND}
-	app-admin/eselect-opengl"
+DEPEND="${RDEPEND}"
 
 src_prepare() {
 	epatch \
@@ -36,16 +35,11 @@
 }
 
 src_configure() {
-	local myconf
-	[[ "$(eselect opengl show)" == 'nvidia' ]] \
-		&& myconf='--enable-nvidia=yes' \
-		|| myconf='--enable-nvidia=no'
-
 	egamesconf \
 		--enable-sound \
 		$(use_enable sdl SDL) \
 		$(use_enable !sdl glut) \
-		${myconf}
+		$(use_enable video_cards_nvidia nvidia)
 }
 
 src_install() {






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

* [gentoo-commits] gentoo-x86 commit in games-sports/foobillard: ChangeLog foobillard-3.0a.ebuild
@ 2015-03-08 19:24 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 5+ messages in thread
From: Alfredo Tupone (tupone) @ 2015-03-08 19:24 UTC (permalink / raw
  To: gentoo-commits

tupone      15/03/08 19:24:26

  Modified:             ChangeLog foobillard-3.0a.ebuild
  Log:
  EAPI 5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)

Revision  Changes    Path
1.21                 games-sports/foobillard/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/foobillard/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	15 Oct 2011 08:10:46 -0000	1.20
+++ ChangeLog	8 Mar 2015 19:24:26 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for games-sports/foobillard
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/ChangeLog,v 1.20 2011/10/15 08:10:46 tove Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/ChangeLog,v 1.21 2015/03/08 19:24:26 tupone Exp $
+
+  08 Mar 2015; Tupone Alfredo <tupone@gentoo.org> foobillard-3.0a.ebuild:
+  EAPI 5
 
   13 Oct 2011; Tupone Alfredo <tupone@gentoo.org> foobillard-3.0a.ebuild:
   No more rely on build-time opengl choice. Bug #377295 by Michał Górny



1.18                 games-sports/foobillard/foobillard-3.0a.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild?r1=1.17&r2=1.18

Index: foobillard-3.0a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- foobillard-3.0a.ebuild	13 Oct 2011 14:45:07 -0000	1.17
+++ foobillard-3.0a.ebuild	8 Mar 2015 19:24:26 -0000	1.18
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild,v 1.17 2011/10/13 14:45:07 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild,v 1.18 2015/03/08 19:24:26 tupone Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils autotools games
 
 DESCRIPTION="8ball, 9ball, snooker and carambol game"
@@ -22,6 +22,7 @@
 	media-libs/libpng
 	sdl? ( media-libs/libsdl )
 	!sdl? ( media-libs/freeglut )"
+RDEPEND="${DEPEND}"
 
 src_prepare() {
 	epatch \
@@ -29,6 +30,8 @@
 		"${FILESDIR}"/${P}-fbsd.patch \
 		"${FILESDIR}"/${P}-as-needed.patch \
 		"${FILESDIR}"/${P}-gl-clamp.patch
+	mv configure.{in,ac}
+	rm aclocal.m4
 
 	eautoreconf
 }
@@ -42,8 +45,7 @@
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
-	dodoc AUTHORS ChangeLog README README.FONTS
+	default
 	doman foobillard.6
 	newicon data/full_symbol.png foobillard.png
 	make_desktop_entry foobillard Foobillard





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

end of thread, other threads:[~2015-03-08 19:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-08 19:24 [gentoo-commits] gentoo-x86 commit in games-sports/foobillard: ChangeLog foobillard-3.0a.ebuild Alfredo Tupone (tupone)
  -- strict thread matches above, loose matches on Subject: below --
2011-10-13  8:00 Alfredo Tupone (tupone)
2011-02-21 20:28 Michael Sterrett (mr_bones_)
2010-09-16 17:02 Tomas Chvatal (scarabeus)
2010-03-08 22:17 Michael Sterrett (mr_bones_)

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