diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-01-04 15:26:51 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-01-04 15:26:51 +0000 |
commit | f94e11723eb7361b55821d2b9dc7591edf76eb1b (patch) | |
tree | 6315a15e553ee5f39da816786b84e556f416721d /games-arcade | |
parent | sci-libs/parmetis: Drop old (diff) | |
download | gentoo-2-f94e11723eb7361b55821d2b9dc7591edf76eb1b.tar.gz gentoo-2-f94e11723eb7361b55821d2b9dc7591edf76eb1b.tar.bz2 gentoo-2-f94e11723eb7361b55821d2b9dc7591edf76eb1b.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/insaneodyssey/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/insaneodyssey/insaneodyssey-000311.ebuild | 17 |
2 files changed, 13 insertions, 11 deletions
diff --git a/games-arcade/insaneodyssey/ChangeLog b/games-arcade/insaneodyssey/ChangeLog index 2efb245c3e41..2cdbc192048b 100644 --- a/games-arcade/insaneodyssey/ChangeLog +++ b/games-arcade/insaneodyssey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/insaneodyssey -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/insaneodyssey/ChangeLog,v 1.6 2007/03/13 21:42:26 nyhm Exp $ +# Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/insaneodyssey/ChangeLog,v 1.7 2015/01/04 15:26:51 tupone Exp $ + + 04 Jan 2015; Tupone Alfredo <tupone@gentoo.org> insaneodyssey-000311.ebuild: + EAPI 5 13 Mar 2007; Tristan Heaven <nyhm@gentoo.org> insaneodyssey-000311.ebuild: Install menu entry, bug #160227 diff --git a/games-arcade/insaneodyssey/insaneodyssey-000311.ebuild b/games-arcade/insaneodyssey/insaneodyssey-000311.ebuild index c64a1f28ba81..4d287027f787 100644 --- a/games-arcade/insaneodyssey/insaneodyssey-000311.ebuild +++ b/games-arcade/insaneodyssey/insaneodyssey-000311.ebuild @@ -1,7 +1,7 @@ -# 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/insaneodyssey/insaneodyssey-000311.ebuild,v 1.6 2007/03/13 21:42:26 nyhm Exp $ - +# $Header: /var/cvsroot/gentoo-x86/games-arcade/insaneodyssey/insaneodyssey-000311.ebuild,v 1.7 2015/01/04 15:26:51 tupone Exp $ +EAPI=5 inherit eutils games DESCRIPTION="Help West Muldune escape from a futuristic mental hospital" @@ -18,12 +18,11 @@ IUSE="" DEPEND="media-libs/libsdl media-libs/sdl-mixer media-libs/sdl-image" - +RDEPEND="${DEPEND}" S=${WORKDIR}/${PN} -src_unpack() { - unpack ${A} - cd "${S}"/${PN} +src_prepare() { + cd ${PN} # Modify data load code and paths to game data sed -e "s:/usr/share/games:${GAMES_DATADIR}:" \ @@ -49,9 +48,9 @@ src_unpack() { src_install() { cd ${PN} - dogamesbin ${PN} || die "dogamesbin failed" + dogamesbin ${PN} insinto "${GAMES_DATADIR}"/${PN} - doins *bmp *png *dat *att *lvl *wav *mod *IT || die "doins failed" + doins *bmp *png *dat *att *lvl *wav *mod *IT newicon west00r.png ${PN}.png make_desktop_entry ${PN} "Insane Odyssey" prepgamesdirs |