commit: 860194830994def94f64b3a8dfe92748a4c8cf61 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sun Feb 22 09:19:07 2026 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sun Feb 22 09:19:07 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86019483
games-action/bomberclone: Drop old 0.11.9 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> games-action/bomberclone/bomberclone-0.11.9.ebuild | 54 ---------------------- 1 file changed, 54 deletions(-) diff --git a/games-action/bomberclone/bomberclone-0.11.9.ebuild b/games-action/bomberclone/bomberclone-0.11.9.ebuild deleted file mode 100644 index 5c90c3c65585..000000000000 --- a/games-action/bomberclone/bomberclone-0.11.9.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools desktop xdg-utils - -DESCRIPTION="Bomberman clone with network game support" -HOMEPAGE="https://www.bomberclone.de/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~mips ~ppc64 ~x86" - -DEPEND=">=media-libs/libsdl-1.1.0[video] - media-libs/sdl-image[png] - media-libs/sdl-mixer[mod]" - -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/${PN}-0.11.8-gcc52.patch -) - -src_prepare() { - default - - mv -v configure.{in,ac} || die - sed -i 's/configure\.in/configure.ac/g' configure.ac || die - eautoreconf -} - -src_configure() { - LIBS="-lm" \ - econf \ - --disable-werror \ - --without-x -} - -src_install() { - emake \ - DESTDIR="${D}" \ - bomberclonedocdir=\${prefix}/share/doc/${PF} \ - install - - doicon -s 64 data/pixmaps/${PN}.png - make_desktop_entry ${PN} Bomberclone - - # Delete useless documentation. - rm -v "${ED}"/usr/share/doc/${PF}/{COPYING,INSTALL,*.nsi} || die -} - -pkg_postinst() { xdg_icon_cache_update; } -pkg_postrm() { xdg_icon_cache_update; }
