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-rpg/daimonin-client: ChangeLog daimonin-client-0.10.5.ebuild
Date: Sun, 01 Mar 2015 16:22:32
Message-Id: 20150301162225.F0A4112D10@oystercatcher.gentoo.org
1 tupone 15/03/01 16:22:25
2
3 Modified: ChangeLog daimonin-client-0.10.5.ebuild
4 Log:
5 EAPI 5
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
8
9 Revision Changes Path
10 1.32 games-rpg/daimonin-client/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/daimonin-client/ChangeLog?rev=1.32&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/daimonin-client/ChangeLog?rev=1.32&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/daimonin-client/ChangeLog?r1=1.31&r2=1.32
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-rpg/daimonin-client/ChangeLog,v
19 retrieving revision 1.31
20 retrieving revision 1.32
21 diff -u -r1.31 -r1.32
22 --- ChangeLog 15 May 2014 16:57:56 -0000 1.31
23 +++ ChangeLog 1 Mar 2015 16:22:25 -0000 1.32
24 @@ -1,6 +1,10 @@
25 # ChangeLog for games-rpg/daimonin-client
26 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/daimonin-client/ChangeLog,v 1.31 2014/05/15 16:57:56 ulm Exp $
28 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/daimonin-client/ChangeLog,v 1.32 2015/03/01 16:22:25 tupone Exp $
30 +
31 + 01 Mar 2015; Tupone Alfredo <tupone@g.o>
32 + daimonin-client-0.10.5.ebuild:
33 + EAPI 5
34
35 15 May 2014; Ulrich Müller <ulm@g.o> daimonin-client-0.10.5.ebuild:
36 Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
37
38
39
40 1.6 games-rpg/daimonin-client/daimonin-client-0.10.5.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/daimonin-client/daimonin-client-0.10.5.ebuild?rev=1.6&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/daimonin-client/daimonin-client-0.10.5.ebuild?rev=1.6&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/daimonin-client/daimonin-client-0.10.5.ebuild?r1=1.5&r2=1.6
45
46 Index: daimonin-client-0.10.5.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/games-rpg/daimonin-client/daimonin-client-0.10.5.ebuild,v
49 retrieving revision 1.5
50 retrieving revision 1.6
51 diff -u -r1.5 -r1.6
52 --- daimonin-client-0.10.5.ebuild 15 May 2014 16:57:56 -0000 1.5
53 +++ daimonin-client-0.10.5.ebuild 1 Mar 2015 16:22:25 -0000 1.6
54 @@ -1,8 +1,8 @@
55 -# Copyright 1999-2014 Gentoo Foundation
56 +# Copyright 1999-2015 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/daimonin-client/daimonin-client-0.10.5.ebuild,v 1.5 2014/05/15 16:57:56 ulm Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/daimonin-client/daimonin-client-0.10.5.ebuild,v 1.6 2015/03/01 16:22:25 tupone Exp $
60
61 -EAPI=2
62 +EAPI=5
63 inherit eutils autotools games
64
65 MY_P=${PN}-${PV}
66 @@ -52,16 +52,15 @@
67
68 src_configure() {
69 egamesconf \
70 - --disable-dependency-tracking \
71 --disable-simplelayout \
72 $(use_enable debug)
73 }
74
75 src_install() {
76 - emake DESTDIR="${D}" install || die "emake install failed"
77 + default
78 cd ../..
79 dodoc README*
80 - newicon bitmaps/pentagram.png ${PN}.png || die "newicon failed"
81 + newicon bitmaps/pentagram.png ${PN}.png
82 make_desktop_entry daimonin Daimonin
83 prepgamesdirs
84 }