diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-01-05 17:28:37 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-01-05 17:28:37 +0000 |
commit | 6c301b74d87185f2eeef24113c7a20b9d2ef4f53 (patch) | |
tree | ef419bf94ae297e30b3bdc4f772da67a0c35c347 /games-arcade | |
parent | EAPI 5 (diff) | |
download | gentoo-2-6c301b74d87185f2eeef24113c7a20b9d2ef4f53.tar.gz gentoo-2-6c301b74d87185f2eeef24113c7a20b9d2ef4f53.tar.bz2 gentoo-2-6c301b74d87185f2eeef24113c7a20b9d2ef4f53.zip |
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/sable/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/sable/sable-1.0.ebuild | 14 |
2 files changed, 12 insertions, 9 deletions
diff --git a/games-arcade/sable/ChangeLog b/games-arcade/sable/ChangeLog index a66bf1134f8e..d2996e5b2885 100644 --- a/games-arcade/sable/ChangeLog +++ b/games-arcade/sable/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/sable -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/sable/ChangeLog,v 1.7 2009/11/21 19:22:55 maekke Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/sable/ChangeLog,v 1.8 2015/01/05 17:28:37 tupone Exp $ + + 05 Jan 2015; Tupone Alfredo <tupone@gentoo.org> sable-1.0.ebuild: + EAPI 5 21 Nov 2009; Markus Meier <maekke@gentoo.org> sable-1.0.ebuild: x86 stable, bug #289065 diff --git a/games-arcade/sable/sable-1.0.ebuild b/games-arcade/sable/sable-1.0.ebuild index 77327bfe2353..f927baecf671 100644 --- a/games-arcade/sable/sable-1.0.ebuild +++ b/games-arcade/sable/sable-1.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2009 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/sable/sable-1.0.ebuild,v 1.7 2009/11/21 19:22:55 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/sable/sable-1.0.ebuild,v 1.8 2015/01/05 17:28:37 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils games DESCRIPTION="A frantic 3D space shooter" @@ -19,19 +19,19 @@ DEPEND="virtual/opengl media-libs/libsdl media-libs/sdl-image[png] media-libs/sdl-mixer" - +RDEPEND="${DEPEND}" S=${WORKDIR}/${PN} PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) src_compile() { - emake INSTALL_RESDIR="${GAMES_DATADIR}" || die "emake failed" + emake INSTALL_RESDIR="${GAMES_DATADIR}" } src_install() { - dogamesbin ${PN} || die "dogamesbin failed" + dogamesbin ${PN} insinto "${GAMES_DATADIR}"/${PN} - doins -r models sfx textures || die "doins failed" + doins -r models sfx textures dodoc ChangeLog README doicon "${DISTDIR}"/${PN}.png |