public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-action/bomberclone/, games-action/bomberclone/files/
@ 2015-09-18 16:52 Alfredo Tupone
  0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone @ 2015-09-18 16:52 UTC (permalink / raw
  To: gentoo-commits

commit:     0cbcd2f9038934d09fe6728be64695083eb679f1
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 17 20:16:38 2015 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 16:51:54 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cbcd2f9

games-action/bomberclone: Build with gcc:5.2

Package-Manager: portage-2.2.20.1

 games-action/bomberclone/bomberclone-0.11.8.ebuild            |  5 +++--
 games-action/bomberclone/files/bomberclone-0.11.8-gcc52.patch | 11 +++++++++++
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/games-action/bomberclone/bomberclone-0.11.8.ebuild b/games-action/bomberclone/bomberclone-0.11.8.ebuild
index 155c9d2..82e3062 100644
--- a/games-action/bomberclone/bomberclone-0.11.8.ebuild
+++ b/games-action/bomberclone/bomberclone-0.11.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -22,7 +22,8 @@ RDEPEND="${DEPEND}"
 
 src_prepare() {
 	ecvs_clean
-	epatch "${FILESDIR}"/${P}-underlink.patch
+	epatch "${FILESDIR}"/${P}-underlink.patch \
+		"${FILESDIR}"/${P}-gcc52.patch
 	eautoreconf
 }
 

diff --git a/games-action/bomberclone/files/bomberclone-0.11.8-gcc52.patch b/games-action/bomberclone/files/bomberclone-0.11.8-gcc52.patch
new file mode 100644
index 0000000..51fdaee
--- /dev/null
+++ b/games-action/bomberclone/files/bomberclone-0.11.8-gcc52.patch
@@ -0,0 +1,11 @@
+--- src/single.c.old	2015-09-17 09:21:57.826930680 +0200
++++ src/single.c	2015-09-17 09:22:04.315824372 +0200
+@@ -476,7 +476,7 @@
+ };
+ 
+ 
+-inline int
++static inline int
+ ai_checknewpos (_point pos, int d)
+ {
+     _point m;


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

* [gentoo-commits] repo/gentoo:master commit in: games-action/bomberclone/, games-action/bomberclone/files/
@ 2016-07-16  6:18 Austin English
  0 siblings, 0 replies; 3+ messages in thread
From: Austin English @ 2016-07-16  6:18 UTC (permalink / raw
  To: gentoo-commits

commit:     99c565c25515203107addeb254ecc98536fdf028
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 16 06:17:12 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Sat Jul 16 06:17:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99c565c2

games-action/bomberclone: remove deprecated games eclass

Also update to EAPI 6

Package-Manager: portage-2.3.0

 .../bomberclone/bomberclone-0.11.8-r1.ebuild       | 60 ++++++++++++++++++++++
 .../files/bomberclone-0.11.8-gcc52.patch           |  4 +-
 .../files/bomberclone-0.11.8-underlink.patch       |  4 +-
 3 files changed, 64 insertions(+), 4 deletions(-)

diff --git a/games-action/bomberclone/bomberclone-0.11.8-r1.ebuild b/games-action/bomberclone/bomberclone-0.11.8-r1.ebuild
new file mode 100644
index 0000000..62441c1
--- /dev/null
+++ b/games-action/bomberclone/bomberclone-0.11.8-r1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils autotools
+
+DESCRIPTION="BomberMan clone with network game support"
+HOMEPAGE="http://www.bomberclone.de/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86"
+IUSE="X"
+
+DEPEND=">=media-libs/libsdl-1.1.0[video]
+	media-libs/sdl-image[png]
+	media-libs/sdl-mixer[mod]
+	X? ( x11-libs/libXt )"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-gcc52.patch
+	"${FILESDIR}"/${P}-underlink.patch
+)
+
+src_prepare() {
+	default
+
+	ecvs_clean
+	mv configure.{in,ac} || die
+	sed -i -e 's/configure.in/configure.ac/' configure.ac || die
+	sed -i \
+		-e "s:/share/games/:share/:" \
+		configure.ac || die
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		$(use_with X x) \
+		--datadir=/usr/share
+	sed -i \
+		-e "/PACKAGE_DATA_DIR/ s:/usr/games/share/games/:/usr/share:" \
+		config.h || die
+}
+
+src_install() {
+	default
+
+	dobin src/${PN}
+
+	insinto /usr/share/${PN}
+	doins -r data/{gfx,maps,player,tileset,music}
+	find "${D}" -name "Makefile*" -exec rm -f '{}' +
+
+	doicon data/pixmaps/bomberclone.png
+	make_desktop_entry bomberclone Bomberclone
+}

diff --git a/games-action/bomberclone/files/bomberclone-0.11.8-gcc52.patch b/games-action/bomberclone/files/bomberclone-0.11.8-gcc52.patch
index 51fdaee..fd77e1b 100644
--- a/games-action/bomberclone/files/bomberclone-0.11.8-gcc52.patch
+++ b/games-action/bomberclone/files/bomberclone-0.11.8-gcc52.patch
@@ -1,5 +1,5 @@
---- src/single.c.old	2015-09-17 09:21:57.826930680 +0200
-+++ src/single.c	2015-09-17 09:22:04.315824372 +0200
+--- a/src/single.c	2015-09-17 09:21:57.826930680 +0200
++++ b/src/single.c	2015-09-17 09:22:04.315824372 +0200
 @@ -476,7 +476,7 @@
  };
  

