tupone 15/01/01 19:25:22 Modified: nighthawk-2.2.ebuild ChangeLog Log: EAPI 4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.15 games-action/nighthawk/nighthawk-2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/nighthawk/nighthawk-2.2.ebuild?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/nighthawk/nighthawk-2.2.ebuild?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/nighthawk/nighthawk-2.2.ebuild?r1=1.14&r2=1.15 Index: nighthawk-2.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/nighthawk/nighthawk-2.2.ebuild,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- nighthawk-2.2.ebuild 19 Oct 2010 05:29:36 -0000 1.14 +++ nighthawk-2.2.ebuild 1 Jan 2015 19:25:22 -0000 1.15 @@ -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-action/nighthawk/nighthawk-2.2.ebuild,v 1.14 2010/10/19 05:29:36 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/nighthawk/nighthawk-2.2.ebuild,v 1.15 2015/01/01 19:25:22 tupone Exp $ -EAPI=2 +EAPI=4 inherit eutils games DESCRIPTION="A tribute to Paradroid by Andrew Braybrook" @@ -15,6 +15,7 @@ IUSE="" DEPEND="x11-libs/libXpm" +RDEPEND="${DEPEND}" src_prepare() { epatch \ @@ -25,6 +26,6 @@ } src_install () { - emake DESTDIR="${D}" install || die + default prepgamesdirs } 1.16 games-action/nighthawk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/nighthawk/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/nighthawk/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/nighthawk/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/nighthawk/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 19 Oct 2010 05:29:36 -0000 1.15 +++ ChangeLog 1 Jan 2015 19:25:22 -0000 1.16 @@ -1,6 +1,9 @@ # ChangeLog for games-action/nighthawk -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/nighthawk/ChangeLog,v 1.15 2010/10/19 05:29:36 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/nighthawk/ChangeLog,v 1.16 2015/01/01 19:25:22 tupone Exp $ + + 01 Jan 2015; Tupone Alfredo <tup...@gentoo.org> nighthawk-2.2.ebuild: + EAPI 4 19 Oct 2010; Michael Sterrett <mr_bon...@gentoo.org> nighthawk-2.2.ebuild: EAPI=2; honor LDFLAGS (bug #341719)