mr_bones_ 14/06/07 04:02:33 Modified: naev-0.5.3.ebuild ChangeLog Log: EAPI=5; build with --as-needed (bug #510458) (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.9 games-strategy/naev/naev-0.5.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild?r1=1.8&r2=1.9 Index: naev-0.5.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- naev-0.5.3.ebuild 15 May 2014 17:06:17 -0000 1.8 +++ naev-0.5.3.ebuild 7 Jun 2014 04:02:33 -0000 1.9 @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild,v 1.8 2014/05/15 17:06:17 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.5.3.ebuild,v 1.9 2014/06/07 04:02:33 mr_bones_ Exp $ -EAPI=2 -inherit gnome2-utils games +EAPI=5 +inherit flag-o-matic gnome2-utils games DESCRIPTION="A 2D space trading and combat game, in a similar vein to Escape Velocity" HOMEPAGE="http://code.google.com/p/naev/" @@ -33,9 +33,9 @@ } src_configure() { + append-libs -lm -lvorbis egamesconf \ --docdir=/usr/share/doc/${PF} \ - --disable-dependency-tracking \ $(use_enable debug) \ $(use_with openal) \ $(use_with mixer sdlmixer) @@ -50,18 +50,17 @@ DESTDIR="${D}" \ appicondir=/usr/share/pixmaps \ Graphicsdir=/usr/share/applications \ - install || die + install insinto "${GAMES_DATADIR}"/${PN} - newins "${DISTDIR}"/ndata-${PV} ndata || die + newins "${DISTDIR}"/ndata-${PV} ndata local res for res in 16 32 64 128; do - newicon -s ${res} extras/logos/logo${res}.png naev.png || die + newicon -s ${res} extras/logos/logo${res}.png naev.png done rm -f "${D}"/usr/share/doc/${PF}/LICENSE - prepalldocs prepgamesdirs } 1.21 games-strategy/naev/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 15 May 2014 17:06:17 -0000 1.20 +++ ChangeLog 7 Jun 2014 04:02:33 -0000 1.21 @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/naev # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.20 2014/05/15 17:06:17 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.21 2014/06/07 04:02:33 mr_bones_ Exp $ + + 07 Jun 2014; Michael Sterrett <[email protected]> naev-0.5.3.ebuild: + EAPI=5; build with --as-needed (bug #510458) 15 May 2014; Ulrich Müller <[email protected]> naev-0.5.3.ebuild: Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
