diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-03-14 23:06:10 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-03-14 23:06:10 +0000 |
commit | fea1e54bb5e54f63553b7431c2c4d2aadcd34141 (patch) | |
tree | 978735d2fc7dd67b29055fae7ea25fdc19704f7f /games-mud | |
parent | games-mud/tintin: EAPI 8, GitHub, subslot operators (diff) | |
download | gentoo-fea1e54bb5e54f63553b7431c2c4d2aadcd34141.tar.gz gentoo-fea1e54bb5e54f63553b7431c2c4d2aadcd34141.tar.bz2 gentoo-fea1e54bb5e54f63553b7431c2c4d2aadcd34141.zip |
games-mud/tintin: Drop old 2.01.8
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-mud')
-rw-r--r-- | games-mud/tintin/Manifest | 1 | ||||
-rw-r--r-- | games-mud/tintin/tintin-2.01.8.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/games-mud/tintin/Manifest b/games-mud/tintin/Manifest index d6419d11a643..3205cd2e3676 100644 --- a/games-mud/tintin/Manifest +++ b/games-mud/tintin/Manifest @@ -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 diff --git a/games-mud/tintin/tintin-2.01.8.ebuild b/games-mud/tintin/tintin-2.01.8.ebuild deleted file mode 100644 index eb0771f24178..000000000000 --- a/games-mud/tintin/tintin-2.01.8.ebuild +++ /dev/null @@ -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." -} |