From: "Jonas Frei" <freijon@pm.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-terms/rio-terminfo/
Date: Mon, 8 Jan 2024 16:33:19 +0000 (UTC) [thread overview]
Message-ID: <1704731537.2af608f0a3500de31d3c805a6c03faa4c0034f32.freijon@gentoo> (raw)
commit: 2af608f0a3500de31d3c805a6c03faa4c0034f32
Author: Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Mon Jan 8 16:31:35 2024 +0000
Commit: Jonas Frei <freijon <AT> pm <DOT> me>
CommitDate: Mon Jan 8 16:32:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2af608f0
x11-terms/rio-terminfo: add 0.0.34
Signed-off-by: Jonas Frei <freijon <AT> pm.me>
x11-terms/rio-terminfo/Manifest | 1 +
x11-terms/rio-terminfo/rio-terminfo-0.0.34.ebuild | 29 +++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/x11-terms/rio-terminfo/Manifest b/x11-terms/rio-terminfo/Manifest
index ca9b7a09ec..d5127eb7e5 100644
--- a/x11-terms/rio-terminfo/Manifest
+++ b/x11-terms/rio-terminfo/Manifest
@@ -1,2 +1,3 @@
DIST rio-0.0.28.tar.gz 34177343 BLAKE2B 38a2077a85d3008a361a91d76581128e73bc6a49b7a656d64f44c13512772deec6d0190880f323e41e12c6f6552549675a3f06ae7b20285f0a3bdb0bb5c01292 SHA512 6dd1992ab761d6c5b7ad78c483fe0096a4d1c93b241480c14cf10799cc831029023989f676be835d744f7a170733f3503f37f90ed92e3790dfb8fa334c07e68b
DIST rio-0.0.33.tar.gz 34516996 BLAKE2B 73a83e9b7b039e4959080a68e96ff252dff6278de519db2c2f67be9b3cc40d3a572a34a20487bc52103750eeb2613045f830ea45655551f653bf466db69bc9e8 SHA512 a69a4e7b6aad396d8753671d44b1f02cc061ff7bc9eb124e4669b7bcc0e7a108d52260966d0915f42dd0a5bff4789fcb0b3e1c6eaddf3f646ec1f77293894f08
+DIST rio-0.0.34.tar.gz 35557809 BLAKE2B e757ee50445664044c44e49e93588b096876c8e4a6c4fd7a0b0229704324d7c6f8da64936bf77eeba271b28cf34760ff92f452c87f3452e30e4871fa4d21e180 SHA512 9a0a01e02a432e030b9dc01fcf62606016f57724b8bdf11b4f347a077ff373bc7e03843294e883ff4add24a6d69e9baf628ea0b05252a7028dc18e315f44a4de
diff --git a/x11-terms/rio-terminfo/rio-terminfo-0.0.34.ebuild b/x11-terms/rio-terminfo/rio-terminfo-0.0.34.ebuild
new file mode 100644
index 0000000000..ad2dacb02c
--- /dev/null
+++ b/x11-terms/rio-terminfo/rio-terminfo-0.0.34.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="rio"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Terminfo for Rio, a hardware-accelerated GPU terminal emulator powered by WebGPU"
+HOMEPAGE="https://raphamorim.io/rio/"
+SRC_URI="
+ https://github.com/raphamorim/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${MY_P}.tar.gz
+"
+
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="test" # intended to be ran on the full rio package
+
+BDEPEND="sys-libs/ncurses"
+
+src_compile() { :; }
+
+src_install() {
+ dodir "/usr/share/terminfo"
+ tic -xo "${ED}/usr/share/terminfo" "misc/rio.terminfo" || die
+}
next reply other threads:[~2024-01-08 16:33 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-08 16:33 Jonas Frei [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-31 8:55 [gentoo-commits] repo/proj/guru:master commit in: x11-terms/rio-terminfo/ Julien Roy
2024-05-31 8:52 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-03-24 7:47 Jonas Frei
2024-03-24 7:47 Jonas Frei
2024-03-05 19:31 Jonas Frei
2024-02-04 14:33 Piotr Kubaj
2024-01-08 16:33 Jonas Frei
2023-12-19 4:38 Jonas Frei
2023-12-19 4:38 Jonas Frei
2023-12-12 19:32 Jonas Frei
2023-12-12 19:32 Jonas Frei
2023-12-10 12:43 Jonas Frei
2023-12-05 5:14 Jonas Frei
2023-12-02 12:01 Jonas Frei
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=1704731537.2af608f0a3500de31d3c805a6c03faa4c0034f32.freijon@gentoo \
--to=freijon@pm.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