public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-sports/foobillard/
@ 2015-12-17  2:29 Michael Sterrett
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett @ 2015-12-17  2:29 UTC (permalink / raw
  To: gentoo-commits

commit:     33c3827890b9a6a8879d564dc4aeb73604eddfeb
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 17 02:29:27 2015 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 02:29:45 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33c38278

better deps and make it work with latest eselect-opengl

Package-Manager: portage-2.2.24

 games-sports/foobillard/foobillard-3.0a.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/games-sports/foobillard/foobillard-3.0a.ebuild b/games-sports/foobillard/foobillard-3.0a.ebuild
index babc1d8..360aa07 100644
--- a/games-sports/foobillard/foobillard-3.0a.ebuild
+++ b/games-sports/foobillard/foobillard-3.0a.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-inherit eutils autotools games
+inherit eutils flag-o-matic autotools toolchain-funcs games
 
 DESCRIPTION="8ball, 9ball, snooker and carambol game"
 HOMEPAGE="http://foobillard.sourceforge.net/"
@@ -19,10 +19,10 @@ DEPEND="x11-libs/libXaw
 	virtual/opengl
 	virtual/glu
 	>=media-libs/freetype-2.0.9
-	media-libs/libpng
-	sdl? ( media-libs/libsdl )
+	media-libs/libpng:0
+	sdl? ( media-libs/libsdl[video] )
 	!sdl? ( media-libs/freeglut )"
-RDEPEND="${DEPEND}"
+RDEPEND=${DEPEND}
 
 src_prepare() {
 	epatch \
@@ -37,6 +37,7 @@ src_prepare() {
 }
 
 src_configure() {
+	use video_cards_nvidia && append-ldflags -L/usr/$(get_libdir)/opengl/nvidia/lib
 	egamesconf \
 		--enable-sound \
 		$(use_enable sdl SDL) \


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

* [gentoo-commits] repo/gentoo:master commit in: games-sports/foobillard/
@ 2018-05-01 19:37 Pacho Ramos
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2018-05-01 19:37 UTC (permalink / raw
  To: gentoo-commits

commit:     2d7761796ac1294dbbb052ed86c0162d156950c6
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue May  1 18:39:07 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue May  1 19:35:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d776179

games-sports/foobillard: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-sports/foobillard/foobillard-3.0a.ebuild | 53 --------------------------
 1 file changed, 53 deletions(-)

diff --git a/games-sports/foobillard/foobillard-3.0a.ebuild b/games-sports/foobillard/foobillard-3.0a.ebuild
deleted file mode 100644
index e68d118c802..00000000000
--- a/games-sports/foobillard/foobillard-3.0a.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils flag-o-matic autotools toolchain-funcs games
-
-DESCRIPTION="8ball, 9ball, snooker and carambol game"
-HOMEPAGE="http://foobillard.sourceforge.net/"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE="sdl video_cards_nvidia"
-
-DEPEND="x11-libs/libXaw
-	x11-libs/libXi
-	virtual/opengl
-	virtual/glu
-	>=media-libs/freetype-2.0.9
-	media-libs/libpng:0
-	sdl? ( media-libs/libsdl[video] )
-	!sdl? ( media-libs/freeglut )"
-RDEPEND=${DEPEND}
-
-src_prepare() {
-	epatch \
-		"${FILESDIR}"/${P}-no_nvidia.patch \
-		"${FILESDIR}"/${P}-fbsd.patch \
-		"${FILESDIR}"/${P}-as-needed.patch \
-		"${FILESDIR}"/${P}-gl-clamp.patch
-	mv configure.{in,ac}
-	rm aclocal.m4
-
-	eautoreconf
-}
-
-src_configure() {
-	use video_cards_nvidia && append-ldflags -L/usr/$(get_libdir)/opengl/nvidia/lib
-	egamesconf \
-		--enable-sound \
-		$(use_enable sdl SDL) \
-		$(use_enable !sdl glut) \
-		$(use_enable video_cards_nvidia nvidia)
-}
-
-src_install() {
-	default
-	doman foobillard.6
-	newicon data/full_symbol.png foobillard.png
-	make_desktop_entry foobillard Foobillard
-	prepgamesdirs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-sports/foobillard/
@ 2019-10-11 15:36 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2019-10-11 15:36 UTC (permalink / raw
  To: gentoo-commits

commit:     d23cc9977be5576fca05d2c91e9ff4664896d3f5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 11 15:35:36 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 11 15:35:36 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d23cc997

games-sports: Remove *-fbsd KEYWORDS

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 games-sports/foobillard/foobillard-3.0a-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-sports/foobillard/foobillard-3.0a-r1.ebuild b/games-sports/foobillard/foobillard-3.0a-r1.ebuild
index 4847f1d1ffc..c615300c947 100644
--- a/games-sports/foobillard/foobillard-3.0a-r1.ebuild
+++ b/games-sports/foobillard/foobillard-3.0a-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~x86"
 IUSE="sdl video_cards_nvidia"
 
 RDEPEND="x11-libs/libXaw


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

* [gentoo-commits] repo/gentoo:master commit in: games-sports/foobillard/
@ 2024-03-12  2:25 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2024-03-12  2:25 UTC (permalink / raw
  To: gentoo-commits

commit:     8b035ee2a03df85e58a5b61d318ecd99bde83e89
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Tue Mar 12 01:45:36 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 12 02:24:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b035ee2

games-sports/foobillard: mark as LTO-unsafe

Closes: https://bugs.gentoo.org/859235
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-sports/foobillard/foobillard-3.0a-r1.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/games-sports/foobillard/foobillard-3.0a-r1.ebuild b/games-sports/foobillard/foobillard-3.0a-r1.ebuild
index ad8a7bd2411d..3cb4c991c6c5 100644
--- a/games-sports/foobillard/foobillard-3.0a-r1.ebuild
+++ b/games-sports/foobillard/foobillard-3.0a-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -46,6 +46,12 @@ src_prepare() {
 }
 
 src_configure() {
+	# -Werror=lto-type-mismatch
+	# https://bugs.gentoo.org/859235
+	#
+	# Upstream is sourceforge, and dead since 2010. Not reported upstream.
+	filter-lto
+
 	use video_cards_nvidia && append-ldflags -L/usr/$(get_libdir)/opengl/nvidia/lib
 	econf \
 		--enable-sound \


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

* [gentoo-commits] repo/gentoo:master commit in: games-sports/foobillard/
@ 2025-02-09  1:39 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2025-02-09  1:39 UTC (permalink / raw
  To: gentoo-commits

commit:     1d0b19da54882ae9402edea10b728c955a93b690
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Sat Feb  8 17:00:06 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 01:38:48 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d0b19da

games-sports/foobillard: drop 3.0a-r1

Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/40489
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-sports/foobillard/foobillard-3.0a-r1.ebuild | 68 -----------------------
 1 file changed, 68 deletions(-)

diff --git a/games-sports/foobillard/foobillard-3.0a-r1.ebuild b/games-sports/foobillard/foobillard-3.0a-r1.ebuild
deleted file mode 100644
index 3cb4c991c6c5..000000000000
--- a/games-sports/foobillard/foobillard-3.0a-r1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools desktop flag-o-matic toolchain-funcs
-
-DESCRIPTION="8ball, 9ball, snooker and carambol game"
-HOMEPAGE="https://foobillard.sourceforge.net/"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="sdl video_cards_nvidia"
-
-RDEPEND="x11-libs/libXaw
-	x11-libs/libXi
-	virtual/opengl
-	virtual/glu
-	>=media-libs/freetype-2.0.9:2
-	media-libs/libpng:0=
-	sdl? ( media-libs/libsdl[video] )
-	!sdl? ( media-libs/freeglut )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-no_nvidia.patch
-	"${FILESDIR}"/${P}-freetype_pkgconfig.patch
-	"${FILESDIR}"/${P}-fbsd.patch
-	"${FILESDIR}"/${P}-as-needed.patch
-	"${FILESDIR}"/${P}-gl-clamp.patch
-)
-
-src_prepare() {
-	default
-
-	mv configure.{in,ac} || die
-	rm aclocal.m4
-
-	tc-export PKG_CONFIG
-
-	eautoreconf
-}
-
-src_configure() {
-	# -Werror=lto-type-mismatch
-	# https://bugs.gentoo.org/859235
-	#
-	# Upstream is sourceforge, and dead since 2010. Not reported upstream.
-	filter-lto
-
-	use video_cards_nvidia && append-ldflags -L/usr/$(get_libdir)/opengl/nvidia/lib
-	econf \
-		--enable-sound \
-		$(use_enable sdl SDL) \
-		$(use_enable !sdl glut) \
-		$(use_enable video_cards_nvidia nvidia)
-}
-
-src_install() {
-	default
-	doman foobillard.6
-	newicon data/full_symbol.png foobillard.png
-	make_desktop_entry foobillard Foobillard
-}


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

end of thread, other threads:[~2025-02-09  1:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-11 15:36 [gentoo-commits] repo/gentoo:master commit in: games-sports/foobillard/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2025-02-09  1:39 Sam James
2024-03-12  2:25 Sam James
2018-05-01 19:37 Pacho Ramos
2015-12-17  2:29 Michael Sterrett

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