diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-30 07:49:55 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-30 07:49:55 +0000 |
commit | 687423e52ddf0be76364648bb48ed22e1ef643c0 (patch) | |
tree | 1ee967a5cd76a9169c7fac468616ce5e05f41efe /games-rpg | |
parent | Fixed broken Manifest. (Manifest recommit) (diff) | |
download | gentoo-2-687423e52ddf0be76364648bb48ed22e1ef643c0.tar.gz gentoo-2-687423e52ddf0be76364648bb48ed22e1ef643c0.tar.bz2 gentoo-2-687423e52ddf0be76364648bb48ed22e1ef643c0.zip |
minor version bump
Diffstat (limited to 'games-rpg')
3 files changed, 62 insertions, 1 deletions
diff --git a/games-rpg/daimonin-client/ChangeLog b/games-rpg/daimonin-client/ChangeLog index cabab0931611..2233e9fa2bd8 100644 --- a/games-rpg/daimonin-client/ChangeLog +++ b/games-rpg/daimonin-client/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-rpg/daimonin-client # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/daimonin-client/ChangeLog,v 1.8 2004/08/31 09:08:48 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/daimonin-client/ChangeLog,v 1.9 2004/11/30 07:49:55 mr_bones_ Exp $ + +*daimonin-client-0.96.5_beta3-r1 (29 Nov 2004) + + 29 Nov 2004; Michael Sterrett <mr_bones_@gentoo.org> + +daimonin-client-0.96.5_beta3-r1.ebuild: + minor version bump *daimonin-client-0.96.5_beta3 (31 Aug 2004) diff --git a/games-rpg/daimonin-client/daimonin-client-0.96.5_beta3-r1.ebuild b/games-rpg/daimonin-client/daimonin-client-0.96.5_beta3-r1.ebuild new file mode 100644 index 000000000000..4a3a680bf6ec --- /dev/null +++ b/games-rpg/daimonin-client/daimonin-client-0.96.5_beta3-r1.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2004 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.96.5_beta3-r1.ebuild,v 1.1 2004/11/30 07:49:55 mr_bones_ Exp $ + +inherit eutils flag-o-matic games + +MY_PV=${PV/_beta*} +MY_PV=${MY_PV//.} +DESCRIPTION="MMORPG with 2D isometric tiles grafik, true color and alpha blending effects" +HOMEPAGE="http://daimonin.sourceforge.net/" +SRC_URI="mirror://sourceforge/daimonin/daimonin_client_src-BETA3-${MY_PV}b.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~amd64" +IUSE="" + +DEPEND="media-libs/libsdl + media-libs/sdl-mixer + media-libs/sdl-image + virtual/x11" + +S="${WORKDIR}/daimonin/client" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}/${PV}-gentoo-paths.patch" + chmod a+x make/linux/configure +} + +src_compile() { + append-flags \ + -DGENTOO_DATADIR="'\"${GAMES_DATADIR}/${PN}\"'" \ + -DGENTOO_STATEDIR="'\"${GAMES_STATEDIR}/${PN}\"'" + + cd make/linux + egamesconf || die + emake || die "emake failed" +} + +src_install() { + dogamesbin src/daimonin || die "dogamesbin failed" + dodir "${GAMES_DATADIR}/${PN}" "${GAMES_STATEDIR}/${PN}" + cp -r bitmaps icons media sfx "${D}/${GAMES_DATADIR}/${PN}/" \ + || die "cp failed" + cp -r cache gfx_user srv_files "${D}/${GAMES_STATEDIR}/${PN}/" \ + || die "cp failed" + insinto "${GAMES_STATEDIR}/${PN}" + doins *.{dat,p0} || die "doins failed" + prepgamesdirs + find "${D}/${GAMES_STATEDIR}/${PN}/" -type d -print0 | xargs -0 \ + chmod g+w +} diff --git a/games-rpg/daimonin-client/files/digest-daimonin-client-0.96.5_beta3-r1 b/games-rpg/daimonin-client/files/digest-daimonin-client-0.96.5_beta3-r1 new file mode 100644 index 000000000000..a7ce4b1b10ab --- /dev/null +++ b/games-rpg/daimonin-client/files/digest-daimonin-client-0.96.5_beta3-r1 @@ -0,0 +1 @@ +MD5 5330750ab5c5adffb6c264ff6102599d daimonin_client_src-BETA3-0965b.tgz 14452168 |