summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-01-14 00:29:05 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-01-14 00:29:05 +0000
commit5c7c03c8b86cb2c2f8d26b8d2b41de6aa76ed3a2 (patch)
tree5f2a0d38c5666848f89bb0bce4d819c7a132876b /games-mud/tintin
parentMissed one patch from the Chromium project; also solve implicit declarations,... (diff)
downloadhistorical-5c7c03c8b86cb2c2f8d26b8d2b41de6aa76ed3a2.tar.gz
historical-5c7c03c8b86cb2c2f8d26b8d2b41de6aa76ed3a2.tar.bz2
historical-5c7c03c8b86cb2c2f8d26b8d2b41de6aa76ed3a2.zip
old
Package-Manager: portage-2.1.9.25/cvs/Linux i686
Diffstat (limited to 'games-mud/tintin')
-rw-r--r--games-mud/tintin/Manifest2
-rw-r--r--games-mud/tintin/tintin-2.00.3.ebuild35
2 files changed, 0 insertions, 37 deletions
diff --git a/games-mud/tintin/Manifest b/games-mud/tintin/Manifest
index c095df2c7fc6..e3ed32898866 100644
--- a/games-mud/tintin/Manifest
+++ b/games-mud/tintin/Manifest
@@ -1,7 +1,5 @@
-DIST tintin-2.00.3.tar.gz 245516 RMD160 2998a36ee98a9dc2b71ded06fc818df40c229aad SHA1 78559fecba449037b040ceb8f75d6fcd0e23c5f6 SHA256 37dbec3928a877feaa034a5114d3e26a504251b0b7ed46c158052f92ff940e15
DIST tintin-2.00.4.tar.gz 247126 RMD160 fcf2c64fe52951a2dd43722bb4c245effd442348 SHA1 43e92dadbc41e6ad5fd8355e39eaeea082428fd2 SHA256 725e49362eb780c7747f5cdb257c4db0ade64f5eccf404768dace079669dc71b
DIST tintin-2.00.5.tar.gz 247884 RMD160 e043ecb47ba63fc5782a08853bdf45d3889d5963 SHA1 757f28f882cf4103cf02be0a0874144d1cc10830 SHA256 e28aceae9dac2e38604f62f9719b7d00b1ae709586fa9bf86f6c6c0399ada8ec
-EBUILD tintin-2.00.3.ebuild 850 RMD160 40de857434d6a20586021bcd90932572cd9facbd SHA1 97ca66e2481e1fe60084f3edb3e951f7df1ec761 SHA256 68596387f0dd35910847cd92b6c5925fa4f99adbe81ebdd81ae464192ff51fec
EBUILD tintin-2.00.4.ebuild 850 RMD160 b2e60be02c09177dcdbc08735952deaa3eabf11b SHA1 909572c6823e5466c95d69bd36a652185796328d SHA256 38124b95734387ff0de3de7febfeb035b46c324d03dd5e3f3defb9ed3fb6fcb6
EBUILD tintin-2.00.5.ebuild 856 RMD160 4c24ed1ab72ec57cb4cabd651581336e938af700 SHA1 7aea265346587c7aa2889241063b86045d5a39f3 SHA256 6933ef95c4b12757f4be72bdad87b37d59fff4bf67eea7bbc0b1e426becb9d31
MISC ChangeLog 13289 RMD160 3b226ae752ddef429d87a435e4e40fb2bfccb208 SHA1 e6e9f61d8319999bb27fbc3e3cc1f83868eb081c SHA256 57f64e8b5a05a5d460e068a158d3c1c8dec6490f04f0ee8cf6f1bbc1d1fe5dee
diff --git a/games-mud/tintin/tintin-2.00.3.ebuild b/games-mud/tintin/tintin-2.00.3.ebuild
deleted file mode 100644
index ae14dd25147d..000000000000
--- a/games-mud/tintin/tintin-2.00.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/tintin-2.00.3.ebuild,v 1.4 2010/10/15 13:28:05 ranger 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 x86"
-IUSE=""
-
-DEPEND="sys-libs/zlib
- dev-libs/libpcre
- sys-libs/readline
- sys-libs/ncurses"
-
-S=${WORKDIR}/tt/src
-
-src_install () {
- dogamesbin tt++ || die "dogamesbin failed"
- dodoc ../{CREDITS,FAQ,README,SCRIPTS,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
-}