tupone 14/12/31 11:36:52 Modified: ChangeLog btanks-0.9.8083.ebuild Log: Migration to EAPI 4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.27 games-action/btanks/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/btanks/ChangeLog?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/btanks/ChangeLog?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/btanks/ChangeLog?r1=1.26&r2=1.27 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/btanks/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 8 Oct 2012 09:02:14 -0000 1.26 +++ ChangeLog 31 Dec 2014 11:36:52 -0000 1.27 @@ -1,6 +1,9 @@ # ChangeLog for games-action/btanks -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/btanks/ChangeLog,v 1.26 2012/10/08 09:02:14 tupone Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/btanks/ChangeLog,v 1.27 2014/12/31 11:36:52 tupone Exp $ + + 31 Dec 2014; Tupone Alfredo <[email protected]> btanks-0.9.8083.ebuild: + Migration to EAPI 4 08 Oct 2012; Tupone Alfredo <[email protected]> btanks-0.9.8083.ebuild, +files/btanks-0.9.8083-gcc47.patch: 1.7 games-action/btanks/btanks-0.9.8083.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/btanks/btanks-0.9.8083.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/btanks/btanks-0.9.8083.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/btanks/btanks-0.9.8083.ebuild?r1=1.6&r2=1.7 Index: btanks-0.9.8083.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/btanks/btanks-0.9.8083.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- btanks-0.9.8083.ebuild 8 Oct 2012 09:02:14 -0000 1.6 +++ btanks-0.9.8083.ebuild 31 Dec 2014 11:36:52 -0000 1.7 @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/btanks/btanks-0.9.8083.ebuild,v 1.6 2012/10/08 09:02:14 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/btanks/btanks-0.9.8083.ebuild,v 1.7 2014/12/31 11:36:52 tupone Exp $ -EAPI=2 +EAPI=4 inherit eutils scons-utils games DESCRIPTION="Fast 2D tank arcade game with multiplayer and split-screen modes" @@ -37,17 +37,16 @@ prefix="${GAMES_PREFIX}" \ lib_dir="$(games_get_libdir)"/${PN} \ plugins_dir="$(games_get_libdir)"/${PN} \ - resources_dir="${GAMES_DATADIR}"/${PN} \ - || die + resources_dir="${GAMES_DATADIR}"/${PN} } src_install() { - dogamesbin build/release/engine/btanks || die "dogamesbin failed" - newgamesbin build/release/editor/bted btanksed || die "newgamesbin failed" + dogamesbin build/release/engine/btanks + newgamesbin build/release/editor/bted btanksed exeinto "$(games_get_libdir)"/${PN} - doexe build/release/*/*.so || die "doexe failed" + doexe build/release/*/*.so insinto "${GAMES_DATADIR}"/${PN} - doins -r data || die "doins failed" + doins -r data newicon engine/src/bt.xpm ${PN}.xpm make_desktop_entry ${PN} "Battle Tanks" dodoc ChangeLog *.txt
