summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-07-07 07:41:51 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-07-07 07:41:51 +0000
commitc3b83d18eb4b8f627be15996e2f684940cd73b9c (patch)
tree61e8cc0bc91e14c8b4cce51e4c091cf084b3b4b1 /games-mud/tintin
parentStable on ppc64; bug #184464 (diff)
downloadgentoo-2-c3b83d18eb4b8f627be15996e2f684940cd73b9c.tar.gz
gentoo-2-c3b83d18eb4b8f627be15996e2f684940cd73b9c.tar.bz2
gentoo-2-c3b83d18eb4b8f627be15996e2f684940cd73b9c.zip
old
(Portage version: 2.1.2.9)
Diffstat (limited to 'games-mud/tintin')
-rw-r--r--games-mud/tintin/files/digest-tintin-1.97.13
-rw-r--r--games-mud/tintin/files/digest-tintin-1.97.23
-rw-r--r--games-mud/tintin/tintin-1.97.1.ebuild45
-rw-r--r--games-mud/tintin/tintin-1.97.2.ebuild45
4 files changed, 0 insertions, 96 deletions
diff --git a/games-mud/tintin/files/digest-tintin-1.97.1 b/games-mud/tintin/files/digest-tintin-1.97.1
deleted file mode 100644
index 5836b84e2098..000000000000
--- a/games-mud/tintin/files/digest-tintin-1.97.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 0c33465f088c01cf03a8680af19a9c23 tintin-1.97.1.tar.gz 224551
-RMD160 f2cdb74d43b7ee4d8cbe1fcf7280ed64d3e9e5f4 tintin-1.97.1.tar.gz 224551
-SHA256 98661410025ad08f22b10a471654a7f43caca500bde34297dd2ada657f92f9c5 tintin-1.97.1.tar.gz 224551
diff --git a/games-mud/tintin/files/digest-tintin-1.97.2 b/games-mud/tintin/files/digest-tintin-1.97.2
deleted file mode 100644
index e136a7c2e9b8..000000000000
--- a/games-mud/tintin/files/digest-tintin-1.97.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 35a65c68dba45e3dd831fb72abfeebe3 tintin-1.97.2.tar.gz 224854
-RMD160 ae6580d564699db773b366039ce22babf81354a1 tintin-1.97.2.tar.gz 224854
-SHA256 5a1d11caa4980df63a6c80b460b8c8d136cc1fe392d691493c3334a706d81010 tintin-1.97.2.tar.gz 224854
diff --git a/games-mud/tintin/tintin-1.97.1.ebuild b/games-mud/tintin/tintin-1.97.1.ebuild
deleted file mode 100644
index e655056f65be..000000000000
--- a/games-mud/tintin/tintin-1.97.1.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.1.ebuild,v 1.2 2007/06/10 15:21:56 nyhm 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
-}
diff --git a/games-mud/tintin/tintin-1.97.2.ebuild b/games-mud/tintin/tintin-1.97.2.ebuild
deleted file mode 100644
index d55588d68006..000000000000
--- a/games-mud/tintin/tintin-1.97.2.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.2.ebuild,v 1.1 2007/06/18 17:55:29 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
-}