diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-04-15 11:19:37 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-04-15 11:23:07 +0200 |
commit | 548699d10474cde80a45dcb39f2a9023ae48b155 (patch) | |
tree | bfddd8123e73f43baaac4207e99fe46d7e7d95b7 /games-arcade/balloonchase | |
parent | games-arcade/balloonchase: Stop using games.eclass (diff) | |
download | gentoo-548699d10474cde80a45dcb39f2a9023ae48b155.tar.gz gentoo-548699d10474cde80a45dcb39f2a9023ae48b155.tar.bz2 gentoo-548699d10474cde80a45dcb39f2a9023ae48b155.zip |
games-arcade/balloonchase: Drop old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'games-arcade/balloonchase')
-rw-r--r-- | games-arcade/balloonchase/balloonchase-0.9.6.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/games-arcade/balloonchase/balloonchase-0.9.6.ebuild b/games-arcade/balloonchase/balloonchase-0.9.6.ebuild deleted file mode 100644 index 44e1c0eec9b4..000000000000 --- a/games-arcade/balloonchase/balloonchase-0.9.6.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils toolchain-funcs games - -DESCRIPTION="Fly a hot air balloon and try to blow the other player out of the screen" -HOMEPAGE="http://koti.mbnet.fi/makegho/c/bchase/" -SRC_URI="http://koti.mbnet.fi/makegho/c/bchase/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="media-libs/libsdl[video]" -RDEPEND=${DEPEND} - -src_prepare() { - epatch "${FILESDIR}"/${PV}-gentoo.patch - sed -i "s:g++:$(tc-getCXX):" Makefile || die - sed -i \ - -e "s:GENTOODIR:${GAMES_DATADIR}/${PN}:" src/main.c || die -} - -src_install() { - dogamesbin ${PN} - insinto "${GAMES_DATADIR}"/${PN} - doins -r images - newicon images/kp2b.bmp ${PN}.bmp - make_desktop_entry ${PN} "Balloon Chase" /usr/share/pixmaps/${PN}.bmp - dodoc README - prepgamesdirs -} |