summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-rpg/daimonin-client/daimonin-client-0.9.7.1.ebuild')
-rw-r--r--games-rpg/daimonin-client/daimonin-client-0.9.7.1.ebuild57
1 files changed, 0 insertions, 57 deletions
diff --git a/games-rpg/daimonin-client/daimonin-client-0.9.7.1.ebuild b/games-rpg/daimonin-client/daimonin-client-0.9.7.1.ebuild
deleted file mode 100644
index d217327058cb..000000000000
--- a/games-rpg/daimonin-client/daimonin-client-0.9.7.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2010 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.3 2010/01/08 01:12:47 josejx 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
-}