public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kurt Kanzenbach" <kurt@kmk-computers.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-dialup/tio/
Date: Sat,  7 Sep 2024 08:42:48 +0000 (UTC)	[thread overview]
Message-ID: <1725698071.9118e90979e184a4ca45e87847bfcaf4dd2fd84b.KurtKanzenbach@gentoo> (raw)

commit:     9118e90979e184a4ca45e87847bfcaf4dd2fd84b
Author:     Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
AuthorDate: Sat Sep  7 08:34:31 2024 +0000
Commit:     Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
CommitDate: Sat Sep  7 08:34:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9118e909

net-dialup/tio: add 3.7

Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de>

 net-dialup/tio/Manifest       |  1 +
 net-dialup/tio/tio-3.7.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/net-dialup/tio/Manifest b/net-dialup/tio/Manifest
index 750bd9316..1f9e90e18 100644
--- a/net-dialup/tio/Manifest
+++ b/net-dialup/tio/Manifest
@@ -1 +1,2 @@
 DIST tio-3.6.tar.xz 3458048 BLAKE2B 52152a133b497e7f39f0bb48348ef869ad5fa2135f323796ef16f0caf7c8b3bb5dc38dde7b40c858bd27a1e3addbb97911eef219be5f8b9885638389cd45f9e2 SHA512 daa2f5e8066d22a6bcdda9c0c36b843fdbc8fbcf48eb7e64caa3cb2faabf02634964de5aa5ca5337ed817fe3f51550a677e8773e67b0bf52b0b9012b1e98e13a
+DIST tio-3.7.tar.xz 3458484 BLAKE2B 9cfc4972a58cb6bb5cc70ca26241baba14006834964ee1ac5649c1252cbb214798e6e5d425dc8b9dada9a2d736ebe174841522e012e2eb96f78fc0aec55b8588 SHA512 da4f410ced28efaccaa8fd6a28514831421bd252b91690c8669844b964cdc5039d60b2c7f9dde6468a8475cd12db9f8a49bdfe0c1301f3515d04f75d78a09b76

diff --git a/net-dialup/tio/tio-3.7.ebuild b/net-dialup/tio/tio-3.7.ebuild
new file mode 100644
index 000000000..dead597a8
--- /dev/null
+++ b/net-dialup/tio/tio-3.7.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
+}


             reply	other threads:[~2024-09-07  8:42 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-07  8:42 Kurt Kanzenbach [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-07  8:42 [gentoo-commits] repo/proj/guru:dev commit in: net-dialup/tio/ Kurt Kanzenbach
2024-08-06 17:50 Kurt Kanzenbach
2024-08-06 17:50 Kurt Kanzenbach
2024-07-04 18:46 Kurt Kanzenbach
2024-07-04 18:46 Kurt Kanzenbach
2024-05-20  9:28 Kurt Kanzenbach
2024-05-20  9:28 Kurt Kanzenbach
2024-05-09  8:49 Kurt Kanzenbach
2024-05-09  8:49 Kurt Kanzenbach
2024-05-09  8:49 Kurt Kanzenbach
2024-04-16 16:56 Kurt Kanzenbach
2024-04-16 16:56 Kurt Kanzenbach
2023-09-22  7:58 Kurt Kanzenbach
2023-09-22  7:58 Kurt Kanzenbach
2023-06-11  9:13 Kurt Kanzenbach
2023-06-11  9:13 Kurt Kanzenbach
2022-12-24 11:17 Kurt Kanzenbach
2022-12-24 11:17 Kurt Kanzenbach
2022-12-04 14:07 Kurt Kanzenbach
2022-12-04 14:07 Kurt Kanzenbach
2022-11-06 12:58 Kurt Kanzenbach
2022-11-06 12:58 Kurt Kanzenbach
2022-10-28 18:27 Kurt Kanzenbach
2022-10-28 18:27 Kurt Kanzenbach
2022-10-02 11:19 Kurt Kanzenbach
2022-10-02 11:19 Kurt Kanzenbach
2022-07-27 17:03 Kurt Kanzenbach
2022-07-27 17:03 Kurt Kanzenbach
2022-07-15 16:40 Kurt Kanzenbach
2022-07-15 16:40 Kurt Kanzenbach
2022-07-08 16:29 Kurt Kanzenbach
2022-07-08 16:29 Kurt Kanzenbach
2022-06-24 17:56 Kurt Kanzenbach
2022-06-24 17:56 Kurt Kanzenbach
2022-06-04 11:50 Kurt Kanzenbach
2022-06-04 11:50 Kurt Kanzenbach
2022-04-15 15:18 Kurt Kanzenbach
2022-04-15 15:18 Kurt Kanzenbach
2022-03-26  9:31 Kurt Kanzenbach
2022-03-26  9:31 Kurt Kanzenbach
2022-02-21 21:06 Kurt Kanzenbach
2022-02-21 21:06 Kurt Kanzenbach
2021-12-15 11:13 Andrew Ammerlaan
2021-08-29 11:07 Kurt Kanzenbach
2020-05-30  8:40 Kurt Kanzenbach
2020-05-01  9:31 Kurt Kanzenbach
2020-05-01  9:31 Kurt Kanzenbach
2020-04-13  9:43 Kurt Kanzenbach

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1725698071.9118e90979e184a4ca45e87847bfcaf4dd2fd84b.KurtKanzenbach@gentoo \
    --to=kurt@kmk-computers.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox