Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
|
|
Subject:
|
gentoo-x86 commit in games-rpg/daimonin-client: daimonin-client-0.9.7.ebuild ChangeLog
|
|
Date:
|
Tue, 13 Jan 2009 02:34:45 +0000
|
|
mr_bones_ 09/01/13 02:34:45
Modified: daimonin-client-0.9.7.ebuild ChangeLog
Log:
EAPI=2; add use-based deps (bug #247458)
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
Revision Changes Path
1.2 games-rpg/daimonin-client/daimonin-client-0.9.7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/daimonin-client/daimonin-client-0.9.7.ebuild?rev=1.2&view=markup
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
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
Index: daimonin-client-0.9.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-rpg/daimonin-client/daimonin-client-0.9.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- daimonin-client-0.9.7.ebuild 29 May 2007 21:19:42 -0000 1.1
+++ daimonin-client-0.9.7.ebuild 13 Jan 2009 02:34:45 -0000 1.2
@@ -1,7 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
+EAPI=2
inherit eutils games
MY_P=${PN/-/_}-${PV}
@@ -15,14 +16,12 @@
IUSE=""
DEPEND="media-libs/libsdl
- media-libs/sdl-mixer
- media-libs/sdl-image"
+ media-libs/sdl-mixer[vorbis]
+ media-libs/sdl-image[png]"
S=${WORKDIR}/${MY_P}/make/linux
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
sed -i \
-e 's:$(d_datadir):$(DESTDIR)$(d_datadir):' \
-e '/PROGRAMS/s:updater::' \
@@ -32,9 +31,8 @@
chmod +x configure
}
-src_compile() {
- egamesconf --disable-simplelayout || die
- emake || die "emake failed"
+src_configure() {
+ egamesconf --disable-simplelayout
}
src_install() {
1.19 games-rpg/daimonin-client/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/daimonin-client/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/daimonin-client/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/daimonin-client/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-rpg/daimonin-client/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 29 May 2007 21:19:42 -0000 1.18
+++ ChangeLog 13 Jan 2009 02:34:45 -0000 1.19
@@ -1,6 +1,10 @@
# ChangeLog for games-rpg/daimonin-client
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/daimonin-client/ChangeLog,v 1.18 2007/05/29 21:19:42 nyhm Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/daimonin-client/ChangeLog,v 1.19 2009/01/13 02:34:45 mr_bones_ Exp $
+
+ 13 Jan 2009; Michael Sterrett <mr_bones_@g.o>
+ daimonin-client-0.9.7.ebuild:
+ EAPI=2; add use-based deps (bug #247458)
*daimonin-client-0.9.7 (29 May 2007)
|
|