Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/bomberclone/, games-action/bomberclone/files/
Date: Fri, 10 May 2019 22:46:58
Message-Id: 1557528367.362a6ba108e717aa1e5e1ea7c3085777722e1896.chewi@gentoo
1 commit: 362a6ba108e717aa1e5e1ea7c3085777722e1896
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 10 22:46:07 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Fri May 10 22:46:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=362a6ba1
7
8 games-action/bomberclone: Drop old 0.11.8
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
12
13 games-action/bomberclone/Manifest | 1 -
14 .../bomberclone/bomberclone-0.11.8-r1.ebuild | 59 ----------------------
15 .../files/bomberclone-0.11.8-underlink.patch | 20 --------
16 3 files changed, 80 deletions(-)
17
18 diff --git a/games-action/bomberclone/Manifest b/games-action/bomberclone/Manifest
19 index e795582d44e..d20cb44dcb5 100644
20 --- a/games-action/bomberclone/Manifest
21 +++ b/games-action/bomberclone/Manifest
22 @@ -1,2 +1 @@
23 -DIST bomberclone-0.11.8.tar.bz2 7966452 BLAKE2B ab090be622e891ae803529360d8bd753ac64b9d66b045d06946735a06e9203bf07a32dddd165f038ea484d584383ed760a5bf9e5d206638438ecb10583734225 SHA512 a5e52db43f7f508993231ec13bb2705f60e25cfc21d15c17d9b422c6fc948dc14cc8c4519acfac2e9b7b32a3072dc3a521fbf28b2150a86cfb4099ced72ab79b
24 DIST bomberclone-0.11.9.tar.gz 8109837 BLAKE2B b5ec7cc80b2fe4f7517302029e5e943dd673ce910148f5985a9063f19e67c5fbdb21634f8fead60728b900383f24b67b1fc2b27d1a36c07ab1cfae8f228a4fb7 SHA512 80b3db728d7c54bc421a783c7e3753289e1ecb8500e9c8457d92ce226ebe60f47c2b04fd684c1aae57b1c5968ea3d1fce53c9c269a1fc9e685589fdd0513a439
25
26 diff --git a/games-action/bomberclone/bomberclone-0.11.8-r1.ebuild b/games-action/bomberclone/bomberclone-0.11.8-r1.ebuild
27 deleted file mode 100644
28 index 08185dddd02..00000000000
29 --- a/games-action/bomberclone/bomberclone-0.11.8-r1.ebuild
30 +++ /dev/null
31 @@ -1,59 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -inherit autotools desktop vcs-clean
37 -
38 -DESCRIPTION="BomberMan clone with network game support"
39 -HOMEPAGE="https://www.bomberclone.de/"
40 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~mips ~ppc64 ~x86"
45 -IUSE="X"
46 -
47 -DEPEND=">=media-libs/libsdl-1.1.0[video]
48 - media-libs/sdl-image[png]
49 - media-libs/sdl-mixer[mod]
50 - X? ( x11-libs/libXt )"
51 -RDEPEND="${DEPEND}"
52 -
53 -PATCHES=(
54 - "${FILESDIR}"/${P}-gcc52.patch
55 - "${FILESDIR}"/${P}-underlink.patch
56 -)
57 -
58 -src_prepare() {
59 - default
60 -
61 - ecvs_clean
62 - mv configure.{in,ac} || die
63 - sed -i -e 's/configure.in/configure.ac/' configure.ac || die
64 - sed -i \
65 - -e "s:/share/games/:share/:" \
66 - configure.ac || die
67 - eautoreconf
68 -}
69 -
70 -src_configure() {
71 - econf \
72 - $(use_with X x) \
73 - --datadir="${EPREFIX}"/usr/share
74 - sed -i \
75 - -e "/PACKAGE_DATA_DIR/ s:/usr/games/share/games/:/usr/share:" \
76 - config.h || die
77 -}
78 -
79 -src_install() {
80 - default
81 -
82 - dobin src/${PN}
83 -
84 - insinto /usr/share/${PN}
85 - doins -r data/{gfx,maps,player,tileset,music}
86 - find "${D}" -name "Makefile*" -exec rm -f '{}' + || die
87 -
88 - doicon data/pixmaps/bomberclone.png
89 - make_desktop_entry bomberclone Bomberclone
90 -}
91
92 diff --git a/games-action/bomberclone/files/bomberclone-0.11.8-underlink.patch b/games-action/bomberclone/files/bomberclone-0.11.8-underlink.patch
93 deleted file mode 100644
94 index 18c063b56db..00000000000
95 --- a/games-action/bomberclone/files/bomberclone-0.11.8-underlink.patch
96 +++ /dev/null
97 @@ -1,20 +0,0 @@
98 ---- a/configure.in 2011-06-18 18:23:48.633605738 +0200
99 -+++ b/configure.in 2011-06-18 18:26:26.910628408 +0200
100 -@@ -33,7 +33,7 @@
101 - )
102 -
103 - CFLAGS="$SDL_CFLAGS $CFLAGS"
104 -- LIBS="$SDL_LIBS $LIBS"
105 -+ LIBS="$SDL_LIBS $LIBS -lm"
106 -
107 -
108 - dnl Checks for header files.
109 -@@ -84,7 +84,7 @@
110 - CFLAGS="$CFLAGS -Wall"
111 - AC_MSG_WARN(Disable Warning as Error Treatment)
112 - else
113 -- CFLAGS="$CFLAGS -Wall -Werror"
114 -+ CFLAGS="$CFLAGS -Wall"
115 - fi
116 -
117 -