diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-01-03 14:40:57 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-01-03 14:40:57 +0000 |
commit | b90d024c44befdfd957e619184b7b720cf7a1f6b (patch) | |
tree | a9da119ea684bff381ea8c00e5ebd54c96a80f45 /games-arcade/betna | |
parent | Revbump to make ebuild EAPI-5 compliant. Added pam.d file (diff) | |
download | gentoo-2-b90d024c44befdfd957e619184b7b720cf7a1f6b.tar.gz gentoo-2-b90d024c44befdfd957e619184b7b720cf7a1f6b.tar.bz2 gentoo-2-b90d024c44befdfd957e619184b7b720cf7a1f6b.zip |
EAPI 4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-arcade/betna')
-rw-r--r-- | games-arcade/betna/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/betna/betna-0.9.7.ebuild | 15 |
2 files changed, 13 insertions, 9 deletions
diff --git a/games-arcade/betna/ChangeLog b/games-arcade/betna/ChangeLog index 101604de8c21..46624c2de04d 100644 --- a/games-arcade/betna/ChangeLog +++ b/games-arcade/betna/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/betna -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/betna/ChangeLog,v 1.9 2010/09/08 15:38:25 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/betna/ChangeLog,v 1.10 2015/01/03 14:40:57 tupone Exp $ + + 03 Jan 2015; Tupone Alfredo <tupone@gentoo.org> betna-0.9.7.ebuild: + EAPI 4 08 Sep 2010; Michael Sterrett <mr_bones_@gentoo.org> betna-0.9.7.ebuild: honor LDFLAGS (bug #336452); honor CXX; EAPI=2; tidy diff --git a/games-arcade/betna/betna-0.9.7.ebuild b/games-arcade/betna/betna-0.9.7.ebuild index f90747b1cb2e..caf95537224e 100644 --- a/games-arcade/betna/betna-0.9.7.ebuild +++ b/games-arcade/betna/betna-0.9.7.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 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/betna/betna-0.9.7.ebuild,v 1.10 2010/09/08 15:38:25 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/betna/betna-0.9.7.ebuild,v 1.11 2015/01/03 14:40:57 tupone Exp $ -EAPI=2 +EAPI=4 inherit eutils games DESCRIPTION="Defend your volcano from the attacking ants by firing rocks/bullets at them" @@ -15,6 +15,7 @@ KEYWORDS="amd64 ~ppc ~sparc x86 ~x86-fbsd" IUSE="" DEPEND="media-libs/libsdl[video]" +RDEPEND="${DEPEND}" src_prepare() { sed -i \ @@ -31,14 +32,14 @@ src_prepare() { } src_compile() { - emake clean || die - emake || die + emake clean + emake } src_install() { - dogamesbin betna || die "dogamesbin failed" + dogamesbin betna insinto "${GAMES_DATADIR}"/${PN} - doins images/* || die "doins failed" + doins images/* newicon images/target.bmp ${PN}.bmp make_desktop_entry ${PN} Betna /usr/share/pixmaps/${PN}.bmp dodoc README Q\&A |