games-mud/tintin: Drop old 2.01.8

Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot
2024-03-14 23:06:10 +00:00
parent 9ffdc7837f
commit fea1e54bb5
2 changed files with 0 additions and 32 deletions

View File

@@ -1,2 +1 @@
DIST tintin-2.01.8.tar.gz 559665 BLAKE2B e87de0090493d220744672babf3e2603b46ece8a4a218fef526b491792763b6d6229d80f9410586bc2653bfa18bf0b842dfa1a8a2b2d24e0a2d0c5c1195e1289 SHA512 3c90b6ae3fb2f380fb46694e983bdd18a0b119a26f48f1ad5bbb50ada6dbf3c9b89eb2b5be7eaba4eedf487e7cb46606a0c3a0ca4011b3561a34f3e9fed670e9
DIST tintin-2.02.41.tar.gz 2291740 BLAKE2B cf5eab95aaf5ad96e456bcdc91da3da4a7279ed2341c3fa2560fbce53bae40aece30d8c61207c9df774797f22d60145a9da3ae4744bcd7dcbba2cb1d82be3816 SHA512 fde1f8716ca36bd3f91e85bf46d7cb461224e425fc0423bd9c1089179869488701e804a883a58938697f6e57d1e05ef2ab1f632d14233bd5658ec1d7be5e9932

View File

@@ -1,31 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="(T)he k(I)cki(N) (T)ickin d(I)kumud clie(N)t"
HOMEPAGE="https://tintin.mudhalla.net/"
SRC_URI="mirror://sourceforge/tintin/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="
dev-libs/libpcre
net-libs/gnutls
sys-libs/readline:0
sys-libs/zlib"
RDEPEND=${DEPEND}
S=${WORKDIR}/tt/src
src_install() {
dobin tt++
dodoc ../{CREDITS,FAQ,README,SCRIPTS,TODO,docs/*}
}
pkg_postinst() {
ewarn "**** OLD TINTIN SCRIPTS ARE NOT 100% COMPATIBLE WITH THIS VERSION ****"
ewarn "read the README for more details."
}