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 AE932159C9B for ; Wed, 7 Aug 2024 10:33:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62F41E2D20; Wed, 7 Aug 2024 10:33:45 +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 48E65E2D1E for ; Wed, 7 Aug 2024 10:33:45 +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 84E883430B1 for ; Wed, 7 Aug 2024 10:33:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 152B31EBD for ; Wed, 7 Aug 2024 10:33:43 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1722966601.4f501475b4eacdb3e58f741905ea5cb26bc982d5.watermanpaint@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-3.6.ebuild X-VCS-Directories: net-dialup/tio/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: 4f501475b4eacdb3e58f741905ea5cb26bc982d5 X-VCS-Branch: master Date: Wed, 7 Aug 2024 10:33:43 +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: 54c24e9e-9cae-4bf2-a736-c3734d8d9734 X-Archives-Hash: 57c39d9fe4770eb1c032916b8aeac2e3 commit: 4f501475b4eacdb3e58f741905ea5cb26bc982d5 Author: Kurt Kanzenbach kmk-computers de> AuthorDate: Tue Aug 6 17:43:26 2024 +0000 Commit: Lucio Sauer posteo net> CommitDate: Tue Aug 6 17:50:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4f501475 net-dialup/tio: add 3.6 Signed-off-by: Kurt Kanzenbach kmk-computers.de> net-dialup/tio/Manifest | 1 + net-dialup/tio/tio-3.6.ebuild | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/net-dialup/tio/Manifest b/net-dialup/tio/Manifest index 84beb2c47..99efc209c 100644 --- a/net-dialup/tio/Manifest +++ b/net-dialup/tio/Manifest @@ -1 +1,2 @@ DIST tio-3.5.tar.xz 3456676 BLAKE2B 47423adff5be1cb15fcb0312ded179f3e1b3e872d927f5c81ad623ef708f593ff445617605b531360e5bc3310c66f43b6f45c3b05bba825cf8a9e85642cd7fd5 SHA512 060d94b9a643ac3aea71003bd5e5a3f3a145c0c5532d5308d30375abf7b64e39a0e80011af89cd01df945c981941506fefa5c48c72783e5f4f02a77c5ba3bc02 +DIST tio-3.6.tar.xz 3458048 BLAKE2B 52152a133b497e7f39f0bb48348ef869ad5fa2135f323796ef16f0caf7c8b3bb5dc38dde7b40c858bd27a1e3addbb97911eef219be5f8b9885638389cd45f9e2 SHA512 daa2f5e8066d22a6bcdda9c0c36b843fdbc8fbcf48eb7e64caa3cb2faabf02634964de5aa5ca5337ed817fe3f51550a677e8773e67b0bf52b0b9012b1e98e13a diff --git a/net-dialup/tio/tio-3.6.ebuild b/net-dialup/tio/tio-3.6.ebuild new file mode 100644 index 000000000..dead597a8 --- /dev/null +++ b/net-dialup/tio/tio-3.6.ebuild @@ -0,0 +1,33 @@ +# 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 +}