tupone 15/03/01 18:12:56 Modified: kqlives-0.99.ebuild ChangeLog Log: EAPI 5 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.7 games-rpg/kqlives/kqlives-0.99.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/kqlives/kqlives-0.99.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/kqlives/kqlives-0.99.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/kqlives/kqlives-0.99.ebuild?r1=1.6&r2=1.7 Index: kqlives-0.99.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-rpg/kqlives/kqlives-0.99.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- kqlives-0.99.ebuild 2 May 2012 21:10:33 -0000 1.6 +++ kqlives-0.99.ebuild 1 Mar 2015 18:12:56 -0000 1.7 @@ -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-rpg/kqlives/kqlives-0.99.ebuild,v 1.6 2012/05/02 21:10:33 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/kqlives/kqlives-0.99.ebuild,v 1.7 2015/03/01 18:12:56 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils games MY_P=${P/lives} @@ -30,14 +30,12 @@ src_configure() { egamesconf \ - --disable-dependency-tracking \ $(use_enable nls) \ $(use_enable cheats) } src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog README + default local x for x in diff draw draw2 dump; do 1.7 games-rpg/kqlives/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/kqlives/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/kqlives/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/kqlives/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-rpg/kqlives/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 2 May 2012 21:10:33 -0000 1.6 +++ ChangeLog 1 Mar 2015 18:12:56 -0000 1.7 @@ -1,6 +1,9 @@ # ChangeLog for games-rpg/kqlives -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/kqlives/ChangeLog,v 1.6 2012/05/02 21:10:33 jdhore Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/kqlives/ChangeLog,v 1.7 2015/03/01 18:12:56 tupone Exp $ + + 01 Mar 2015; Tupone Alfredo <[email protected]> kqlives-0.99.ebuild: + EAPI 5 02 May 2012; Jeff Horelick <[email protected]> kqlives-0.99.ebuild: dev-util/pkgconfig -> virtual/pkgconfig
