diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-12 06:25:04 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-12 06:25:04 +0000 |
commit | 685e291a3fb177befbdae61a4a6ebd54a08c7d7d (patch) | |
tree | c20edf3113a04ab22d204032557debb976ab113a /games-mud/tf | |
parent | Cleanups again, see Changelog for details. (diff) | |
download | historical-685e291a3fb177befbdae61a4a6ebd54a08c7d7d.tar.gz historical-685e291a3fb177befbdae61a4a6ebd54a08c7d7d.tar.bz2 historical-685e291a3fb177befbdae61a4a6ebd54a08c7d7d.zip |
clean older ebuild
Diffstat (limited to 'games-mud/tf')
-rw-r--r-- | games-mud/tf/Manifest | 2 | ||||
-rw-r--r-- | games-mud/tf/files/digest-tf-50_alpha11 | 1 | ||||
-rw-r--r-- | games-mud/tf/tf-50_alpha11.ebuild | 59 |
3 files changed, 0 insertions, 62 deletions
diff --git a/games-mud/tf/Manifest b/games-mud/tf/Manifest index 2965f4dde1d3..8a7ba4f7114e 100644 --- a/games-mud/tf/Manifest +++ b/games-mud/tf/Manifest @@ -1,9 +1,7 @@ MD5 8aeb8bdbe71e7abf374616f892cb4b86 ChangeLog 1783 MD5 5ef33cc545baeedcd09335400d778977 tf-40-r2.ebuild 948 -MD5 ccd42f40d7fd00846424d3c82e735bc7 tf-50_alpha11.ebuild 1509 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 aa880c1d40aa626d49c7002e561655ac tf-50_beta3.ebuild 1660 MD5 335636266525e362e97dd028b60fbe7b files/digest-tf-50_beta3 123 MD5 80b8971f6e45f11a3aae2860b99150bd files/digest-tf-40-r2 123 -MD5 b4da5c71d347c7b6480403c28028e1d7 files/digest-tf-50_alpha11 60 MD5 6ab320993d05aa512f0811632cbde7c3 files/tf-40-gentoo.diff 947 diff --git a/games-mud/tf/files/digest-tf-50_alpha11 b/games-mud/tf/files/digest-tf-50_alpha11 deleted file mode 100644 index 7d1610ae438d..000000000000 --- a/games-mud/tf/files/digest-tf-50_alpha11 +++ /dev/null @@ -1 +0,0 @@ -MD5 47ebb580d0d10dc294e1c5bc52f157c9 tf-50a11.tar.gz 846552 diff --git a/games-mud/tf/tf-50_alpha11.ebuild b/games-mud/tf/tf-50_alpha11.ebuild deleted file mode 100644 index 611e6dd83749..000000000000 --- a/games-mud/tf/tf-50_alpha11.ebuild +++ /dev/null @@ -1,59 +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-mud/tf/tf-50_alpha11.ebuild,v 1.4 2004/05/12 01:13:12 mr_bones_ Exp $ - -inherit games - -MY_P="${P/_alpha/a}" -S="${WORKDIR}/${MY_P}" -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" - -KEYWORDS="~x86" -LICENSE="GPL-2" -SLOT="0" -IUSE="ipv6 doc debug" - -DEPEND="sys-libs/zlib - >=sys-libs/ncurses-5.2" - -src_compile() { - local myconf - use debug || myconf="--enable-strip" - use ipv6 && myconf="${myconf} --enable-inet6" - - egamesconf ${myconf} --enable-manpage || die - emake || die "emake failed" -} - -src_install() { - dogamesbin src/tf - newman src/tf.1.catman tf.1 - - insinto ${GAMES_LIBDIR}/${PN}-lib - insopts -m0755 - doins tf-lib/* - # the application looks for this file here # if /changes is called. - # see comments on bug 23274 - doins CHANGES - - dodoc CHANGES CREDITS README - - use doc && dohtml -r help/* - # the html expects to find the CHANGES file uncompressed so... - use doc && gzip -d ${D}/usr/share/doc/${P}/CHANGES.gz - 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 - } -} |