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: ChangeLog daimonin-client-0.9.7.1.ebuild
|
|
Date:
|
Tue, 13 Jan 2009 04:51:39 +0000
|
|
mr_bones_ 09/01/13 04:51:39
Modified: ChangeLog
Added: daimonin-client-0.9.7.1.ebuild
Log:
version bump
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
Revision Changes Path
1.20 games-rpg/daimonin-client/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/daimonin-client/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/daimonin-client/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/daimonin-client/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-rpg/daimonin-client/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 13 Jan 2009 02:34:45 -0000 1.19
+++ ChangeLog 13 Jan 2009 04:51:38 -0000 1.20
@@ -1,6 +1,12 @@
# ChangeLog for games-rpg/daimonin-client
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/daimonin-client/ChangeLog,v 1.20 2009/01/13 04:51:38 mr_bones_ Exp $
+
+*daimonin-client-0.9.7.1 (13 Jan 2009)
+
+ 13 Jan 2009; Michael Sterrett <mr_bones_@g.o>
+ +daimonin-client-0.9.7.1.ebuild:
+ version bump
13 Jan 2009; Michael Sterrett <mr_bones_@g.o>
daimonin-client-0.9.7.ebuild:
1.1 games-rpg/daimonin-client/daimonin-client-0.9.7.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/daimonin-client/daimonin-client-0.9.7.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/daimonin-client/daimonin-client-0.9.7.1.ebuild?rev=1.1&content-type=text/plain
Index: daimonin-client-0.9.7.1.ebuild
===================================================================
# 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.1.ebuild,v 1.1 2009/01/13 04:51:38 mr_bones_ Exp $
EAPI=2
inherit eutils games
MY_P=${PN/-/_}-${PV}
DESCRIPTION="a graphical 2D tile-based MMORPG"
HOMEPAGE="http://daimonin.sourceforge.net/"
SRC_URI="mirror://sourceforge/daimonin/${MY_P}.zip
mirror://sourceforge/daimonin/AllMusic.zip"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-amd64 ~ppc ~x86"
IUSE=""
RDEPEND="media-libs/libsdl
media-libs/sdl-mixer[vorbis]
media-libs/sdl-image[png]
dev-games/physfs
net-misc/curl"
DEPEND="${RDEPEND}
app-arch/unzip"
S=${WORKDIR}/daimonin/client/make/linux
src_unpack() {
unpack ${MY_P}.zip
cd daimonin/client/media
rm -f *
unpack AllMusic.zip
}
src_prepare() {
sed -i \
-e 's:$(d_datadir):$(DESTDIR)$(d_datadir):' \
-e '/PROGRAMS/s:daimonin-updater::' \
-e '/\/tools/d' \
Makefile.in \
|| die "sed failed"
chmod +x configure
}
src_configure() {
egamesconf --disable-simplelayout
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
cd ../..
dodoc README*
newicon skins/subred/bitmaps/pentagram.png ${PN}.png || die "newicon failed"
make_desktop_entry daimonin Daimonin
prepgamesdirs
}
|
|