diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-01-05 17:32:21 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-01-05 17:32:21 +0000 |
commit | 384f0c24088e9674427350ac72abaefb133c3b28 (patch) | |
tree | e799ff07b08b3db09a17fd51a0e48098e007fe7d /games-arcade/sdb | |
parent | EAPI 5 (diff) | |
download | gentoo-2-384f0c24088e9674427350ac72abaefb133c3b28.tar.gz gentoo-2-384f0c24088e9674427350ac72abaefb133c3b28.tar.bz2 gentoo-2-384f0c24088e9674427350ac72abaefb133c3b28.zip |
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-arcade/sdb')
-rw-r--r-- | games-arcade/sdb/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/sdb/sdb-1.0.2.ebuild | 14 |
2 files changed, 12 insertions, 9 deletions
diff --git a/games-arcade/sdb/ChangeLog b/games-arcade/sdb/ChangeLog index 7f3f05c833b6..a3dd6852d6d2 100644 --- a/games-arcade/sdb/ChangeLog +++ b/games-arcade/sdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/sdb -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdb/ChangeLog,v 1.8 2010/09/21 08:37:24 tupone Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdb/ChangeLog,v 1.9 2015/01/05 17:32:21 tupone Exp $ + + 05 Jan 2015; Tupone Alfredo <tupone@gentoo.org> sdb-1.0.2.ebuild: + EAPI 5 21 Sep 2010; Tupone Alfredo <tupone@gentoo.org> sdb-1.0.2.ebuild, +files/sdb-1.0.2-ldflags.patch: diff --git a/games-arcade/sdb/sdb-1.0.2.ebuild b/games-arcade/sdb/sdb-1.0.2.ebuild index 21533ef7036d..15af1af885dc 100644 --- a/games-arcade/sdb/sdb-1.0.2.ebuild +++ b/games-arcade/sdb/sdb-1.0.2.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/sdb/sdb-1.0.2.ebuild,v 1.9 2010/09/21 08:37:24 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdb/sdb-1.0.2.ebuild,v 1.10 2015/01/05 17:32:21 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils games DESCRIPTION="a 2D top-down action game; escape a facility full of walking death machines" @@ -18,6 +18,7 @@ DEPEND="virtual/opengl media-libs/libsdl media-libs/sdl-image[png] media-libs/sdl-mixer" +RDEPEND="${DEPEND}" src_prepare() { sed -i \ @@ -35,14 +36,13 @@ src_prepare() { src_compile() { emake \ -C src \ - CXXFLAGS="${CXXFLAGS} $(sdl-config --cflags)" \ - || die "emake failed" + CXXFLAGS="${CXXFLAGS} $(sdl-config --cflags)" } src_install() { - dogamesbin src/sdb || die "dogamesbin failed" + dogamesbin src/sdb insinto "${GAMES_DATADIR}"/${PN} - doins -r levels models snd sprites || die "doins failed" + doins -r levels models snd sprites newicon sprites/barrel.png ${PN}.png make_desktop_entry sdb "Shotgun Debugger" dodoc ChangeLog README |