public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-board/biloba/
@ 2020-10-15 18:51 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2020-10-15 18:51 UTC (permalink / raw
  To: gentoo-commits

commit:     4b044a01fae1f134fbb2e45dc680936f2b1e7d0b
Author:     Alexey Sokolov <sokolov <AT> google <DOT> com>
AuthorDate: Sun Oct  4 23:43:21 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 18:51:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b044a01

games-board/biloba: drop 0.9.3-r1

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/17785
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-board/biloba/biloba-0.9.3-r1.ebuild | 51 -------------------------------
 1 file changed, 51 deletions(-)

diff --git a/games-board/biloba/biloba-0.9.3-r1.ebuild b/games-board/biloba/biloba-0.9.3-r1.ebuild
deleted file mode 100644
index d002df04458..00000000000
--- a/games-board/biloba/biloba-0.9.3-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils gnome2-utils
-
-DESCRIPTION="a board game, up to 4 players, with AI and network"
-HOMEPAGE="http://biloba.sourceforge.net/"
-SRC_URI="mirror://sourceforge/biloba/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl:0[X,video,sound]
-	media-libs/sdl-image[png]
-	media-libs/sdl-mixer"
-RDEPEND=${DEPEND}
-
-PATCHES=(
-	# X11 headers are checked but not used, everything is done through SDL
-	"${FILESDIR}"/${P}-not-windows.patch
-	"${FILESDIR}"/${P}-no-X11-dep.patch
-)
-
-src_prepare() {
-	default
-
-	# "missing" file is old, and warns about --run not being supported
-	rm -f missing
-	eautoreconf
-}
-
-src_install() {
-	default
-	newicon -s 64 biloba_icon.png ${PN}.png
-	make_desktop_entry biloba Biloba
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-board/biloba/
@ 2020-10-15 18:52 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2020-10-15 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     6e7e7cef931ab2f09a77842a92e4cd9b9819aa1d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 15 18:52:23 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 18:52:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e7e7cef

games-board/biloba: xdg-utils -> xdg

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-board/biloba/biloba-0.9.3-r2.ebuild | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/games-board/biloba/biloba-0.9.3-r2.ebuild b/games-board/biloba/biloba-0.9.3-r2.ebuild
index a79b45bdd80..cadf7ee1e24 100644
--- a/games-board/biloba/biloba-0.9.3-r2.ebuild
+++ b/games-board/biloba/biloba-0.9.3-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools desktop xdg-utils
+inherit autotools desktop xdg
 
 DESCRIPTION="a board game, up to 4 players, with AI and network"
 HOMEPAGE="http://biloba.sourceforge.net/"
@@ -38,11 +38,3 @@ src_install() {
 	newicon -s 64 biloba_icon.png ${PN}.png
 	make_desktop_entry biloba Biloba
 }
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-board/biloba/
@ 2025-04-27 22:53 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2025-04-27 22:53 UTC (permalink / raw
  To: gentoo-commits

commit:     2f8824583f3c87458d5c8733f06c5b768d060022
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Sun Apr 27 22:15:01 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 27 22:52:30 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f882458

games-board/biloba: drop 0.9.3-r2

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

 games-board/biloba/biloba-0.9.3-r2.ebuild | 40 -------------------------------
 1 file changed, 40 deletions(-)

diff --git a/games-board/biloba/biloba-0.9.3-r2.ebuild b/games-board/biloba/biloba-0.9.3-r2.ebuild
deleted file mode 100644
index dbab1019f905..000000000000
--- a/games-board/biloba/biloba-0.9.3-r2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools desktop xdg
-
-DESCRIPTION="Board game, up to 4 players, with AI and network"
-HOMEPAGE="https://biloba.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/biloba/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="media-libs/libsdl:0[X,video,sound]
-	media-libs/sdl-image[png]
-	media-libs/sdl-mixer"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-	# X11 headers are checked but not used, everything is done through SDL
-	"${FILESDIR}"/${P}-not-windows.patch
-	"${FILESDIR}"/${P}-no-X11-dep.patch
-	"${FILESDIR}/${P}-gcc-10.patch"
-)
-
-src_prepare() {
-	default
-
-	# "missing" file is old, and warns about --run not being supported
-	rm missing || die
-	eautoreconf
-}
-
-src_install() {
-	default
-	newicon -s 64 biloba_icon.png ${PN}.png
-	make_desktop_entry biloba Biloba
-}


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

end of thread, other threads:[~2025-04-27 22:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-27 22:53 [gentoo-commits] repo/gentoo:master commit in: games-board/biloba/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2020-10-15 18:52 Sam James
2020-10-15 18:51 Sam James

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