summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-11-12 04:48:51 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-11-12 04:48:51 +0000
commit889f19ba80a2aa0af6ea637c9bdb027d5fe0d0f9 (patch)
tree926c443d3b68c0f4de48b7f01cd0a959d41b35e4 /games-mud
parentold (diff)
downloadgentoo-2-889f19ba80a2aa0af6ea637c9bdb027d5fe0d0f9.tar.gz
gentoo-2-889f19ba80a2aa0af6ea637c9bdb027d5fe0d0f9.tar.bz2
gentoo-2-889f19ba80a2aa0af6ea637c9bdb027d5fe0d0f9.zip
old
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-mud')
-rw-r--r--games-mud/tintin/files/digest-tintin-1.97.63
-rw-r--r--games-mud/tintin/tintin-1.97.6.ebuild45
2 files changed, 0 insertions, 48 deletions
diff --git a/games-mud/tintin/files/digest-tintin-1.97.6 b/games-mud/tintin/files/digest-tintin-1.97.6
deleted file mode 100644
index 26d287ea218c..000000000000
--- a/games-mud/tintin/files/digest-tintin-1.97.6
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 0b0c1a999c40319813a85555c678fe9f tintin-1.97.6.tar.gz 226838
-RMD160 d1bd548d7c3e99c369a71835a813d519e5f8627f tintin-1.97.6.tar.gz 226838
-SHA256 2f479938e37e0fa8545a7c90a3153431dc4a902069012b21ca1cfbcd8036fbbc tintin-1.97.6.tar.gz 226838
diff --git a/games-mud/tintin/tintin-1.97.6.ebuild b/games-mud/tintin/tintin-1.97.6.ebuild
deleted file mode 100644
index d3a882284df7..000000000000
--- a/games-mud/tintin/tintin-1.97.6.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/tintin-1.97.6.ebuild,v 1.1 2007/10/06 07:06:18 mr_bones_ Exp $
-
-inherit games
-
-DESCRIPTION="(T)he k(I)cki(N) (T)ickin d(I)kumud clie(N)t"
-HOMEPAGE="http://tintin.sourceforge.net/"
-SRC_URI="mirror://sourceforge/tintin/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND="sys-libs/zlib
- sys-libs/readline
- sys-libs/ncurses"
-
-S=${WORKDIR}/tt/src
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i \
- -e '/^CC/d' \
- -e '/^MAKE/d' \
- -e '/^CFLAGS/s/=/+=/' Makefile.in \
- || die "sed failed"
- chmod +x configure
-}
-
-src_install () {
- dogamesbin tt++ || die "dogamesbin failed"
- dodoc ../{BUGS,CREDITS,FAQ,README,TODO,docs/*}
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
- echo
- ewarn "**** OLD TINTIN SCRIPTS ARE NOT 100% COMPATIBLE WITH THIS VERSION ****"
- ewarn "read the README for more details."
- echo
-}