# ChangeLog for games-roguelike/tome
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/tome/ChangeLog,v 1.6 2004/03/10 13:36:31 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/tome/ChangeLog,v 1.7 2004/03/31 06:28:18 mr_bones_ Exp $
+
+ 30 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> tome-1.0.0.ebuild:
+ remove version 1
10 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> tome-2.2.5-r1.ebuild:
Adding amd64 keyword. Closing #44154.
+++ /dev/null
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/tome/tome-1.0.0.ebuild,v 1.3 2004/02/20 06:55:42 mr_bones_ Exp $
-
-IUSE="X"
-
-S=${WORKDIR}/tome100-src
-
-DESCRIPTION="A roguelike game, where you can save the world from Morgoth and battle evil(or become evil;)"
-LICENSE="Moria"
-SLOT="0"
-KEYWORDS="x86"
-SRC_URI="http://t-o-m-e.net/dl/src/tome-100-src.tgz"
-HOMEPAGE="http://t-o-m-e.net/"
-
-DEPEND="virtual/glibc
- >=sys-libs/ncurses-5
- X? ( >=x11-base/xfree-4.0 )"
-
-src_unpack() {
- unpack tome-100-src.tgz
- cd ${S}
-}
-
-src_compile() {
- cd ${S}/src
- emake -f makefile.org BINDIR=/usr/bin LIBDIR=/usr/share/tome/lib || die
-}
-
-src_install () {
- cd ${S}/src
- make -f makefile.org BINDIR=${D}/usr/bin LIBDIR=${D}/usr/share/tome/lib install || die
-}