Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-rpg/daimonin-client: daimonin-client-0.9.7.ebuild ChangeLog
Date: Tue, 13 Jan 2009 02:34:48
Message-Id: E1LMZ77-0007Nc-US@stork.gentoo.org
1 mr_bones_ 09/01/13 02:34:45
2
3 Modified: daimonin-client-0.9.7.ebuild ChangeLog
4 Log:
5 EAPI=2; add use-based deps (bug #247458)
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
7
8 Revision Changes Path
9 1.2 games-rpg/daimonin-client/daimonin-client-0.9.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/daimonin-client/daimonin-client-0.9.7.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/daimonin-client/daimonin-client-0.9.7.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/daimonin-client/daimonin-client-0.9.7.ebuild?r1=1.1&r2=1.2
14
15 Index: daimonin-client-0.9.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-rpg/daimonin-client/daimonin-client-0.9.7.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- daimonin-client-0.9.7.ebuild 29 May 2007 21:19:42 -0000 1.1
22 +++ daimonin-client-0.9.7.ebuild 13 Jan 2009 02:34:45 -0000 1.2
23 @@ -1,7 +1,8 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/daimonin-client/daimonin-client-0.9.7.ebuild,v 1.1 2007/05/29 21:19:42 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/daimonin-client/daimonin-client-0.9.7.ebuild,v 1.2 2009/01/13 02:34:45 mr_bones_ Exp $
29
30 +EAPI=2
31 inherit eutils games
32
33 MY_P=${PN/-/_}-${PV}
34 @@ -15,14 +16,12 @@
35 IUSE=""
36
37 DEPEND="media-libs/libsdl
38 - media-libs/sdl-mixer
39 - media-libs/sdl-image"
40 + media-libs/sdl-mixer[vorbis]
41 + media-libs/sdl-image[png]"
42
43 S=${WORKDIR}/${MY_P}/make/linux
44
45 -src_unpack() {
46 - unpack ${A}
47 - cd "${S}"
48 +src_prepare() {
49 sed -i \
50 -e 's:$(d_datadir):$(DESTDIR)$(d_datadir):' \
51 -e '/PROGRAMS/s:updater::' \
52 @@ -32,9 +31,8 @@
53 chmod +x configure
54 }
55
56 -src_compile() {
57 - egamesconf --disable-simplelayout || die
58 - emake || die "emake failed"
59 +src_configure() {
60 + egamesconf --disable-simplelayout
61 }
62
63 src_install() {
64
65
66
67 1.19 games-rpg/daimonin-client/ChangeLog
68
69 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/daimonin-client/ChangeLog?rev=1.19&view=markup
70 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/daimonin-client/ChangeLog?rev=1.19&content-type=text/plain
71 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/daimonin-client/ChangeLog?r1=1.18&r2=1.19
72
73 Index: ChangeLog
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/games-rpg/daimonin-client/ChangeLog,v
76 retrieving revision 1.18
77 retrieving revision 1.19
78 diff -u -r1.18 -r1.19
79 --- ChangeLog 29 May 2007 21:19:42 -0000 1.18
80 +++ ChangeLog 13 Jan 2009 02:34:45 -0000 1.19
81 @@ -1,6 +1,10 @@
82 # ChangeLog for games-rpg/daimonin-client
83 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
84 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/daimonin-client/ChangeLog,v 1.18 2007/05/29 21:19:42 nyhm Exp $
85 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
86 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/daimonin-client/ChangeLog,v 1.19 2009/01/13 02:34:45 mr_bones_ Exp $
87 +
88 + 13 Jan 2009; Michael Sterrett <mr_bones_@g.o>
89 + daimonin-client-0.9.7.ebuild:
90 + EAPI=2; add use-based deps (bug #247458)
91
92 *daimonin-client-0.9.7 (29 May 2007)