summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-04-16 23:48:01 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-04-16 23:48:01 +0000
commitac8a8bc915ae90a5e0c4f01211ead593904d11ba (patch)
treec185689f9591a783fe85ebf0e29accc6e7b0ba09 /games-mud/tf
parentInheriting llgal and bumping it by the sametime (diff)
downloadgentoo-2-ac8a8bc915ae90a5e0c4f01211ead593904d11ba.tar.gz
gentoo-2-ac8a8bc915ae90a5e0c4f01211ead593904d11ba.tar.bz2
gentoo-2-ac8a8bc915ae90a5e0c4f01211ead593904d11ba.zip
old
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-mud/tf')
-rw-r--r--games-mud/tf/files/digest-tf-50_beta76
-rw-r--r--games-mud/tf/tf-50_beta7.ebuild60
2 files changed, 0 insertions, 66 deletions
diff --git a/games-mud/tf/files/digest-tf-50_beta7 b/games-mud/tf/files/digest-tf-50_beta7
deleted file mode 100644
index f6149732cacc..000000000000
--- a/games-mud/tf/files/digest-tf-50_beta7
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 e143640bfa7dd8cc1c96def5e8ec44f6 tf-50b7-help.tar.gz 174146
-RMD160 162ff9e3b8566b875f8bcabc07b30e3bef1a95eb tf-50b7-help.tar.gz 174146
-SHA256 2838e784c79f22ea9dda54ca7fbae0579554b111a80bad391902da7bb791f70c tf-50b7-help.tar.gz 174146
-MD5 6652b7eda8a200d28e8184c1659137a2 tf-50b7.tar.gz 651772
-RMD160 59278842ee57f101a7e3e2c8b7c282af3adbbff5 tf-50b7.tar.gz 651772
-SHA256 a08ea71fe34a62798396a5ccc4e65316c262b55075f8114ea654dd8ef2ca68d7 tf-50b7.tar.gz 651772
diff --git a/games-mud/tf/tf-50_beta7.ebuild b/games-mud/tf/tf-50_beta7.ebuild
deleted file mode 100644
index 86629364a7ff..000000000000
--- a/games-mud/tf/tf-50_beta7.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/tf/tf-50_beta7.ebuild,v 1.3 2006/09/02 08:52:30 mr_bones_ Exp $
-
-inherit games
-
-MY_P="${P/_beta/b}"
-DESCRIPTION="A small, flexible, screen-oriented MUD client"
-HOMEPAGE="http://tf.tcp.com/~hawkeye/tf/"
-SRC_URI="http://ftp.tcp.com/pub/mud/Clients/tinyfugue/${MY_P}.tar.gz
- doc? ( http://ftp.tcp.com/pub/mud/Clients/tinyfugue/${MY_P}-help.tar.gz )"
-
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="ipv6 doc debug ssl"
-
-DEPEND="sys-libs/zlib
- ssl? ( dev-libs/openssl )
- >=sys-libs/ncurses-5.2"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- STRIP=: egamesconf \
- $(use_enable ssl) \
- $(use_enable debug core) \
- $(use_enable ipv6 inet6) \
- --enable-manpage || die
- emake || die "emake failed"
-}
-
-src_install() {
- dogamesbin src/tf || die "dogamesbin failed"
- newman src/tf.1.catman tf.1
- dodoc CHANGES CREDITS README
-
- insinto "${GAMES_DATADIR}/${PN}-lib"
- # the application looks for this file here if /changes is called.
- # see comments on bug #23274
- doins CHANGES || die "doins failed"
- insopts -m0755
- doins tf-lib/* || die "doins failed"
- if use doc ; then
- dohtml -r *.html commands topics
- fi
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
- use ipv6 && {
- echo
- ewarn "You have merged TinyFugue with IPv6-support."
- ewarn "Support for IPv6 is still being experimental."
- ewarn "If you experience problems with connecting to hosts,"
- ewarn "try re-merging this package with USE="-ipv6""
- echo
- }
-}