Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/nighthawk: nighthawk-2.2.ebuild ChangeLog
Date: Thu, 01 Jan 2015 19:25:26
Message-Id: 20150101192522.AFC2EEA85@oystercatcher.gentoo.org
1 tupone 15/01/01 19:25:22
2
3 Modified: nighthawk-2.2.ebuild ChangeLog
4 Log:
5 EAPI 4
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
8
9 Revision Changes Path
10 1.15 games-action/nighthawk/nighthawk-2.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/nighthawk/nighthawk-2.2.ebuild?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/nighthawk/nighthawk-2.2.ebuild?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/nighthawk/nighthawk-2.2.ebuild?r1=1.14&r2=1.15
15
16 Index: nighthawk-2.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/nighthawk/nighthawk-2.2.ebuild,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- nighthawk-2.2.ebuild 19 Oct 2010 05:29:36 -0000 1.14
23 +++ nighthawk-2.2.ebuild 1 Jan 2015 19:25:22 -0000 1.15
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-action/nighthawk/nighthawk-2.2.ebuild,v 1.14 2010/10/19 05:29:36 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-action/nighthawk/nighthawk-2.2.ebuild,v 1.15 2015/01/01 19:25:22 tupone Exp $
30
31 -EAPI=2
32 +EAPI=4
33 inherit eutils games
34
35 DESCRIPTION="A tribute to Paradroid by Andrew Braybrook"
36 @@ -15,6 +15,7 @@
37 IUSE=""
38
39 DEPEND="x11-libs/libXpm"
40 +RDEPEND="${DEPEND}"
41
42 src_prepare() {
43 epatch \
44 @@ -25,6 +26,6 @@
45 }
46
47 src_install () {
48 - emake DESTDIR="${D}" install || die
49 + default
50 prepgamesdirs
51 }
52
53
54
55 1.16 games-action/nighthawk/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/nighthawk/ChangeLog?rev=1.16&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/nighthawk/ChangeLog?rev=1.16&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/nighthawk/ChangeLog?r1=1.15&r2=1.16
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/games-action/nighthawk/ChangeLog,v
64 retrieving revision 1.15
65 retrieving revision 1.16
66 diff -u -r1.15 -r1.16
67 --- ChangeLog 19 Oct 2010 05:29:36 -0000 1.15
68 +++ ChangeLog 1 Jan 2015 19:25:22 -0000 1.16
69 @@ -1,6 +1,9 @@
70 # ChangeLog for games-action/nighthawk
71 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/games-action/nighthawk/ChangeLog,v 1.15 2010/10/19 05:29:36 mr_bones_ Exp $
73 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
74 +# $Header: /var/cvsroot/gentoo-x86/games-action/nighthawk/ChangeLog,v 1.16 2015/01/01 19:25:22 tupone Exp $
75 +
76 + 01 Jan 2015; Tupone Alfredo <tupone@g.o> nighthawk-2.2.ebuild:
77 + EAPI 4
78
79 19 Oct 2010; Michael Sterrett <mr_bones_@g.o> nighthawk-2.2.ebuild:
80 EAPI=2; honor LDFLAGS (bug #341719)