diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-01-01 19:25:22 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-01-01 19:25:22 +0000 |
commit | d9211eccf779c5c91975522bb0ff3d557bd19ee3 (patch) | |
tree | 3e4388a571675c6fe1cfe4b4cc18412674b66fb6 /games-action/nighthawk | |
parent | EAPI 4 (diff) | |
download | gentoo-2-d9211eccf779c5c91975522bb0ff3d557bd19ee3.tar.gz gentoo-2-d9211eccf779c5c91975522bb0ff3d557bd19ee3.tar.bz2 gentoo-2-d9211eccf779c5c91975522bb0ff3d557bd19ee3.zip |
EAPI 4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-action/nighthawk')
-rw-r--r-- | games-action/nighthawk/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/nighthawk/nighthawk-2.2.ebuild | 9 |
2 files changed, 10 insertions, 6 deletions
diff --git a/games-action/nighthawk/ChangeLog b/games-action/nighthawk/ChangeLog index 68f49227d90f..a5d7c190b1d0 100644 --- a/games-action/nighthawk/ChangeLog +++ b/games-action/nighthawk/ChangeLog @@ -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 <tupone@gentoo.org> nighthawk-2.2.ebuild: + EAPI 4 19 Oct 2010; Michael Sterrett <mr_bones_@gentoo.org> nighthawk-2.2.ebuild: EAPI=2; honor LDFLAGS (bug #341719) diff --git a/games-action/nighthawk/nighthawk-2.2.ebuild b/games-action/nighthawk/nighthawk-2.2.ebuild index 37c7c2631d24..11bd6829904a 100644 --- a/games-action/nighthawk/nighthawk-2.2.ebuild +++ b/games-action/nighthawk/nighthawk-2.2.ebuild @@ -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 @@ KEYWORDS="amd64 ppc x86" IUSE="" DEPEND="x11-libs/libXpm" +RDEPEND="${DEPEND}" src_prepare() { epatch \ @@ -25,6 +26,6 @@ src_prepare() { } src_install () { - emake DESTDIR="${D}" install || die + default prepgamesdirs } |