public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-action/clanbomber/
@ 2017-01-24 21:36 Austin English
  0 siblings, 0 replies; 5+ messages in thread
From: Austin English @ 2017-01-24 21:36 UTC (permalink / raw
  To: gentoo-commits

commit:     c8567c83ea610f79ea7d149e190f20f43c2a135d
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 21:36:04 2017 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 21:36:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8567c83

games-action/clanbomber: fix one more games eclass remnant

Package-Manager: Portage-2.3.2, Repoman-2.3.1

 games-action/clanbomber/clanbomber-2.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-action/clanbomber/clanbomber-2.1.1-r1.ebuild b/games-action/clanbomber/clanbomber-2.1.1-r1.ebuild
index 9779ef7..f973398 100644
--- a/games-action/clanbomber/clanbomber-2.1.1-r1.ebuild
+++ b/games-action/clanbomber/clanbomber-2.1.1-r1.ebuild
@@ -42,7 +42,7 @@ src_install() {
 	default
 	newicon src/pics/cup2.png ${PN}.png
 	make_desktop_entry ${PN}2 ClanBomber2
-	rm -f "${D}${GAMES_DATADIR}"/${PN}/fonts/DejaVuSans-Bold.ttf
+	rm -f "${D}/usr/share/${PN}/fonts/DejaVuSans-Bold.ttf" || die
 	dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf \
 		/usr/share/${PN}/fonts/DejaVuSans-Bold.ttf
 }


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

* [gentoo-commits] repo/gentoo:master commit in: games-action/clanbomber/
@ 2017-10-01 14:13 Michael Palimaka
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2017-10-01 14:13 UTC (permalink / raw
  To: gentoo-commits

commit:     5c74755881910b5270ae1f28a739bbdffb879f4b
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  1 14:12:41 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Oct  1 14:12:55 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c747558

games-action/clanbomber: remove 2.1.1

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 games-action/clanbomber/clanbomber-2.1.1.ebuild | 44 -------------------------
 1 file changed, 44 deletions(-)

diff --git a/games-action/clanbomber/clanbomber-2.1.1.ebuild b/games-action/clanbomber/clanbomber-2.1.1.ebuild
deleted file mode 100644
index bbcccdc2e80..00000000000
--- a/games-action/clanbomber/clanbomber-2.1.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils games
-
-DESCRIPTION="Bomberman-like multiplayer game"
-HOMEPAGE="https://savannah.nongnu.org/projects/clanbomber/"
-SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.lzma"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="media-libs/libsdl[sound,joystick,video]
-	media-libs/sdl-image[png]
-	media-libs/sdl-mixer
-	media-libs/sdl-ttf
-	media-libs/sdl-gfx
-	dev-libs/boost
-	media-fonts/dejavu"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog ChangeLog.hg IDEAS NEWS QUOTES README TODO )
-
-src_prepare() {
-	sed -i -e 's/menuentry//' src/Makefile.am || die
-	epatch \
-		"${FILESDIR}"/${P}-automake112.patch \
-		"${FILESDIR}"/${P}-boost150.patch
-	eautoreconf
-}
-
-src_install() {
-	default
-	newicon src/pics/cup2.png ${PN}.png
-	make_desktop_entry ${PN}2 ClanBomber2
-	rm -f "${D}${GAMES_DATADIR}"/${PN}/fonts/DejaVuSans-Bold.ttf
-	dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf \
-		"${GAMES_DATADIR}"/${PN}/fonts/DejaVuSans-Bold.ttf
-	prepgamesdirs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-action/clanbomber/
@ 2017-10-01 14:13 Michael Palimaka
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2017-10-01 14:13 UTC (permalink / raw
  To: gentoo-commits

commit:     ac5b4756638e994e601af502afeddf8c67c2ddc5
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  1 12:37:53 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Oct  1 14:12:55 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac5b4756

games-action/clanbomber: stabilise 2.1.1-r1 for amd64/x86

Closes: https://bugs.gentoo.org/632540
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 games-action/clanbomber/clanbomber-2.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-action/clanbomber/clanbomber-2.1.1-r1.ebuild b/games-action/clanbomber/clanbomber-2.1.1-r1.ebuild
index b6f4ba83831..543c71912fa 100644
--- a/games-action/clanbomber/clanbomber-2.1.1-r1.ebuild
+++ b/games-action/clanbomber/clanbomber-2.1.1-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.lzma"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: games-action/clanbomber/
@ 2021-01-14 14:35 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-01-14 14:35 UTC (permalink / raw
  To: gentoo-commits

commit:     a3f975f9e8d12ee52aea1233491d4255739d171e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 14 14:35:16 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 14 14:35:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3f975f9

games-action/clanbomber: bump to 2.2.0

Closes: https://bugs.gentoo.org/677624
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-action/clanbomber/Manifest                |  1 +
 games-action/clanbomber/clanbomber-2.2.0.ebuild | 44 +++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/games-action/clanbomber/Manifest b/games-action/clanbomber/Manifest
index d303fa2b472..9a49655f9a0 100644
--- a/games-action/clanbomber/Manifest
+++ b/games-action/clanbomber/Manifest
@@ -1 +1,2 @@
 DIST clanbomber-2.1.1.tar.lzma 2070392 BLAKE2B ba6e183a5469a30949a4441f9f40df8f87271c741110ddcc17f584f0f59564a041e5b74214b53ccddbae7df46ffc573a866e1089db0a782e7c73dda1c2d4ac6f SHA512 b2d634c20d60cd7c080263a8ebea931bd623342c32380494c0076441021719135ca7861e0467e0c71cd46bb4ed85d3ce364dbfa2c8399eaf058f62f294a21c32
+DIST clanbomber-2.2.0.tar.xz 2118672 BLAKE2B fd384d01552231fb3d823b07a1248c6ca0d1c5bb5f7f8d7dae3a71387d457d789c2dfabb69817233fac95699b9bd96e52846e736de8c55735bb67be7edb5b158 SHA512 307921d118286dcfd29ce96e0a35dfdc389dae6bd71a7dfd088311f611a75b167c1018542b5dc59c26bfb808a985011f6691c297cc8dd472da0fe5e005a401d5

diff --git a/games-action/clanbomber/clanbomber-2.2.0.ebuild b/games-action/clanbomber/clanbomber-2.2.0.ebuild
new file mode 100644
index 00000000000..4458ddf6495
--- /dev/null
+++ b/games-action/clanbomber/clanbomber-2.2.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Bomberman-like multiplayer game"
+HOMEPAGE="https://savannah.nongnu.org/projects/clanbomber/"
+SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="virtual/pkgconfig"
+RDEPEND="
+	dev-libs/boost:=
+	media-fonts/dejavu
+	media-libs/libsdl[sound,joystick,video]
+	media-libs/sdl-gfx
+	media-libs/sdl-image[png]
+	media-libs/sdl-mixer
+	media-libs/sdl-ttf"
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS ChangeLog ChangeLog.hg IDEAS NEWS QUOTES README TODO )
+
+src_prepare() {
+	default
+	sed -i -e 's/menuentry//' src/Makefile.am || die
+	eautoreconf
+}
+
+src_install() {
+	default
+
+	newicon src/pics/cup2.png ${PN}.png
+	make_desktop_entry ${PN}2 ClanBomber2
+
+	rm "${ED}/usr/share/${PN}/fonts/DejaVuSans-Bold.ttf" || die
+	dosym ../../fonts/dejavu/DejaVuSans-Bold.ttf \
+		/usr/share/${PN}/fonts/DejaVuSans-Bold.ttf
+}


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

* [gentoo-commits] repo/gentoo:master commit in: games-action/clanbomber/
@ 2021-03-11  7:29 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-03-11  7:29 UTC (permalink / raw
  To: gentoo-commits

commit:     3f80d64670e9c5344adb82efead392e29b90d18f
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Mar 10 08:48:37 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 11 07:29:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f80d646

games-action/clanbomber: fix desktop inherit, LICENSE

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://bugs.gentoo.org/768327
Closes: https://github.com/gentoo/gentoo/pull/19861
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-action/clanbomber/clanbomber-2.2.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-action/clanbomber/clanbomber-2.2.0.ebuild b/games-action/clanbomber/clanbomber-2.2.0.ebuild
index 4458ddf6495..71f15a7e73a 100644
--- a/games-action/clanbomber/clanbomber-2.2.0.ebuild
+++ b/games-action/clanbomber/clanbomber-2.2.0.ebuild
@@ -3,13 +3,13 @@
 
 EAPI=7
 
-inherit autotools
+inherit autotools desktop
 
 DESCRIPTION="Bomberman-like multiplayer game"
 HOMEPAGE="https://savannah.nongnu.org/projects/clanbomber/"
-SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.xz"
+SRC_URI="https://download.savannah.gnu.org/releases/${PN}/${P}.tar.xz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 


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

end of thread, other threads:[~2021-03-11  7:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-01 14:13 [gentoo-commits] repo/gentoo:master commit in: games-action/clanbomber/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2021-03-11  7:29 Sam James
2021-01-14 14:35 Sam James
2017-10-01 14:13 Michael Palimaka
2017-01-24 21:36 Austin English

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