tupone 15/03/28 21:22:34 Modified: ChangeLog maxr-0.2.8.ebuild Log: EAPI 5 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.9 games-strategy/maxr/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/maxr/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/maxr/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/maxr/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/maxr/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 22 Jan 2013 18:06:55 -0000 1.8 +++ ChangeLog 28 Mar 2015 21:22:34 -0000 1.9 @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/maxr -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/maxr/ChangeLog,v 1.8 2013/01/22 18:06:55 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/maxr/ChangeLog,v 1.9 2015/03/28 21:22:34 tupone Exp $ + + 28 Mar 2015; Tupone Alfredo <[email protected]> maxr-0.2.8.ebuild: + EAPI 5 22 Jan 2013; Michael Sterrett <[email protected]> -maxr-0.2.6.ebuild: old 1.5 games-strategy/maxr/maxr-0.2.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/maxr/maxr-0.2.8.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/maxr/maxr-0.2.8.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/maxr/maxr-0.2.8.ebuild?r1=1.4&r2=1.5 Index: maxr-0.2.8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/maxr/maxr-0.2.8.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- maxr-0.2.8.ebuild 13 Jan 2013 11:30:18 -0000 1.4 +++ maxr-0.2.8.ebuild 28 Mar 2015 21:22:34 -0000 1.5 @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/maxr/maxr-0.2.8.ebuild,v 1.4 2013/01/13 11:30:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/maxr/maxr-0.2.8.ebuild,v 1.5 2015/03/28 21:22:34 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils games DESCRIPTION="Mechanized Assault and Exploration Reloaded" @@ -17,11 +17,12 @@ DEPEND="media-libs/libsdl[video] media-libs/sdl-mixer[vorbis] media-libs/sdl-net" +RDEPEND="${DEPEND}" src_install() { - dogamesbin src/${PN} || die + dogamesbin src/${PN} insinto "${GAMES_DATADIR}"/${PN} - doins -r data/* || die + doins -r data/* dodoc ABOUT CHANGELOG doicon data/maxr.png make_desktop_entry maxr "Mechanized Assault and Exploration Reloaded"
