tupone 15/03/08 19:24:26 Modified: ChangeLog foobillard-3.0a.ebuild Log: EAPI 5 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.21 games-sports/foobillard/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-sports/foobillard/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 15 Oct 2011 08:10:46 -0000 1.20 +++ ChangeLog 8 Mar 2015 19:24:26 -0000 1.21 @@ -1,6 +1,9 @@ # ChangeLog for games-sports/foobillard -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/ChangeLog,v 1.20 2011/10/15 08:10:46 tove Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/ChangeLog,v 1.21 2015/03/08 19:24:26 tupone Exp $ + + 08 Mar 2015; Tupone Alfredo <[email protected]> foobillard-3.0a.ebuild: + EAPI 5 13 Oct 2011; Tupone Alfredo <[email protected]> foobillard-3.0a.ebuild: No more rely on build-time opengl choice. Bug #377295 by Michał Górny 1.18 games-sports/foobillard/foobillard-3.0a.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild?r1=1.17&r2=1.18 Index: foobillard-3.0a.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- foobillard-3.0a.ebuild 13 Oct 2011 14:45:07 -0000 1.17 +++ foobillard-3.0a.ebuild 8 Mar 2015 19:24:26 -0000 1.18 @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild,v 1.17 2011/10/13 14:45:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/foobillard/foobillard-3.0a.ebuild,v 1.18 2015/03/08 19:24:26 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils autotools games DESCRIPTION="8ball, 9ball, snooker and carambol game" @@ -22,6 +22,7 @@ media-libs/libpng sdl? ( media-libs/libsdl ) !sdl? ( media-libs/freeglut )" +RDEPEND="${DEPEND}" src_prepare() { epatch \ @@ -29,6 +30,8 @@ "${FILESDIR}"/${P}-fbsd.patch \ "${FILESDIR}"/${P}-as-needed.patch \ "${FILESDIR}"/${P}-gl-clamp.patch + mv configure.{in,ac} + rm aclocal.m4 eautoreconf } @@ -42,8 +45,7 @@ } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog README README.FONTS + default doman foobillard.6 newicon data/full_symbol.png foobillard.png make_desktop_entry foobillard Foobillard
