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 7F5D715808C for ; Wed, 23 Feb 2022 00:33:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0058E09B1; Wed, 23 Feb 2022 00:33:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A8BB9E09B1 for ; Wed, 23 Feb 2022 00:33:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D1AB434313A for ; Wed, 23 Feb 2022 00:33:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 285412FD for ; Wed, 23 Feb 2022 00:33:48 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1645477499.3b8428d3ec6f115589f86dda8c60b3e8e0fbb5b2.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-dialup/tio/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-dialup/tio/Manifest net-dialup/tio/tio-1.35.ebuild X-VCS-Directories: net-dialup/tio/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 3b8428d3ec6f115589f86dda8c60b3e8e0fbb5b2 X-VCS-Branch: master Date: Wed, 23 Feb 2022 00:33:48 +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: 99f32b0a-324a-4eb0-805e-02cdd7140924 X-Archives-Hash: 62d19786d9443adc5bc417ca0040d61e commit: 3b8428d3ec6f115589f86dda8c60b3e8e0fbb5b2 Author: Kurt Kanzenbach kmk-computers de> AuthorDate: Mon Feb 21 21:04:59 2022 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Mon Feb 21 21:04:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3b8428d3 net-dialup/tio: Bump version to v1.35 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Kurt Kanzenbach kmk-computers.de> net-dialup/tio/Manifest | 1 + net-dialup/tio/tio-1.35.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/net-dialup/tio/Manifest b/net-dialup/tio/Manifest index e4ef49976..c220c6011 100644 --- a/net-dialup/tio/Manifest +++ b/net-dialup/tio/Manifest @@ -1 +1,2 @@ DIST tio-1.32.tar.xz 88976 BLAKE2B d9f97e0c37326d5db2c6a7d681569738aced6ba45dc60d320bf5dc00db1d77b72474309d0b790ba6af1360cde145cda04ddbc2ba58f69cef1e2331906d04cc89 SHA512 6ec216ea8e60fe8fb09e3bc378d8178f0d27789ba876e5a763c1eeef7de064831143270e644e64658d3b9acaf3c1b406f1e3331acc4c8bee91fd56851b99941f +DIST tio-1.35.tar.xz 1413192 BLAKE2B 04d1d237187c854d767963d3dc80b572fbdf58f3668861a7b704a45664645782e77245cd2c3f9b64e0b829a8b08fb5d1b5c29a2b62e8fc134949752d97f64336 SHA512 e2ca85e189d218be4f61b0e1602e8bca5deaf93affcd2c25e1155bd25e1b31ee2d3b1ff7327225a74f3ad04d56bc5ccc18758c92947c9fb2059ebe8224659961 diff --git a/net-dialup/tio/tio-1.35.ebuild b/net-dialup/tio/tio-1.35.ebuild new file mode 100644 index 000000000..ee8bbe93e --- /dev/null +++ b/net-dialup/tio/tio-1.35.ebuild @@ -0,0 +1,22 @@ +# 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" + +src_configure() { + local emesonargs=( + -Dbashcompletiondir="$(get_bashcompdir)" + ) + + meson_src_configure +}