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 3D28B158041 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 6BD0DE29E0; 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 4958CE29E0 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 4C1B433BE00 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 7B0C91313 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: <1710457509.9ffdc7837fd980bb06a54b4eb986d87138eddfa0.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-mud/tintin/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-mud/tintin/metadata.xml 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: 9ffdc7837fd980bb06a54b4eb986d87138eddfa0 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: 581864bb-73c6-447f-814c-4750e898740d X-Archives-Hash: 333d8c70c1c5dcebeb736a3ab50800cd commit: 9ffdc7837fd980bb06a54b4eb986d87138eddfa0 Author: James Le Cuirot gentoo org> AuthorDate: Thu Mar 14 23:05:09 2024 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Thu Mar 14 23:05:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ffdc783 games-mud/tintin: EAPI 8, GitHub, subslot operators Closes: https://bugs.gentoo.org/704132 Signed-off-by: James Le Cuirot gentoo.org> games-mud/tintin/metadata.xml | 2 +- games-mud/tintin/tintin-2.02.41.ebuild | 20 ++++++++++++-------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/games-mud/tintin/metadata.xml b/games-mud/tintin/metadata.xml index d58e8bd25789..0b14f10299f5 100644 --- a/games-mud/tintin/metadata.xml +++ b/games-mud/tintin/metadata.xml @@ -6,6 +6,6 @@ Gentoo Games Project - tintin + scandum/tintin diff --git a/games-mud/tintin/tintin-2.02.41.ebuild b/games-mud/tintin/tintin-2.02.41.ebuild index f27b1640607e..874e90f7b84a 100644 --- a/games-mud/tintin/tintin-2.02.41.ebuild +++ b/games-mud/tintin/tintin-2.02.41.ebuild @@ -1,24 +1,28 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 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" +SRC_URI="https://github.com/scandum/${PN}/releases/download/${PV}/${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} + dev-libs/libpcre:3 + net-libs/gnutls:= + sys-libs/readline:= + sys-libs/zlib +" -S=${WORKDIR}/tt/src +RDEPEND=" + ${DEPEND} +" + +S="${WORKDIR}"/tt/src src_install() { dobin tt++