diff --git a/games-action/bomberclone/files/bomberclone-0.11.8-underlink.patch b/games-action/bomberclone/files/bomberclone-0.11.8-underlink.patch
index d534df6..18c063b 100644
--- a/games-action/bomberclone/files/bomberclone-0.11.8-underlink.patch
+++ b/games-action/bomberclone/files/bomberclone-0.11.8-underlink.patch
@@ -1,5 +1,5 @@
---- configure.in.old	2011-06-18 18:23:48.633605738 +0200
-+++ configure.in	2011-06-18 18:26:26.910628408 +0200
+--- a/configure.in	2011-06-18 18:23:48.633605738 +0200
++++ b/configure.in	2011-06-18 18:26:26.910628408 +0200
 @@ -33,7 +33,7 @@
      )
      


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

* [gentoo-commits] repo/gentoo:master commit in: games-action/bomberclone/, games-action/bomberclone/files/
@ 2019-05-10 22:46 James Le Cuirot
  0 siblings, 0 replies; 3+ messages in thread
From: James Le Cuirot @ 2019-05-10 22:46 UTC (permalink / raw
  To: gentoo-commits

commit:     362a6ba108e717aa1e5e1ea7c3085777722e1896
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri May 10 22:46:07 2019 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri May 10 22:46:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=362a6ba1

games-action/bomberclone: Drop old 0.11.8

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-action/bomberclone/Manifest                  |  1 -
 .../bomberclone/bomberclone-0.11.8-r1.ebuild       | 59 ----------------------
 .../files/bomberclone-0.11.8-underlink.patch       | 20 --------
 3 files changed, 80 deletions(-)

diff --git a/games-action/bomberclone/Manifest b/games-action/bomberclone/Manifest
index e795582d44e..d20cb44dcb5 100644
--- a/games-action/bomberclone/Manifest
+++ b/games-action/bomberclone/Manifest
@@ -1,2 +1 @@
-DIST bomberclone-0.11.8.tar.bz2 7966452 BLAKE2B ab090be622e891ae803529360d8bd753ac64b9d66b045d06946735a06e9203bf07a32dddd165f038ea484d584383ed760a5bf9e5d206638438ecb10583734225 SHA512 a5e52db43f7f508993231ec13bb2705f60e25cfc21d15c17d9b422c6fc948dc14cc8c4519acfac2e9b7b32a3072dc3a521fbf28b2150a86cfb4099ced72ab79b
 DIST bomberclone-0.11.9.tar.gz 8109837 BLAKE2B b5ec7cc80b2fe4f7517302029e5e943dd673ce910148f5985a9063f19e67c5fbdb21634f8fead60728b900383f24b67b1fc2b27d1a36c07ab1cfae8f228a4fb7 SHA512 80b3db728d7c54bc421a783c7e3753289e1ecb8500e9c8457d92ce226ebe60f47c2b04fd684c1aae57b1c5968ea3d1fce53c9c269a1fc9e685589fdd0513a439

diff --git a/games-action/bomberclone/bomberclone-0.11.8-r1.ebuild b/games-action/bomberclone/bomberclone-0.11.8-r1.ebuild
deleted file mode 100644
index 08185dddd02..00000000000
--- a/games-action/bomberclone/bomberclone-0.11.8-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools desktop vcs-clean
-
-DESCRIPTION="BomberMan clone with network game support"
-HOMEPAGE="https://www.bomberclone.de/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~ppc64 ~x86"
-IUSE="X"
-
-DEPEND=">=media-libs/libsdl-1.1.0[video]
-	media-libs/sdl-image[png]
-	media-libs/sdl-mixer[mod]
-	X? ( x11-libs/libXt )"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-gcc52.patch
-	"${FILESDIR}"/${P}-underlink.patch
-)
-
-src_prepare() {
-	default
-
-	ecvs_clean
-	mv configure.{in,ac} || die
-	sed -i -e 's/configure.in/configure.ac/' configure.ac || die
-	sed -i \
-		-e "s:/share/games/:share/:" \
-		configure.ac || die
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_with X x) \
-		--datadir="${EPREFIX}"/usr/share
-	sed -i \
-		-e "/PACKAGE_DATA_DIR/ s:/usr/games/share/games/:/usr/share:" \
-		config.h || die
-}
-
-src_install() {
-	default
-
-	dobin src/${PN}
-
-	insinto /usr/share/${PN}
-	doins -r data/{gfx,maps,player,tileset,music}
-	find "${D}" -name "Makefile*" -exec rm -f '{}' + || die
-
-	doicon data/pixmaps/bomberclone.png
-	make_desktop_entry bomberclone Bomberclone
-}

