mr_bones_ 15/04/15 01:26:15 Modified: ChangeLog Added: naev-0.6.0.ebuild Log: version bump (bug #546562) (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.22 games-strategy/naev/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/ChangeLog?r1=1.21&r2=1.22 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ChangeLog 7 Jun 2014 04:02:33 -0000 1.21 +++ ChangeLog 15 Apr 2015 01:26:15 -0000 1.22 @@ -1,6 +1,11 @@ # 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.21 2014/06/07 04:02:33 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/ChangeLog,v 1.22 2015/04/15 01:26:15 mr_bones_ Exp $ + +*naev-0.6.0 (15 Apr 2015) + + 15 Apr 2015; Michael Sterrett <[email protected]> +naev-0.6.0.ebuild: + version bump (bug #546562) 07 Jun 2014; Michael Sterrett <[email protected]> naev-0.5.3.ebuild: EAPI=5; build with --as-needed (bug #510458) 1.1 games-strategy/naev/naev-0.6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/naev-0.6.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/naev/naev-0.6.0.ebuild?rev=1.1&content-type=text/plain Index: naev-0.6.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-strategy/naev/naev-0.6.0.ebuild,v 1.1 2015/04/15 01:26:15 mr_bones_ Exp $ 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://blog.naev.org/" SRC_URI="mirror://sourceforge/naev/${P}.tar.bz2 mirror://sourceforge/naev/ndata-${PV}.zip" LICENSE="GPL-2 GPL-3 public-domain CC-BY-3.0 CC-BY-SA-3.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug +mixer +openal" RDEPEND="media-libs/libsdl2[X,sound,video] dev-libs/libzip dev-libs/libxml2 >=media-libs/freetype-2 >=media-libs/libvorbis-1.2.1 >=media-libs/libpng-1.2:0 virtual/glu virtual/opengl dev-lang/lua:0 mixer? ( media-libs/sdl2-mixer ) openal? ( media-libs/openal )" DEPEND="${RDEPEND} virtual/pkgconfig" src_unpack() { unpack ${P}.tar.bz2 } src_configure() { egamesconf \ --docdir=/usr/share/doc/${PF} \ --enable-lua=shared \ $(use_enable debug) \ $(use_with openal) \ $(use_with mixer sdlmixer) } src_compile() { emake V=1 } src_install() { emake \ DESTDIR="${D}" \ appicondir=/usr/share/pixmaps \ Graphicsdir=/usr/share/applications \ install insinto "${GAMES_DATADIR}"/${PN} newins "${DISTDIR}"/ndata-${PV}.zip ndata local res for res in 16 32 64 128; do newicon -s ${res} extras/logos/logo${res}.png naev.png done rm -f "${D}"/usr/share/doc/${PF}/LICENSE prepgamesdirs } pkg_preinst() { games_pkg_preinst gnome2_icon_savelist } pkg_postinst() { games_pkg_postinst gnome2_icon_cache_update } pkg_postrm() { gnome2_icon_cache_update }
