public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-dialup/tio/
Date: Fri, 10 May 2024 00:33:20 +0000 (UTC)	[thread overview]
Message-ID: <1715244257.a83c7dd6fb91083f5e4c93811c01135f78c59304.lanodan@gentoo> (raw)

commit:     a83c7dd6fb91083f5e4c93811c01135f78c59304
Author:     Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
AuthorDate: Thu May  9 08:44:17 2024 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Thu May  9 08:44:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a83c7dd6

net-dialup/tio: add 3.2

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

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

diff --git a/net-dialup/tio/Manifest b/net-dialup/tio/Manifest
index 1e19635272..3becab1e4e 100644
--- a/net-dialup/tio/Manifest
+++ b/net-dialup/tio/Manifest
@@ -1 +1,2 @@
 DIST tio-2.8.tar.xz 3441388 BLAKE2B 934d10f9f91926fae78d4d4c41ddc3ed60e148fea4da81763f052835a993fbf2ebdc4b5d666d9b34ad44f33a8f3c3edd45e14589995dfc0de03254104acb4107 SHA512 b9bac84eb84147a964a504c56dd5aa1ffe706dafc8a7ced4e42a7bb9e1ef262e7f4f015879e5a20b7bfbb1dfe9474bd4ad920b677750b812996b412d05d76272
+DIST tio-3.2.tar.xz 3452984 BLAKE2B 32abe46a8d010ed18b3eec7426788d07c73e7d87d1d3d6fb5bfc08b15cbdc4acaf5e49123d7b9fc1e6559bdae0e21fb20ceb945b97046508349d63423b02b9ba SHA512 37ee36a52b0a41bd8e8fdc0329036fdaedd3130d2e19a92c8f14d86fd2193a5ed1354893c3a8f05e102db5fcb496993fb1700303fd0d2820b9e519abb33976cf

diff --git a/net-dialup/tio/tio-3.2.ebuild b/net-dialup/tio/tio-3.2.ebuild
new file mode 100644
index 0000000000..329bb2790f
--- /dev/null
+++ b/net-dialup/tio/tio-3.2.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"
+
+SLOT="0"
+LICENSE="GPL-2+"
+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-05-10  0:33 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-10  0:33 Haelwenn Monnier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-02 10:48 [gentoo-commits] repo/proj/guru:master commit in: net-dialup/tio/ David Roman
2024-12-02 10:48 David Roman
2024-09-07  9:22 David Roman
2024-09-07  9:22 David Roman
2024-08-07 10:33 Lucio Sauer
2024-08-07 10:33 Lucio Sauer
2024-07-05 10:51 David Roman
2024-07-05 10:51 David Roman
2024-05-10  0:33 Haelwenn Monnier
2024-05-10  0:33 Haelwenn Monnier
2024-04-17 15:11 Arthur Zamarin
2024-04-17 15:11 Arthur Zamarin
2023-09-24  0:33 David Roman
2023-09-24  0:33 David Roman
2023-06-11 11:47 Viorel Munteanu
2023-06-11 11:47 Viorel Munteanu
2022-12-05  9:20 Viorel Munteanu
2022-12-05  9:20 Viorel Munteanu
2022-10-29  5:54 Arthur Zamarin
2022-10-29  5:54 Arthur Zamarin
2022-10-04  2:54 Haelwenn Monnier
2022-10-04  2:54 Haelwenn Monnier
2022-07-11  6:54 Andrew Ammerlaan
2022-07-11  6:54 Andrew Ammerlaan
2022-06-24 18:36 Florian Schmaus
2022-06-24 18:36 Florian Schmaus
2022-04-15 18:42 Andrew Ammerlaan
2022-04-15 18:42 Andrew Ammerlaan
2022-03-26 11:53 Andrew Ammerlaan
2022-03-26 11:53 Andrew Ammerlaan
2022-02-23  0:33 Ronny Gutbrod
2022-02-23  0:33 Ronny Gutbrod
2021-12-15 11:13 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-12-15 11:13 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-08-29 17:05 Haelwenn Monnier
2020-05-31 17:00 Andrew Ammerlaan
2020-05-01  9:59 Andrew Ammerlaan
2020-05-01  9:59 Andrew Ammerlaan
2020-04-13 17:50 Andrew Ammerlaan

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=1715244257.a83c7dd6fb91083f5e4c93811c01135f78c59304.lanodan@gentoo \
    --to=contact@hacktivis.me \
    --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