tupone 15/01/03 17:08:17 Modified: briquolo-0.5.7.ebuild ChangeLog Log: EAPI 4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.5 games-arcade/briquolo/briquolo-0.5.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/briquolo/briquolo-0.5.7.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/briquolo/briquolo-0.5.7.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/briquolo/briquolo-0.5.7.ebuild?r1=1.4&r2=1.5 Index: briquolo-0.5.7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/briquolo/briquolo-0.5.7.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- briquolo-0.5.7.ebuild 23 Jul 2014 07:07:25 -0000 1.4 +++ briquolo-0.5.7.ebuild 3 Jan 2015 17:08:17 -0000 1.5 @@ -1,7 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/briquolo/briquolo-0.5.7.ebuild,v 1.4 2014/07/23 07:07:25 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/briquolo/briquolo-0.5.7.ebuild,v 1.5 2015/01/03 17:08:17 tupone Exp $ +EAPI=4 inherit eutils games DESCRIPTION="Breakout with 3D representation based on OpenGL" @@ -23,9 +24,7 @@ DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch "${FILESDIR}"/${P}-gcc43.patch \ "${FILESDIR}"/${P}-libpng14.patch # no thanks we'll take care of it. @@ -44,16 +43,13 @@ || die "sed Makefile.in.in failed" } -src_compile() { +src_configure() { egamesconf \ - --disable-dependency-tracking \ - $(use_enable nls) || die - emake || die "emake failed" + $(use_enable nls) } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog README + default doicon desktop/briquolo.svg make_desktop_entry briquolo Briquolo prepgamesdirs 1.20 games-arcade/briquolo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/briquolo/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/briquolo/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/briquolo/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/briquolo/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 23 Jul 2014 07:07:25 -0000 1.19 +++ ChangeLog 3 Jan 2015 17:08:17 -0000 1.20 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/briquolo -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/briquolo/ChangeLog,v 1.19 2014/07/23 07:07:25 tupone Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/briquolo/ChangeLog,v 1.20 2015/01/03 17:08:17 tupone Exp $ + + 03 Jan 2015; Tupone Alfredo <tup...@gentoo.org> briquolo-0.5.7.ebuild: + EAPI 4 23 Jul 2014; Alfredo Tupone <tup...@gentoo.org> briquolo-0.5.7.ebuild: Fixing dependency. Bug #514528 by Patrick Lauer