diff options
author | 2015-01-03 14:41:02 +0000 | |
---|---|---|
committer | 2015-01-03 14:41:02 +0000 | |
commit | c4c634e7df15f0ba2e9a6c1ca9dfc097254d9a42 (patch) | |
tree | 2ecdbd12b7919e4c12f0cd6fee56ac49beb7f5f5 /games-arcade/balloonchase/balloonchase-0.9.6.ebuild | |
parent | Revbump to make ebuild EAPI-5 compliant. Added pam.d file (diff) | |
download | historical-c4c634e7df15f0ba2e9a6c1ca9dfc097254d9a42.tar.gz historical-c4c634e7df15f0ba2e9a6c1ca9dfc097254d9a42.tar.bz2 historical-c4c634e7df15f0ba2e9a6c1ca9dfc097254d9a42.zip |
EAPI 4
Package-Manager: portage-2.2.14/cvs/Linux x86_64
Manifest-Sign-Key: 0x0145142D
Diffstat (limited to 'games-arcade/balloonchase/balloonchase-0.9.6.ebuild')
-rw-r--r-- | games-arcade/balloonchase/balloonchase-0.9.6.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/games-arcade/balloonchase/balloonchase-0.9.6.ebuild b/games-arcade/balloonchase/balloonchase-0.9.6.ebuild index ba463cce65c5..5d68a1ddf9f5 100644 --- a/games-arcade/balloonchase/balloonchase-0.9.6.ebuild +++ b/games-arcade/balloonchase/balloonchase-0.9.6.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/balloonchase/balloonchase-0.9.6.ebuild,v 1.9 2007/03/14 21:24:25 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/balloonchase/balloonchase-0.9.6.ebuild,v 1.10 2015/01/03 14:37:00 tupone Exp $ +EAPI=4 inherit eutils toolchain-funcs games DESCRIPTION="Fly a hot air balloon and try to blow the other player out of the screen" @@ -14,10 +15,9 @@ KEYWORDS="amd64 ~ppc ~sparc x86" IUSE="" DEPEND="media-libs/libsdl" +RDEPEND="${DEPEND}" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch "${FILESDIR}"/${PV}-gentoo.patch sed -i "s:g++:$(tc-getCXX):" Makefile || die "sed failed" sed -i \ @@ -26,9 +26,9 @@ src_unpack() { } src_install() { - dogamesbin ${PN} || die "dogamesbin failed" + dogamesbin ${PN} insinto "${GAMES_DATADIR}"/${PN} - doins -r images || die "doins failed" + doins -r images newicon images/kp2b.bmp ${PN}.bmp make_desktop_entry ${PN} "Balloon Chase" /usr/share/pixmaps/${PN}.bmp dodoc README |