diff --git a/games-action/bomberclone/files/bomberclone-0.11.8-underlink.patch b/games-action/bomberclone/files/bomberclone-0.11.8-underlink.patch
deleted file mode 100644
index 18c063b56db..00000000000
--- a/games-action/bomberclone/files/bomberclone-0.11.8-underlink.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/configure.in	2011-06-18 18:23:48.633605738 +0200
-+++ b/configure.in	2011-06-18 18:26:26.910628408 +0200
-@@ -33,7 +33,7 @@
-     )
-     
-     CFLAGS="$SDL_CFLAGS $CFLAGS"
--    LIBS="$SDL_LIBS $LIBS"
-+    LIBS="$SDL_LIBS $LIBS -lm"
- 
- 
- dnl Checks for header files.
-@@ -84,7 +84,7 @@
- 	CFLAGS="$CFLAGS -Wall"
- 	AC_MSG_WARN(Disable Warning as Error Treatment)
- else
--	CFLAGS="$CFLAGS -Wall -Werror"
-+	CFLAGS="$CFLAGS -Wall"
- fi
- 
- 


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

end of thread, other threads:[~2019-05-10 22:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-16  6:18 [gentoo-commits] repo/gentoo:master commit in: games-action/bomberclone/, games-action/bomberclone/files/ Austin English
  -- strict thread matches above, loose matches on Subject: below --
2019-05-10 22:46 James Le Cuirot
2015-09-18 16:52 Alfredo Tupone

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