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/xpilot: ChangeLog xpilot-4.5.5.ebuild
Date: Fri, 02 Jan 2015 11:54:59
Message-Id: 20150102115454.C740DEB61@oystercatcher.gentoo.org
1 tupone 15/01/02 11:54:54
2
3 Modified: ChangeLog xpilot-4.5.5.ebuild
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.13 games-action/xpilot/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot/ChangeLog?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot/ChangeLog?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot/ChangeLog?r1=1.12&r2=1.13
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/xpilot/ChangeLog,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- ChangeLog 21 Jun 2010 20:13:52 -0000 1.12
23 +++ ChangeLog 2 Jan 2015 11:54:54 -0000 1.13
24 @@ -1,6 +1,9 @@
25 # ChangeLog for games-action/xpilot
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot/ChangeLog,v 1.12 2010/06/21 20:13:52 maekke Exp $
28 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot/ChangeLog,v 1.13 2015/01/02 11:54:54 tupone Exp $
30 +
31 + 02 Jan 2015; Tupone Alfredo <tupone@g.o> xpilot-4.5.5.ebuild:
32 + EAPI 4
33
34 21 Jun 2010; Markus Meier <maekke@g.o> xpilot-4.5.5.ebuild:
35 amd64/x86 stable, bug #323121
36
37
38
39 1.4 games-action/xpilot/xpilot-4.5.5.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot/xpilot-4.5.5.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot/xpilot-4.5.5.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/xpilot/xpilot-4.5.5.ebuild?r1=1.3&r2=1.4
44
45 Index: xpilot-4.5.5.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-action/xpilot/xpilot-4.5.5.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- xpilot-4.5.5.ebuild 21 Jun 2010 20:13:52 -0000 1.3
52 +++ xpilot-4.5.5.ebuild 2 Jan 2015 11:54:54 -0000 1.4
53 @@ -1,8 +1,8 @@
54 -# Copyright 1999-2010 Gentoo Foundation
55 +# Copyright 1999-2015 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot/xpilot-4.5.5.ebuild,v 1.3 2010/06/21 20:13:52 maekke Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot/xpilot-4.5.5.ebuild,v 1.4 2015/01/02 11:54:54 tupone Exp $
59
60 -EAPI=2
61 +EAPI=4
62 inherit eutils games
63
64 DESCRIPTION="A multi-player 2D client/server space game"
65 @@ -34,15 +34,15 @@
66
67 src_compile() {
68 xmkmf || die "xmkmf failed"
69 - emake Makefiles || die "emake Makefiles failed"
70 - emake includes || die "emake includes failed"
71 - emake depend || die "emake depend failed"
72 - emake CC="${CC}" CDEBUGFLAGS="${CFLAGS} ${LDFLAGS}" || die "emake failed"
73 + emake Makefiles
74 + emake includes
75 + emake depend
76 + emake CC="${CC}" CDEBUGFLAGS="${CFLAGS} ${LDFLAGS}"
77 }
78
79 src_install() {
80 - emake DESTDIR="${D}" install || die "emake install failed"
81 - emake DESTDIR="${D}" install.man || die "emake install.man failed"
82 + emake DESTDIR="${D}" install
83 + emake DESTDIR="${D}" install.man
84 newicon lib/textures/logo.ppm ${PN}.ppm
85 make_desktop_entry ${PN} XPilot /usr/share/pixmaps/${PN}.ppm
86 dodoc README.txt doc/{ChangeLog,CREDITS,FAQ,README*,TODO}