From: David Seifert Date: Wed, 20 Dec 2017 21:30:11 +0000 (+0100) Subject: games-action/xbomber: Remove old X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b42de073419098c3f7fc5d76244eeb0d4e8a86cf;p=gentoo.git games-action/xbomber: Remove old Package-Manager: Portage-2.3.16, Repoman-2.3.6 --- diff --git a/games-action/xbomber/xbomber-101.ebuild b/games-action/xbomber/xbomber-101.ebuild deleted file mode 100644 index 6181186ab8c6..000000000000 --- a/games-action/xbomber/xbomber-101.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="Bomberman clone w/multiplayer support" -HOMEPAGE="http://www.xdr.com/dash/bomber.html" -SRC_URI="http://www.xdr.com/dash/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="x11-libs/libX11" -RDEPEND=${DEPEND} - -src_prepare() { - sed -i \ - -e "/^CC/d" \ - -e 's/gcc/$(CC)/g' \ - -e "s:X386:X11R6:" \ - Makefile || die - sed -i \ - -e "s:data/%s:${GAMES_DATADIR}/${PN}/%s:" bomber.c || die - sed -i \ - -e "s:=\"data\":=\"${GAMES_DATADIR}/${PN}\":" sound.c || die - epatch \ - "${FILESDIR}"/${P}-va_list.patch \ - "${FILESDIR}"/${P}-gcc4.patch \ - "${FILESDIR}"/${P}-ldflags.patch -} - -src_install() { - dogamesbin matcher bomber - insinto "${GAMES_DATADIR}"/${PN} - doins -r data/* - dodoc README Changelog - prepgamesdirs -}