From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D0AB9158041 for ; Thu, 14 Mar 2024 23:06:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78046E29E2; Thu, 14 Mar 2024 23:06:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55DC3E29E1 for ; Thu, 14 Mar 2024 23:06:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5084333BE26 for ; Thu, 14 Mar 2024 23:06:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6668D7E7 for ; Thu, 14 Mar 2024 23:06:33 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1710456863.a2d2e3964b580b35798276d765957b2f18df38f5.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-mud/tintin/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-mud/tintin/Manifest games-mud/tintin/tintin-2.02.41.ebuild X-VCS-Directories: games-mud/tintin/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: a2d2e3964b580b35798276d765957b2f18df38f5 X-VCS-Branch: master Date: Thu, 14 Mar 2024 23:06:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 94066e44-9bec-4470-b228-99ea5c986737 X-Archives-Hash: fe2e95a7e263ca1c59f88c9153059284 commit: a2d2e3964b580b35798276d765957b2f18df38f5 Author: Dawn Xu 163 com> AuthorDate: Tue Mar 5 05:56:39 2024 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Thu Mar 14 22:54:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d2e396 games-mud/tintin: add 2.02.41 Signed-off-by: Dawn Xu 163.com> Closes: https://github.com/gentoo/gentoo/pull/35624 Signed-off-by: James Le Cuirot gentoo.org> games-mud/tintin/Manifest | 1 + games-mud/tintin/tintin-2.02.41.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/games-mud/tintin/Manifest b/games-mud/tintin/Manifest index 966deac6dda2..d6419d11a643 100644 --- a/games-mud/tintin/Manifest +++ b/games-mud/tintin/Manifest @@ -1 +1,2 @@ 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.02.41.ebuild b/games-mud/tintin/tintin-2.02.41.ebuild new file mode 100644 index 000000000000..f27b1640607e --- /dev/null +++ b/games-mud/tintin/tintin-2.02.41.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2024 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." +}