summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-06-16 07:14:57 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-06-16 07:14:57 +0000
commitf6399aa558e353dea2d4e45e073ea34bd0c4f45c (patch)
treef65cb86f02e867d4d96614b1b2a115708cc256d7 /games-rpg/daimonin-client
parentversion bump (diff)
downloadhistorical-f6399aa558e353dea2d4e45e073ea34bd0c4f45c.tar.gz
historical-f6399aa558e353dea2d4e45e073ea34bd0c4f45c.tar.bz2
historical-f6399aa558e353dea2d4e45e073ea34bd0c4f45c.zip
clean older ebuild
Diffstat (limited to 'games-rpg/daimonin-client')
-rw-r--r--games-rpg/daimonin-client/ChangeLog6
-rw-r--r--games-rpg/daimonin-client/Manifest6
-rw-r--r--games-rpg/daimonin-client/daimonin-client-0.95b.ebuild42
-rw-r--r--games-rpg/daimonin-client/files/digest-daimonin-client-0.95b1
4 files changed, 7 insertions, 48 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/Manifest b/games-rpg/daimonin-client/Manifest
index 46a9ccbb207b..65f70ed1a1bf 100644
--- a/games-rpg/daimonin-client/Manifest
+++ b/games-rpg/daimonin-client/Manifest
@@ -1,8 +1,6 @@
-MD5 4843cd174bf9a26dbe8a78d08964df1f ChangeLog 627
-MD5 9511c046fc5e9c54429c418b0f853ca2 daimonin-client-0.95b-r2.ebuild 1144
-MD5 27cc9231dbd69ba05eb297036b2f5434 daimonin-client-0.95b.ebuild 1099
+MD5 8c773bd73a02ca2e2fdcbf2258979503 ChangeLog 735
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
+MD5 9511c046fc5e9c54429c418b0f853ca2 daimonin-client-0.95b-r2.ebuild 1144
MD5 f0fea0494c9b50a88620443df60a150e files/0.95b-gcc3.patch 1664
MD5 49fc669e5a92e2d43091dbcb3f5afec2 files/0.95b-gentoo-paths.patch 2948
-MD5 e2acc696de7c335eefa9867e6ed22e60 files/digest-daimonin-client-0.95b 68
MD5 b7f58f6b5220a09dedb532eb977bd227 files/digest-daimonin-client-0.95b-r2 69
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