summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games-mud/tintin/files/digest-tintin-1.96.93
-rw-r--r--games-mud/tintin/tintin-1.96.9.ebuild43
2 files changed, 0 insertions, 46 deletions
diff --git a/games-mud/tintin/files/digest-tintin-1.96.9 b/games-mud/tintin/files/digest-tintin-1.96.9
deleted file mode 100644
index 8b4d047a212c..000000000000
--- a/games-mud/tintin/files/digest-tintin-1.96.9
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 c86987d4bb5e7776ca2c26c4105c0c93 tintin-1.96.9.tar.gz 236860
-RMD160 3c94dce2f3c1ba91e1ddfd959616df7691b0a3ff tintin-1.96.9.tar.gz 236860
-SHA256 279e1beacf8053baef13ed14a71ec9d8ae4bb8bd4e98fce036025c6e2978810f tintin-1.96.9.tar.gz 236860
diff --git a/games-mud/tintin/tintin-1.96.9.ebuild b/games-mud/tintin/tintin-1.96.9.ebuild
deleted file mode 100644
index f8477655f06e..000000000000
--- a/games-mud/tintin/tintin-1.96.9.ebuild
+++ /dev/null
@@ -1,43 +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.96.9.ebuild,v 1.1 2007/04/08 04:54:30 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}
- sed -i \
- -e '/^CC/d' \
- -e '/^MAKE/d' \
- -e '/^CFLAGS/s/=/+=/' "${S}/Makefile.in" \
- || die "sed failed"
-}
-
-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
-}