games-mud/tintin: drop vulnerable

Bug: https://bugs.gentoo.org/678478
Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
Aaron Bauman
2020-06-19 21:07:24 -04:00
parent 6386bce12b
commit bcd32c3400
2 changed files with 0 additions and 35 deletions

View File

@@ -1,2 +1 @@
DIST tintin-2.01.1.tar.gz 272506 BLAKE2B c8fba9d72b34e2a05ede408dfb6105dd6c39d0d1e41582908acd35d712a92abacbce025b702a24a59cd9754cce284fa7277dadc0ff3933359cc9ef77e50b6a2c SHA512 b77a1ecc09438a165a27f70f31132d60350d790e4e6b0509af00979517a7f21838407acdbf1fe0d3b4612853c4e1269679e95fe90b8588133b17f98b85a28b07
DIST tintin-2.01.8.tar.gz 559665 BLAKE2B e87de0090493d220744672babf3e2603b46ece8a4a218fef526b491792763b6d6229d80f9410586bc2653bfa18bf0b842dfa1a8a2b2d24e0a2d0c5c1195e1289 SHA512 3c90b6ae3fb2f380fb46694e983bdd18a0b119a26f48f1ad5bbb50ada6dbf3c9b89eb2b5be7eaba4eedf487e7cb46606a0c3a0ca4011b3561a34f3e9fed670e9

View File

@@ -1,34 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
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 ~x86"
IUSE=""
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() {
echo
ewarn "**** OLD TINTIN SCRIPTS ARE NOT 100% COMPATIBLE WITH THIS VERSION ****"
ewarn "read the README for more details."
echo
}