mr_bones_ 15/02/13 22:11:14 Modified: crimson-0.5.3.ebuild ChangeLog Log: EAPI=5 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.5 games-strategy/crimson/crimson-0.5.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/crimson/crimson-0.5.3.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/crimson/crimson-0.5.3.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/crimson/crimson-0.5.3.ebuild?r1=1.4&r2=1.5 Index: crimson-0.5.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/crimson/crimson-0.5.3.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- crimson-0.5.3.ebuild 13 Nov 2009 17:16:29 -0000 1.4 +++ crimson-0.5.3.ebuild 13 Feb 2015 22:11:14 -0000 1.5 @@ -1,8 +1,8 @@ -# Copyright 1999-2009 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/crimson/crimson-0.5.3.ebuild,v 1.4 2009/11/13 17:16:29 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/crimson-0.5.3.ebuild,v 1.5 2015/02/13 22:11:14 mr_bones_ Exp $ -EAPI=2 +EAPI=5 inherit eutils games DESCRIPTION="Tactical war game in the tradition of Battle Isle" @@ -14,7 +14,7 @@ KEYWORDS="amd64 ppc sparc x86" IUSE="test zlib" -RDEPEND="media-libs/libsdl +RDEPEND="media-libs/libsdl[sound,video] media-libs/sdl-mixer media-libs/sdl-ttf media-libs/sdl-net @@ -28,7 +28,6 @@ src_configure() { egamesconf \ - --disable-dependency-tracking \ --enable-sound \ --enable-network \ $(use_with zlib) \ @@ -42,7 +41,7 @@ emake \ DESTDIR="${D}" \ pixmapsdir="/usr/share/pixmaps" \ - install || die "emake install failed" + install dodoc NEWS README* THANKS TODO rm -rf "${D}/${GAMES_DATADIR}/applications" make_desktop_entry crimson "Crimson Fields" 1.32 games-strategy/crimson/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/crimson/ChangeLog?rev=1.32&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/crimson/ChangeLog?rev=1.32&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/crimson/ChangeLog?r1=1.31&r2=1.32 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/crimson/ChangeLog,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- ChangeLog 13 Nov 2009 17:16:29 -0000 1.31 +++ ChangeLog 13 Feb 2015 22:11:14 -0000 1.32 @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/crimson -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/ChangeLog,v 1.31 2009/11/13 17:16:29 volkmar Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/ChangeLog,v 1.32 2015/02/13 22:11:14 mr_bones_ Exp $ + + 13 Feb 2015; Michael Sterrett <mr_bon...@gentoo.org> crimson-0.5.3.ebuild: + EAPI=5 13 Nov 2009; Mounir Lamouri <volk...@gentoo.org> crimson-0.5.3.ebuild: Stable for ppc, bug 285850