diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-01-04 14:52:08 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-01-04 14:52:08 +0000 |
commit | 8d6ae8a203c9251eade9170afebd5c24005b5118 (patch) | |
tree | 81e2c943b29dfb4afc0269cf58ed34b7785ec875 /games-arcade/excido | |
parent | sci-libs/cgcode: Bump EAPI (diff) | |
download | gentoo-2-8d6ae8a203c9251eade9170afebd5c24005b5118.tar.gz gentoo-2-8d6ae8a203c9251eade9170afebd5c24005b5118.tar.bz2 gentoo-2-8d6ae8a203c9251eade9170afebd5c24005b5118.zip |
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-arcade/excido')
-rw-r--r-- | games-arcade/excido/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/excido/excido-0.1.5c-r2.ebuild | 14 |
2 files changed, 12 insertions, 9 deletions
diff --git a/games-arcade/excido/ChangeLog b/games-arcade/excido/ChangeLog index 83fd23600cc1..949374a0b13c 100644 --- a/games-arcade/excido/ChangeLog +++ b/games-arcade/excido/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/excido -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/excido/ChangeLog,v 1.20 2011/08/07 17:11:08 armin76 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/excido/ChangeLog,v 1.21 2015/01/04 14:52:08 tupone Exp $ + + 04 Jan 2015; Tupone Alfredo <tupone@gentoo.org> excido-0.1.5c-r2.ebuild: + EAPI 5 07 Aug 2011; Raúl Porcel <armin76@gentoo.org> excido-0.1.5c-r2.ebuild: Drop alpha keyword diff --git a/games-arcade/excido/excido-0.1.5c-r2.ebuild b/games-arcade/excido/excido-0.1.5c-r2.ebuild index d7198c3b5514..b355fd1e74a3 100644 --- a/games-arcade/excido/excido-0.1.5c-r2.ebuild +++ b/games-arcade/excido/excido-0.1.5c-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 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/excido/excido-0.1.5c-r2.ebuild,v 1.4 2011/08/07 17:11:08 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/excido/excido-0.1.5c-r2.ebuild,v 1.5 2015/01/04 14:52:08 tupone Exp $ -EAPI=2 +EAPI=5 inherit games DESCRIPTION="A fast paced action game" @@ -21,17 +21,17 @@ DEPEND="dev-games/physfs media-libs/sdl-image[png] media-libs/openal media-libs/freealut" - +RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${P}-freealut.patch "${FILESDIR}"/${P}-build.patch ) src_compile() { - emake DATADIR="${GAMES_DATADIR}"/${PN}/ || die "emake failed" + emake DATADIR="${GAMES_DATADIR}"/${PN}/ } src_install() { - dogamesbin ${PN} || die "dogamesbin failed" + dogamesbin ${PN} insinto "${GAMES_DATADIR}"/${PN} - doins data/* || die "doins failed" + doins data/* dodoc BUGS CHANGELOG HACKING README TODO \ keyguide.txt data/CREDITS data/*.txt prepgamesdirs |