From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 361D11584AD for ; Thu, 24 Apr 2025 18:29:28 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 1EC2434309C for ; Thu, 24 Apr 2025 18:29:28 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id ED8571104A9; Thu, 24 Apr 2025 18:29:23 +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 bobolink.gentoo.org (Postfix) with ESMTPS id E6F2B1104A9 for ; Thu, 24 Apr 2025 18:29:23 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0AD55340C7C for ; Thu, 24 Apr 2025 18:29:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9953B23FF for ; Thu, 24 Apr 2025 18:29:21 +0000 (UTC) From: "Kurt Kanzenbach" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kurt Kanzenbach" Message-ID: <1745518401.3944b5a0dbd4925a19f90d907a98a25e43e86a20.KurtKanzenbach@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-dialup/tio/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-dialup/tio/Manifest net-dialup/tio/tio-3.8.ebuild X-VCS-Directories: net-dialup/tio/ X-VCS-Committer: KurtKanzenbach X-VCS-Committer-Name: Kurt Kanzenbach X-VCS-Revision: 3944b5a0dbd4925a19f90d907a98a25e43e86a20 X-VCS-Branch: dev Date: Thu, 24 Apr 2025 18:29:21 +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: 1ac8b46a-9cb2-442a-9e2b-ebb4611cb227 X-Archives-Hash: 90d5dd7bbac48ab03abf680dc006700a commit: 3944b5a0dbd4925a19f90d907a98a25e43e86a20 Author: Kurt Kanzenbach kmk-computers de> AuthorDate: Thu Apr 24 18:06:38 2025 +0000 Commit: Kurt Kanzenbach kmk-computers de> CommitDate: Thu Apr 24 18:13:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3944b5a0 net-dialup/tio: drop 3.8 Signed-off-by: Kurt Kanzenbach kmk-computers.de> net-dialup/tio/Manifest | 1 - net-dialup/tio/tio-3.8.ebuild | 33 --------------------------------- 2 files changed, 34 deletions(-) diff --git a/net-dialup/tio/Manifest b/net-dialup/tio/Manifest index 9cd4909e9..40c4df1f1 100644 --- a/net-dialup/tio/Manifest +++ b/net-dialup/tio/Manifest @@ -1,2 +1 @@ -DIST tio-3.8.tar.xz 3460060 BLAKE2B 49f31dd07e53259145f5bb280437822c0e981087130222c0f83ccd8a0082eba1088987e46a7c0b1bf8cfaef156f034ca1ec99e3e609af4e7268e5c1d051f7f98 SHA512 f452e2353ed2c2f74b8309ed0888abdca40e93031cac3c0313097070b45cac1a7f346f09443269d7b2843617ae1fe214977829dd31a0e9972e95600465c3316d DIST tio-3.9.tar.xz 3460500 BLAKE2B eee634fb540a2910706d9aec686e386727cc665bff9d5febe438e08a38d2df3c2faab64bc9e87757caf8758f456a79a8ef18e1f7c1601be40ad1f96895cfc36b SHA512 36873ecf32a42023838853012cf640a4e3007faeeda5dc9e0fb4511cccab98776a0b74ee179de2d324c438bd042aa8bf87783bc593d81eaabe8627157968605d diff --git a/net-dialup/tio/tio-3.8.ebuild b/net-dialup/tio/tio-3.8.ebuild deleted file mode 100644 index dead597a8..000000000 --- a/net-dialup/tio/tio-3.8.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -LUA_COMPAT=( lua5-{1..4} ) - -inherit lua-single meson bash-completion-r1 - -DESCRIPTION="Simple TTY terminal application" -HOMEPAGE="https://tio.github.io/" -SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -REQUIRED_USE="${LUA_REQUIRED_USE}" -RDEPEND=" - ${LUA_DEPS} - dev-libs/glib -" -DEPEND=" - ${RDEPEND} -" - -src_configure() { - local emesonargs=( - -Dbashcompletiondir="$(get_bashcompdir)" - ) - - meson_src_configure -}