mr_bones_ 14/06/13 15:50:01 Modified: zaz-1.0.0.ebuild ChangeLog Log: EAPI=5; fix build (bug #510432) (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.8 games-puzzle/zaz/zaz-1.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild?r1=1.7&r2=1.8 Index: zaz-1.0.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- zaz-1.0.0.ebuild 15 May 2014 16:55:29 -0000 1.7 +++ zaz-1.0.0.ebuild 13 Jun 2014 15:50:01 -0000 1.8 @@ -1,15 +1,15 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild,v 1.7 2014/05/15 16:55:29 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/zaz-1.0.0.ebuild,v 1.8 2014/06/13 15:50:01 mr_bones_ Exp $ -EAPI=2 -inherit autotools eutils games +EAPI=5 +inherit autotools flag-o-matic eutils games DESCRIPTION="A puzzle game where the player has to arrange balls in triplets" HOMEPAGE="http://sourceforge.net/projects/zaz/" SRC_URI="mirror://sourceforge/zaz/${P}.tar.bz2" -LICENSE="GPL-3 CC-BY-SA-3.0" +LICENSE="GPL-3 GPL-3+ CC-BY-SA-3.0 OFL" SLOT="0" KEYWORDS="amd64 x86" IUSE="nls" @@ -35,6 +35,9 @@ } src_configure() { + append-libs -lvorbis + append-cflags $(pkg-config sdl --cflags) + append-cxxflags $(pkg-config sdl --cflags) egamesconf \ --disable-dependency-tracking \ --with-applicationdir=/usr/share/applications \ @@ -44,7 +47,6 @@ } src_install() { - emake DESTDIR="${D}" install || die "emake failed" - dodoc AUTHORS ChangeLog + default prepgamesdirs } 1.19 games-puzzle/zaz/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/zaz/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 15 May 2014 16:55:29 -0000 1.18 +++ ChangeLog 13 Jun 2014 15:50:01 -0000 1.19 @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/zaz # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v 1.18 2014/05/15 16:55:29 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/zaz/ChangeLog,v 1.19 2014/06/13 15:50:01 mr_bones_ Exp $ + + 13 Jun 2014; Michael Sterrett <[email protected]> zaz-1.0.0.ebuild: + EAPI=5; fix build (bug #510432) 15 May 2014; Ulrich Müller <[email protected]> zaz-1.0.0.ebuild: Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to @@ -76,4 +79,3 @@ 26 Aug 2009; Michael Sterrett <[email protected]> +zaz-0.2.8.ebuild, +files/zaz-0.2.8-build.patch, +metadata.xml: Initial commit (bug #282349) -
