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 B5761158021 for ; Sun, 4 Dec 2022 14:07:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC116E07E0; Sun, 4 Dec 2022 14:07:40 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 90E85E07E0 for ; Sun, 4 Dec 2022 14:07:40 +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 4B9AD341306 for ; Sun, 4 Dec 2022 14:07:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DC32766 for ; Sun, 4 Dec 2022 14:07:37 +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: <1670162611.1572be386a4a4dad3b94428148245bb245019ec1.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-2.3.ebuild X-VCS-Directories: net-dialup/tio/ X-VCS-Committer: KurtKanzenbach X-VCS-Committer-Name: Kurt Kanzenbach X-VCS-Revision: 1572be386a4a4dad3b94428148245bb245019ec1 X-VCS-Branch: dev Date: Sun, 4 Dec 2022 14:07:37 +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: 7ea0b423-b94d-47f6-8c15-77d1fcede8c0 X-Archives-Hash: 185865001952ab06e71d7fb381f1e18e commit: 1572be386a4a4dad3b94428148245bb245019ec1 Author: Kurt Kanzenbach kmk-computers de> AuthorDate: Sun Dec 4 14:03:31 2022 +0000 Commit: Kurt Kanzenbach kmk-computers de> CommitDate: Sun Dec 4 14:03:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1572be38 net-dialup/tio: drop 2.3 Signed-off-by: Kurt Kanzenbach kmk-computers.de> net-dialup/tio/Manifest | 1 - net-dialup/tio/tio-2.3.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/net-dialup/tio/Manifest b/net-dialup/tio/Manifest index 57a953ba2..8da25f87f 100644 --- a/net-dialup/tio/Manifest +++ b/net-dialup/tio/Manifest @@ -1,2 +1 @@ -DIST tio-2.3.tar.xz 3416720 BLAKE2B cecca8b4c9bab7e6ece0f98e39069e70547ddba82e758a1f02f4aeb8d4310e8f3a9af1f4a968fe54929cd09d4c93bce3a3ac530f81e740d75666973b481d6794 SHA512 0f8a825c5c57bb2bc9ca83f45ee92c7d70c3c74d3684a485cde46cd9e5bb4009526d780cc78fa92e8fbd3b7a6332f1e72609e1b4f06eeb8c7b52a1d4cc177610 DIST tio-2.4.tar.xz 3417548 BLAKE2B 15575e603f22a02cbf999916189a0bed8de094b1a3577ae76633169acb4cb8ba1ee62ff37b0c7076dff558f28b371adf7ff55bc896bb752ba7ff0f45bc4068f5 SHA512 397c369a858677479c30034ecd6aba0a4c5ae884473ba191d58e8b5427c58f7cf5215aa9cdf134cac9c78cc67ba2ec6cd92a8a56f755caa465bcd02c1c41018b diff --git a/net-dialup/tio/tio-2.3.ebuild b/net-dialup/tio/tio-2.3.ebuild deleted file mode 100644 index aa1af5f4e..000000000 --- a/net-dialup/tio/tio-2.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit 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" - -SLOT="0" -LICENSE="GPL-2+" -KEYWORDS="~amd64 ~arm64 ~x86" - -RDEPEND=" - dev-libs/inih -" -DEPEND=" - ${RDEPEND} -" - -src_configure() { - local emesonargs=( - -Dbashcompletiondir="$(get_bashcompdir)" - ) - - meson_src_configure -}