diff options
author | 2015-02-22 20:45:33 +0000 | |
---|---|---|
committer | 2015-02-22 20:45:33 +0000 | |
commit | f99a76df7338921c78f364415e918ffae7e35299 (patch) | |
tree | e3c1436ca7c748967c0fb283b4171e858a3b238c /games-puzzle | |
parent | Revert accidental commit (diff) | |
download | gentoo-2-f99a76df7338921c78f364415e918ffae7e35299.tar.gz gentoo-2-f99a76df7338921c78f364415e918ffae7e35299.tar.bz2 gentoo-2-f99a76df7338921c78f364415e918ffae7e35299.zip |
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/mirrormagic/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/mirrormagic/mirrormagic-2.0.2-r1.ebuild | 13 |
2 files changed, 11 insertions, 9 deletions
diff --git a/games-puzzle/mirrormagic/ChangeLog b/games-puzzle/mirrormagic/ChangeLog index 1924127aac45..c3e5a9d11d9f 100644 --- a/games-puzzle/mirrormagic/ChangeLog +++ b/games-puzzle/mirrormagic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/mirrormagic -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/mirrormagic/ChangeLog,v 1.17 2012/09/28 12:36:15 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/mirrormagic/ChangeLog,v 1.18 2015/02/22 20:45:33 tupone Exp $ + + 22 Feb 2015; Tupone Alfredo <tupone@gentoo.org> mirrormagic-2.0.2-r1.ebuild: + EAPI 5 28 Sep 2012; Agostino Sarubbo <ago@gentoo.org> mirrormagic-2.0.2-r1.ebuild: Stable for amd64, wrt bug #435680 diff --git a/games-puzzle/mirrormagic/mirrormagic-2.0.2-r1.ebuild b/games-puzzle/mirrormagic/mirrormagic-2.0.2-r1.ebuild index a84214d1ec40..47fb821e6fe5 100644 --- a/games-puzzle/mirrormagic/mirrormagic-2.0.2-r1.ebuild +++ b/games-puzzle/mirrormagic/mirrormagic-2.0.2-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/mirrormagic/mirrormagic-2.0.2-r1.ebuild,v 1.5 2012/09/28 12:36:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/mirrormagic/mirrormagic-2.0.2-r1.ebuild,v 1.6 2015/02/22 20:45:33 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils toolchain-funcs games DESCRIPTION="a game like Deflektor (C 64) or Mindbender (Amiga)" @@ -41,14 +41,13 @@ src_compile() { EXTRA_LDFLAGS="${LDFLAGS}" \ RO_GAME_DIR="${GAMES_DATADIR}"/${PN} \ RW_GAME_DIR="${GAMES_STATEDIR}"/${PN} \ - TARGET=$(use sdl && echo sdl || echo x11) \ - || die "emake failed" + TARGET=$(use sdl && echo sdl || echo x11) } src_install() { - dogamesbin ${PN} || die "dogamesbin failed" + dogamesbin ${PN} insinto "${GAMES_DATADIR}"/${PN} - doins -r graphics levels music sounds || die "doins failed" + doins -r graphics levels music sounds doicon "${FILESDIR}"/${PN}.xpm make_desktop_entry ${PN} "Mirror Magic II" dodoc CHANGES CREDITS README TODO |