diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-16 07:14:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-16 07:14:57 +0000 |
commit | 31a4f9067d50dda6fc31c15080ed5da71b3a4862 (patch) | |
tree | 1430563ecf5175aaf8d817ee53645f3971263507 /games-rpg/daimonin-client | |
parent | version bump (Manifest recommit) (diff) | |
download | gentoo-2-31a4f9067d50dda6fc31c15080ed5da71b3a4862.tar.gz gentoo-2-31a4f9067d50dda6fc31c15080ed5da71b3a4862.tar.bz2 gentoo-2-31a4f9067d50dda6fc31c15080ed5da71b3a4862.zip |
clean older ebuild
Diffstat (limited to 'games-rpg/daimonin-client')
-rw-r--r-- | games-rpg/daimonin-client/ChangeLog | 6 | ||||
-rw-r--r-- | games-rpg/daimonin-client/daimonin-client-0.95b.ebuild | 42 | ||||
-rw-r--r-- | games-rpg/daimonin-client/files/digest-daimonin-client-0.95b | 1 |
3 files changed, 5 insertions, 44 deletions
diff --git a/games-rpg/daimonin-client/ChangeLog b/games-rpg/daimonin-client/ChangeLog index d7a373eacf41..5c16a2d97625 100644 --- a/games-rpg/daimonin-client/ChangeLog +++ b/games-rpg/daimonin-client/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-rpg/daimonin-client # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/daimonin-client/ChangeLog,v 1.3 2004/05/27 15:49:39 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/daimonin-client/ChangeLog,v 1.4 2004/06/16 07:14:57 mr_bones_ Exp $ + + 16 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> + daimonin-client-0.95b.ebuild: + clean older ebuild 27 May 2004; Danny van Dyk <kugelfang@gentoo.org> daimonin-client-0.95b-r2.ebuild: diff --git a/games-rpg/daimonin-client/daimonin-client-0.95b.ebuild b/games-rpg/daimonin-client/daimonin-client-0.95b.ebuild deleted file mode 100644 index 2a0861065534..000000000000 --- a/games-rpg/daimonin-client/daimonin-client-0.95b.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/daimonin-client/daimonin-client-0.95b.ebuild,v 1.2 2004/03/12 10:11:13 mr_bones_ Exp $ - -inherit games eutils flag-o-matic - -DESCRIPTION="MMORPG with 2D isometric tiles grafik, true color and alpha blending effects" -HOMEPAGE="http://daimonin.sourceforge.net/" -SRC_URI="mirror://sourceforge/daimonin/dm_client_${PV/0.}_src.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" - -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 - epatch ${FILESDIR}/${PV}-gcc3.patch -} - -src_compile() { - cd make/linux - append-flags -DGENTOO_DATADIR="'\"${GAMES_DATADIR}/${PN}\"'" - emake EXTRA_CFLAGS="${CFLAGS}" || die -} - -src_install() { - dogamesbin src/daimonin - dodir ${GAMES_DATADIR}/${PN} - cp -r bitmaps icons media sfx cache ${D}/${GAMES_DATADIR}/${PN}/ - insinto ${GAMES_DATADIR}/${PN} - doins *.dat - prepgamesdirs -} diff --git a/games-rpg/daimonin-client/files/digest-daimonin-client-0.95b b/games-rpg/daimonin-client/files/digest-daimonin-client-0.95b deleted file mode 100644 index 3e4d8a2437f4..000000000000 --- a/games-rpg/daimonin-client/files/digest-daimonin-client-0.95b +++ /dev/null @@ -1 +0,0 @@ -MD5 fcb2e98faa1acbaaeaa56d5b1f3f9b36 dm_client_95b_src.zip 12831487 |