Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/openclonk: openclonk-5.2.2.ebuild ChangeLog
Date: Sat, 02 Jun 2012 16:40:31
Message-Id: 20120602164021.1D4DC2004B@flycatcher.gentoo.org
1 hasufell 12/06/02 16:40:21
2
3 Modified: openclonk-5.2.2.ebuild ChangeLog
4 Log:
5 bump to EAPI=4
6
7 (Portage version: 2.2.0_alpha109/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 games-action/openclonk/openclonk-5.2.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/openclonk/openclonk-5.2.2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/openclonk/openclonk-5.2.2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/openclonk/openclonk-5.2.2.ebuild?r1=1.2&r2=1.3
15
16 Index: openclonk-5.2.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/openclonk/openclonk-5.2.2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- openclonk-5.2.2.ebuild 12 May 2012 22:40:39 -0000 1.2
23 +++ openclonk-5.2.2.ebuild 2 Jun 2012 16:40:21 -0000 1.3
24 @@ -1,8 +1,8 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-action/openclonk/openclonk-5.2.2.ebuild,v 1.2 2012/05/12 22:40:39 hasufell Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/openclonk/openclonk-5.2.2.ebuild,v 1.3 2012/06/02 16:40:21 hasufell Exp $
29
30 -EAPI=3
31 +EAPI=4
32
33 inherit autotools eutils flag-o-matic python games
34
35 @@ -78,6 +78,7 @@
36 append-flags -fno-strict-aliasing
37
38 egamesconf \
39 + --docdir=/usr/share/doc/${PF} \
40 $(use_enable dedicated console) \
41 $(use_enable sound) \
42 $(use_enable mp3) \
43 @@ -87,18 +88,18 @@
44 }
45
46 src_compile() {
47 - emake || die
48 + emake
49
50 if use doc ; then
51 - emake -C docs || die
52 + emake -C docs
53 fi
54 }
55
56 src_install() {
57 - emake DESTDIR="${D}" install || die
58 + emake DESTDIR="${D}" install
59
60 if ! use dedicated; then
61 - newgamesbin "${FILESDIR}"/${PN}-wrapper-script.sh ${PN} || die
62 + newgamesbin "${FILESDIR}"/${PN}-wrapper-script.sh ${PN}
63 doicon "${DISTDIR}"/${PN}.png
64 make_desktop_entry ${PN}
65 fi
66
67
68
69 1.3 games-action/openclonk/ChangeLog
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/openclonk/ChangeLog?rev=1.3&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/openclonk/ChangeLog?rev=1.3&content-type=text/plain
73 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/openclonk/ChangeLog?r1=1.2&r2=1.3
74
75 Index: ChangeLog
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/games-action/openclonk/ChangeLog,v
78 retrieving revision 1.2
79 retrieving revision 1.3
80 diff -u -r1.2 -r1.3
81 --- ChangeLog 12 May 2012 22:40:39 -0000 1.2
82 +++ ChangeLog 2 Jun 2012 16:40:21 -0000 1.3
83 @@ -1,6 +1,9 @@
84 # ChangeLog for games-action/openclonk
85 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
86 -# $Header: /var/cvsroot/gentoo-x86/games-action/openclonk/ChangeLog,v 1.2 2012/05/12 22:40:39 hasufell Exp $
87 +# $Header: /var/cvsroot/gentoo-x86/games-action/openclonk/ChangeLog,v 1.3 2012/06/02 16:40:21 hasufell Exp $
88 +
89 + 02 Jun 2012; Julian Ospald <hasufell@g.o> openclonk-5.2.2.ebuild:
90 + bump to EAPI=4 and fix doc destination
91
92 12 May 2012; Julian Ospald <hasufell@g.o> openclonk-5.2.2.ebuild:
93 fix licenses wrt #415645