tupone 15/03/08 19:17:38 Modified: billardgl-1.75-r1.ebuild ChangeLog Log: EAPI 5 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.13 games-sports/billardgl/billardgl-1.75-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/billardgl/billardgl-1.75-r1.ebuild?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/billardgl/billardgl-1.75-r1.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/billardgl/billardgl-1.75-r1.ebuild?r1=1.12&r2=1.13 Index: billardgl-1.75-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-sports/billardgl/billardgl-1.75-r1.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- billardgl-1.75-r1.ebuild 16 Sep 2010 17:01:13 -0000 1.12 +++ billardgl-1.75-r1.ebuild 8 Mar 2015 19:17:38 -0000 1.13 @@ -1,8 +1,8 @@ -# Copyright 1999-2010 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/billardgl/billardgl-1.75-r1.ebuild,v 1.12 2010/09/16 17:01:13 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/billardgl/billardgl-1.75-r1.ebuild,v 1.13 2015/03/08 19:17:38 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils games DESCRIPTION="an OpenGL billards game" @@ -20,6 +20,7 @@ virtual/opengl virtual/glu media-libs/freeglut" +RDEPEND="${DEPEND}" S=${WORKDIR}/BillardGL-${PV}/src @@ -44,9 +45,9 @@ } src_install() { - newgamesbin BillardGL ${PN} || die "newgamesbin failed" + newgamesbin BillardGL ${PN} insinto "${GAMES_DATADIR}"/${PN} - doins -r lang Texturen || die "doins failed" + doins -r lang Texturen dodoc README doicon "${DISTDIR}"/${PN}.png make_desktop_entry ${PN} BillardGL 1.13 games-sports/billardgl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/billardgl/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/billardgl/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-sports/billardgl/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-sports/billardgl/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 16 Sep 2010 17:01:13 -0000 1.12 +++ ChangeLog 8 Mar 2015 19:17:38 -0000 1.13 @@ -1,6 +1,9 @@ # ChangeLog for games-sports/billardgl -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/billardgl/ChangeLog,v 1.12 2010/09/16 17:01:13 scarabeus Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-sports/billardgl/ChangeLog,v 1.13 2015/03/08 19:17:38 tupone Exp $ + + 08 Mar 2015; Tupone Alfredo <[email protected]> billardgl-1.75-r1.ebuild: + EAPI 5 16 Sep 2010; Tomáš Chvátal <[email protected]> billardgl-1.75-r1.ebuild:
