tupone 15/01/05 10:05:55 Modified: ChangeLog jvgs-0.5.ebuild Log: EAPI 5 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.5 games-arcade/jvgs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/jvgs/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/jvgs/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/jvgs/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/jvgs/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 3 Sep 2012 19:28:12 -0000 1.4 +++ ChangeLog 5 Jan 2015 10:05:55 -0000 1.5 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/jvgs -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/jvgs/ChangeLog,v 1.4 2012/09/03 19:28:12 hasufell Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/jvgs/ChangeLog,v 1.5 2015/01/05 10:05:55 tupone Exp $ + + 05 Jan 2015; Tupone Alfredo <[email protected]> jvgs-0.5.ebuild: + EAPI 5 03 Sep 2012; Julian Ospald <[email protected]> jvgs-0.5.ebuild, +files/jvgs-0.5-flags.patch: 1.5 games-arcade/jvgs/jvgs-0.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/jvgs/jvgs-0.5.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/jvgs/jvgs-0.5.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/jvgs/jvgs-0.5.ebuild?r1=1.4&r2=1.5 Index: jvgs-0.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-arcade/jvgs/jvgs-0.5.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- jvgs-0.5.ebuild 3 Sep 2012 19:28:12 -0000 1.4 +++ jvgs-0.5.ebuild 5 Jan 2015 10:05:55 -0000 1.5 @@ -1,8 +1,8 @@ -# Copyright 1999-2012 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/jvgs/jvgs-0.5.ebuild,v 1.4 2012/09/03 19:28:12 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/jvgs/jvgs-0.5.ebuild,v 1.5 2015/01/05 10:05:55 tupone Exp $ -EAPI=2 +EAPI=5 CMAKE_IN_SOURCE_BUILD=1 inherit cmake-utils eutils games @@ -40,10 +40,10 @@ src_install() { exeinto "$(games_get_libdir)" - doexe src/${PN} || die + doexe src/${PN} insinto "${GAMES_DATADIR}"/${PN} - doins -r main.lua resources || die + doins -r main.lua resources games_make_wrapper ${PN} "/$(games_get_libdir)/${PN}" \ "${GAMES_DATADIR}/${PN}"
