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: Tue, 12 Dec 2023 19:32:09 +0000 (UTC) [thread overview]
Message-ID: <1702409428.8511251ace3ef20ebf80fc7289c8cfa8c77db84a.freijon@gentoo> (raw)
commit: 8511251ace3ef20ebf80fc7289c8cfa8c77db84a
Author: Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Tue Dec 12 19:30:04 2023 +0000
Commit: Jonas Frei <freijon <AT> pm <DOT> me>
CommitDate: Tue Dec 12 19:30:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8511251a
x11-terms/rio-terminfo: add 0.0.31
Signed-off-by: Jonas Frei <freijon <AT> pm.me>
x11-terms/rio-terminfo/Manifest | 1 +
x11-terms/rio-terminfo/rio-terminfo-0.0.31.ebuild | 29 +++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/x11-terms/rio-terminfo/Manifest b/x11-terms/rio-terminfo/Manifest
index 1b68daa659..5aac5f78ba 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.30.tar.gz 34176115 BLAKE2B b81e024d9c0d8eae066ee7978d6c3766680d66101fc1670ad7cf993118887e92d4a39f7643bb21898e7cf28f91a9eab5815579953b05e000ef1d70dbb5fd391a SHA512 21372fc52c5a47a36aabcf8f3bb5d81e2832d5526a3915ba23166aaaaacdaa4bdce8d3e338827a4734505625afa1db7f54471c50c56da21bed4bf4c53d6dd89b
+DIST rio-0.0.31.tar.gz 34183236 BLAKE2B 76bc882d61817262496e5445a34c29612f2448e5d3578d0bc81d9da853b28a9bca40889c1f7e95942c9f3ef210df94dae62818e354288e2286608d734a5c702e SHA512 7fc43a35a833cc74c5d36e3ac0849fa462e55fbe826d4cfdf218b8d86ad9c04c4adf629409c4652eced87f6139e72ee1b48b4b51ebcc1e80a0090663b1688bb5
diff --git a/x11-terms/rio-terminfo/rio-terminfo-0.0.31.ebuild b/x11-terms/rio-terminfo/rio-terminfo-0.0.31.ebuild
new file mode 100644
index 0000000000..ad2dacb02c
--- /dev/null
+++ b/x11-terms/rio-terminfo/rio-terminfo-0.0.31.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:[~2023-12-12 19:32 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-12 19:32 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
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-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=1702409428.8511251ace3ef20ebf80fc7289c8cfa8c77db84a.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