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 480801581D3 for ; Mon, 20 May 2024 09:28:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29747E29FE; Mon, 20 May 2024 09:28:16 +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 E84D6E29FE for ; Mon, 20 May 2024 09:28:15 +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 D164633BEA5 for ; Mon, 20 May 2024 09:28:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 692E51AA0 for ; Mon, 20 May 2024 09:28:13 +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: <1716197285.13c9d85f9458e3fff44e6d31471942e541e25f1c.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.2.ebuild X-VCS-Directories: net-dialup/tio/ X-VCS-Committer: KurtKanzenbach X-VCS-Committer-Name: Kurt Kanzenbach X-VCS-Revision: 13c9d85f9458e3fff44e6d31471942e541e25f1c X-VCS-Branch: dev Date: Mon, 20 May 2024 09:28:13 +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: d0ffb63d-c974-4dbc-8df3-87cd8d5c15de X-Archives-Hash: 226949491a192f1d980f0470886e2949 commit: 13c9d85f9458e3fff44e6d31471942e541e25f1c Author: Kurt Kanzenbach kmk-computers de> AuthorDate: Mon May 20 09:22:35 2024 +0000 Commit: Kurt Kanzenbach kmk-computers de> CommitDate: Mon May 20 09:28:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=13c9d85f net-dialup/tio: drop 3.2 Signed-off-by: Kurt Kanzenbach kmk-computers.de> net-dialup/tio/Manifest | 1 - net-dialup/tio/tio-3.2.ebuild | 33 --------------------------------- 2 files changed, 34 deletions(-) diff --git a/net-dialup/tio/Manifest b/net-dialup/tio/Manifest index 8e32e6a0c0..9cd3398fd5 100644 --- a/net-dialup/tio/Manifest +++ b/net-dialup/tio/Manifest @@ -1,2 +1 @@ -DIST tio-3.2.tar.xz 3452984 BLAKE2B 32abe46a8d010ed18b3eec7426788d07c73e7d87d1d3d6fb5bfc08b15cbdc4acaf5e49123d7b9fc1e6559bdae0e21fb20ceb945b97046508349d63423b02b9ba SHA512 37ee36a52b0a41bd8e8fdc0329036fdaedd3130d2e19a92c8f14d86fd2193a5ed1354893c3a8f05e102db5fcb496993fb1700303fd0d2820b9e519abb33976cf DIST tio-3.3.tar.xz 3453004 BLAKE2B 3cd9da5f69b8e9b0028846cc5b9ea8110df6a592c53f13aa64bd144aec9fb20ace56d5ee750a0b4ee589e389feb4bcb0cba7a11fe7193f4ced40d3251b47b2d7 SHA512 f4eeb274cd74fdd22f22cf5024966268f656fd7bb9a413eb26fdb886f0b783540ffc1e5ddd740952e09c0a630d3cae2f72054c5edd705a6e272a2634b4a42498 diff --git a/net-dialup/tio/tio-3.2.ebuild b/net-dialup/tio/tio-3.2.ebuild deleted file mode 100644 index dead597a89..0000000000 --- a/net-dialup/tio/tio-3.2.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 -}