summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-23 20:03:48 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-23 20:03:48 +0000
commit180549843a62b22b6beadf4a7781abc059b17c2d (patch)
tree1174ee11e00d84153ff550cecfa38ab8b96da8e4 /games-mud
parentnew 2.0-test release (diff)
downloadgentoo-2-180549843a62b22b6beadf4a7781abc059b17c2d.tar.gz
gentoo-2-180549843a62b22b6beadf4a7781abc059b17c2d.tar.bz2
gentoo-2-180549843a62b22b6beadf4a7781abc059b17c2d.zip
old
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-mud')
-rw-r--r--games-mud/tintin/files/digest-tintin-1.93.2-r11
-rw-r--r--games-mud/tintin/tintin-1.93.2-r1.ebuild46
2 files changed, 0 insertions, 47 deletions
diff --git a/games-mud/tintin/files/digest-tintin-1.93.2-r1 b/games-mud/tintin/files/digest-tintin-1.93.2-r1
deleted file mode 100644
index 822b8090a530..000000000000
--- a/games-mud/tintin/files/digest-tintin-1.93.2-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 06f93cab98c3c92b9539be94a6eb588c tintin-1.93.2.tar.gz 149587
diff --git a/games-mud/tintin/tintin-1.93.2-r1.ebuild b/games-mud/tintin/tintin-1.93.2-r1.ebuild
deleted file mode 100644
index c7bb0afb56e4..000000000000
--- a/games-mud/tintin/tintin-1.93.2-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/tintin-1.93.2-r1.ebuild,v 1.2 2005/01/23 06:41:17 mr_bones_ Exp $
-
-inherit games
-
-DESCRIPTION="(T)he k(I)cki(N) (T)ickin d(I)kumud clie(N)t"
-HOMEPAGE="http://www.scandum.com/tintin/"
-SRC_URI="http://www.scandum.com/tintin/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc amd64"
-IUSE=""
-
-DEPEND="virtual/libc
- sys-libs/zlib
- sys-libs/readline
- sys-libs/ncurses"
-
-S="${WORKDIR}/tt/src"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- rm -f *.o tt++
-}
-
-src_compile() {
- egamesconf || die
- emake CFLAGS="$CFLAGS" || die "emake failed"
-}
-
-src_install () {
- dogamesbin tt++ || die "dobin failed"
- dodoc ../{BUGS,CREDITS,FAQ,INSTALL,README,TODO,docs/*}
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
- echo
- einfo "**** OLD TINTIN SCRIPTS ARE NOT 100% COMPATIBLE WITH THIS VERSION ****"
- einfo "read the README for more details."
- echo
-}