From: Michael Sterrett Date: Wed, 31 Mar 2004 06:28:18 +0000 (+0000) Subject: remove version 1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=91e75e4a3cc87ac1940691784a0aeacb744e0ef5;p=gentoo.git remove version 1 --- diff --git a/games-roguelike/tome/ChangeLog b/games-roguelike/tome/ChangeLog index caa53be3ad7b..5505ce3c671f 100644 --- a/games-roguelike/tome/ChangeLog +++ b/games-roguelike/tome/ChangeLog @@ -1,6 +1,9 @@ # 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 tome-1.0.0.ebuild: + remove version 1 10 Mar 2004; Daniel Ahlberg tome-2.2.5-r1.ebuild: Adding amd64 keyword. Closing #44154. diff --git a/games-roguelike/tome/files/digest-tome-1.0.0 b/games-roguelike/tome/files/digest-tome-1.0.0 deleted file mode 100644 index 7dcd10680d56..000000000000 --- a/games-roguelike/tome/files/digest-tome-1.0.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 e717e2a0738278b2692ef76c5366ae76 tome-100-src.tgz 2550190 diff --git a/games-roguelike/tome/tome-1.0.0.ebuild b/games-roguelike/tome/tome-1.0.0.ebuild deleted file mode 100644 index 8dc99aac4a24..000000000000 --- a/games-roguelike/tome/tome-1.0.0.ebuild +++ /dev/null @@ -1,33 +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-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 -}