public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: x11-terms/rio-terminfo/
@ 2023-12-02 12:01 Jonas Frei
  0 siblings, 0 replies; 14+ messages in thread
From: Jonas Frei @ 2023-12-02 12:01 UTC (permalink / raw
  To: gentoo-commits

commit:     b31485f5c81a21697007f854fd1773b9a70be115
Author:     Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Sat Dec  2 12:00:17 2023 +0000
Commit:     Jonas Frei <freijon <AT> pm <DOT> me>
CommitDate: Sat Dec  2 12:00:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b31485f5

x11-terms/rio-terminfo: new package, add 0.0.28

Signed-off-by: Jonas Frei <freijon <AT> pm.me>

 x11-terms/rio-terminfo/Manifest                   |  1 +
 x11-terms/rio-terminfo/metadata.xml               | 12 ++++++++++
 x11-terms/rio-terminfo/rio-terminfo-0.0.28.ebuild | 28 +++++++++++++++++++++++
 3 files changed, 41 insertions(+)

diff --git a/x11-terms/rio-terminfo/Manifest b/x11-terms/rio-terminfo/Manifest
new file mode 100644
index 0000000000..1005ddb4ed
--- /dev/null
+++ b/x11-terms/rio-terminfo/Manifest
@@ -0,0 +1 @@
+DIST rio-0.0.28.tar.gz 34177343 BLAKE2B 38a2077a85d3008a361a91d76581128e73bc6a49b7a656d64f44c13512772deec6d0190880f323e41e12c6f6552549675a3f06ae7b20285f0a3bdb0bb5c01292 SHA512 6dd1992ab761d6c5b7ad78c483fe0096a4d1c93b241480c14cf10799cc831029023989f676be835d744f7a170733f3503f37f90ed92e3790dfb8fa334c07e68b

diff --git a/x11-terms/rio-terminfo/metadata.xml b/x11-terms/rio-terminfo/metadata.xml
new file mode 100644
index 0000000000..315ba3c8de
--- /dev/null
+++ b/x11-terms/rio-terminfo/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<name>Jonas Frei</name>
+		<email>freijon@pm.me</email>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">raphamorim/rio</remote-id>
+		<bugs-to>https://github.com/raphamorim/rio/issues</bugs-to>
+	</upstream>
+</pkgmetadata>

diff --git a/x11-terms/rio-terminfo/rio-terminfo-0.0.28.ebuild b/x11-terms/rio-terminfo/rio-terminfo-0.0.28.ebuild
new file mode 100644
index 0000000000..eed8dd2f69
--- /dev/null
+++ b/x11-terms/rio-terminfo/rio-terminfo-0.0.28.ebuild
@@ -0,0 +1,28 @@
+# 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"
+
+BDEPEND="sys-libs/ncurses"
+
+src_compile() { :; }
+
+src_install() {
+	dodir "/usr/share/terminfo"
+	tic -xo "${ED}/usr/share/terminfo" "misc/rio.terminfo" || die
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-terms/rio-terminfo/
@ 2023-12-05  5:14 Jonas Frei
  0 siblings, 0 replies; 14+ messages in thread
From: Jonas Frei @ 2023-12-05  5:14 UTC (permalink / raw
  To: gentoo-commits

commit:     1c6004e6c6ad6fa43b961d7814af4332501ebf05
Author:     Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Tue Dec  5 05:11:46 2023 +0000
Commit:     Jonas Frei <freijon <AT> pm <DOT> me>
CommitDate: Tue Dec  5 05:11:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c6004e6

x11-terms/rio-terminfo: Skip tests

Tests are executed with the main package, x11-terms/rio.
Closes: https://bugs.gentoo.org/919141
Signed-off-by: Jonas Frei <freijon <AT> pm.me>

 x11-terms/rio-terminfo/rio-terminfo-0.0.28.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-terms/rio-terminfo/rio-terminfo-0.0.28.ebuild b/x11-terms/rio-terminfo/rio-terminfo-0.0.28.ebuild
index eed8dd2f69..ad2dacb02c 100644
--- a/x11-terms/rio-terminfo/rio-terminfo-0.0.28.ebuild
+++ b/x11-terms/rio-terminfo/rio-terminfo-0.0.28.ebuild
@@ -17,6 +17,7 @@ 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"
 


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-terms/rio-terminfo/
@ 2023-12-10 12:43 Jonas Frei
  0 siblings, 0 replies; 14+ messages in thread
From: Jonas Frei @ 2023-12-10 12:43 UTC (permalink / raw
  To: gentoo-commits

commit:     d99b89d0032d562003d7f734a243cc64459ddc81
Author:     Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Sun Dec 10 12:32:30 2023 +0000
Commit:     Jonas Frei <freijon <AT> pm <DOT> me>
CommitDate: Sun Dec 10 12:32:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d99b89d0

x11-terms/rio-terminfo: add 0.0.30

Signed-off-by: Jonas Frei <freijon <AT> pm.me>

 x11-terms/rio-terminfo/Manifest                   |  1 +
 x11-terms/rio-terminfo/rio-terminfo-0.0.30.ebuild | 29 +++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/x11-terms/rio-terminfo/Manifest b/x11-terms/rio-terminfo/Manifest
index 1005ddb4ed..1b68daa659 100644
--- a/x11-terms/rio-terminfo/Manifest
+++ b/x11-terms/rio-terminfo/Manifest
@@ -1 +1,2 @@
 DIST rio-0.0.28.tar.gz 34177343 BLAKE2B 38a2077a85d3008a361a91d76581128e73bc6a49b7a656d64f44c13512772deec6d0190880f323e41e12c6f6552549675a3f06ae7b20285f0a3bdb0bb5c01292 SHA512 6dd1992ab761d6c5b7ad78c483fe0096a4d1c93b241480c14cf10799cc831029023989f676be835d744f7a170733f3503f37f90ed92e3790dfb8fa334c07e68b
+DIST rio-0.0.30.tar.gz 34176115 BLAKE2B b81e024d9c0d8eae066ee7978d6c3766680d66101fc1670ad7cf993118887e92d4a39f7643bb21898e7cf28f91a9eab5815579953b05e000ef1d70dbb5fd391a SHA512 21372fc52c5a47a36aabcf8f3bb5d81e2832d5526a3915ba23166aaaaacdaa4bdce8d3e338827a4734505625afa1db7f54471c50c56da21bed4bf4c53d6dd89b

diff --git a/x11-terms/rio-terminfo/rio-terminfo-0.0.30.ebuild b/x11-terms/rio-terminfo/rio-terminfo-0.0.30.ebuild
new file mode 100644
index 0000000000..ad2dacb02c
--- /dev/null
+++ b/x11-terms/rio-terminfo/rio-terminfo-0.0.30.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
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-terms/rio-terminfo/
@ 2023-12-12 19:32 Jonas Frei
  0 siblings, 0 replies; 14+ messages in thread
From: Jonas Frei @ 2023-12-12 19:32 UTC (permalink / raw
  To: gentoo-commits

commit:     c4bea615afa05e129e9fddb85f6380b1249d203d
Author:     Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Tue Dec 12 19:30:17 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=c4bea615

x11-terms/rio-terminfo: drop 0.0.30

Signed-off-by: Jonas Frei <freijon <AT> pm.me>

 x11-terms/rio-terminfo/Manifest                   |  1 -
 x11-terms/rio-terminfo/rio-terminfo-0.0.30.ebuild | 29 -----------------------
 2 files changed, 30 deletions(-)

diff --git a/x11-terms/rio-terminfo/Manifest b/x11-terms/rio-terminfo/Manifest
index 5aac5f78ba..2de6bf2e76 100644
--- a/x11-terms/rio-terminfo/Manifest
+++ b/x11-terms/rio-terminfo/Manifest
@@ -1,3 +1,2 @@
 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.30.ebuild b/x11-terms/rio-terminfo/rio-terminfo-0.0.30.ebuild
deleted file mode 100644
index ad2dacb02c..0000000000
--- a/x11-terms/rio-terminfo/rio-terminfo-0.0.30.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-terms/rio-terminfo/
@ 2023-12-12 19:32 Jonas Frei
  0 siblings, 0 replies; 14+ messages in thread
From: Jonas Frei @ 2023-12-12 19:32 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-terms/rio-terminfo/
@ 2023-12-19  4:38 Jonas Frei
  0 siblings, 0 replies; 14+ messages in thread
From: Jonas Frei @ 2023-12-19  4:38 UTC (permalink / raw
  To: gentoo-commits

commit:     dcbb68a98b39612c657814b66d8339d5a5eb7e5f
Author:     Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Tue Dec 19 04:35:14 2023 +0000
Commit:     Jonas Frei <freijon <AT> pm <DOT> me>
CommitDate: Tue Dec 19 04:37:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dcbb68a9

x11-terms/rio-terminfo: add 0.0.33

Signed-off-by: Jonas Frei <freijon <AT> pm.me>

 x11-terms/rio-terminfo/Manifest                   |  1 +
 x11-terms/rio-terminfo/rio-terminfo-0.0.33.ebuild | 29 +++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/x11-terms/rio-terminfo/Manifest b/x11-terms/rio-terminfo/Manifest
index 2de6bf2e76..fbc45e1329 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.31.tar.gz 34183236 BLAKE2B 76bc882d61817262496e5445a34c29612f2448e5d3578d0bc81d9da853b28a9bca40889c1f7e95942c9f3ef210df94dae62818e354288e2286608d734a5c702e SHA512 7fc43a35a833cc74c5d36e3ac0849fa462e55fbe826d4cfdf218b8d86ad9c04c4adf629409c4652eced87f6139e72ee1b48b4b51ebcc1e80a0090663b1688bb5
+DIST rio-0.0.33.tar.gz 34516996 BLAKE2B 73a83e9b7b039e4959080a68e96ff252dff6278de519db2c2f67be9b3cc40d3a572a34a20487bc52103750eeb2613045f830ea45655551f653bf466db69bc9e8 SHA512 a69a4e7b6aad396d8753671d44b1f02cc061ff7bc9eb124e4669b7bcc0e7a108d52260966d0915f42dd0a5bff4789fcb0b3e1c6eaddf3f646ec1f77293894f08

diff --git a/x11-terms/rio-terminfo/rio-terminfo-0.0.33.ebuild b/x11-terms/rio-terminfo/rio-terminfo-0.0.33.ebuild
new file mode 100644
index 0000000000..ad2dacb02c
--- /dev/null
+++ b/x11-terms/rio-terminfo/rio-terminfo-0.0.33.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
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-terms/rio-terminfo/
@ 2023-12-19  4:38 Jonas Frei
  0 siblings, 0 replies; 14+ messages in thread
From: Jonas Frei @ 2023-12-19  4:38 UTC (permalink / raw
  To: gentoo-commits

commit:     2cc6f7678285f97132afed3b77949983af7dbb3f
Author:     Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Tue Dec 19 04:35:30 2023 +0000
Commit:     Jonas Frei <freijon <AT> pm <DOT> me>
CommitDate: Tue Dec 19 04:37:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2cc6f767

x11-terms/rio-terminfo: drop 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 deletions(-)

diff --git a/x11-terms/rio-terminfo/Manifest b/x11-terms/rio-terminfo/Manifest
index fbc45e1329..ca9b7a09ec 100644
--- a/x11-terms/rio-terminfo/Manifest
+++ b/x11-terms/rio-terminfo/Manifest
@@ -1,3 +1,2 @@
 DIST rio-0.0.28.tar.gz 34177343 BLAKE2B 38a2077a85d3008a361a91d76581128e73bc6a49b7a656d64f44c13512772deec6d0190880f323e41e12c6f6552549675a3f06ae7b20285f0a3bdb0bb5c01292 SHA512 6dd1992ab761d6c5b7ad78c483fe0096a4d1c93b241480c14cf10799cc831029023989f676be835d744f7a170733f3503f37f90ed92e3790dfb8fa334c07e68b
-DIST rio-0.0.31.tar.gz 34183236 BLAKE2B 76bc882d61817262496e5445a34c29612f2448e5d3578d0bc81d9da853b28a9bca40889c1f7e95942c9f3ef210df94dae62818e354288e2286608d734a5c702e SHA512 7fc43a35a833cc74c5d36e3ac0849fa462e55fbe826d4cfdf218b8d86ad9c04c4adf629409c4652eced87f6139e72ee1b48b4b51ebcc1e80a0090663b1688bb5
 DIST rio-0.0.33.tar.gz 34516996 BLAKE2B 73a83e9b7b039e4959080a68e96ff252dff6278de519db2c2f67be9b3cc40d3a572a34a20487bc52103750eeb2613045f830ea45655551f653bf466db69bc9e8 SHA512 a69a4e7b6aad396d8753671d44b1f02cc061ff7bc9eb124e4669b7bcc0e7a108d52260966d0915f42dd0a5bff4789fcb0b3e1c6eaddf3f646ec1f77293894f08

diff --git a/x11-terms/rio-terminfo/rio-terminfo-0.0.31.ebuild b/x11-terms/rio-terminfo/rio-terminfo-0.0.31.ebuild
deleted file mode 100644
index ad2dacb02c..0000000000
--- a/x11-terms/rio-terminfo/rio-terminfo-0.0.31.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-terms/rio-terminfo/
@ 2024-01-08 16:33 Jonas Frei
  0 siblings, 0 replies; 14+ messages in thread
From: Jonas Frei @ 2024-01-08 16:33 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-terms/rio-terminfo/
@ 2024-01-08 16:33 Jonas Frei
  0 siblings, 0 replies; 14+ messages in thread
From: Jonas Frei @ 2024-01-08 16:33 UTC (permalink / raw
  To: gentoo-commits

commit:     73f5e16180f5e3a16cbb84c1b22f263580a81b62
Author:     Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Mon Jan  8 16:32:01 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=73f5e161

x11-terms/rio-terminfo: drop 0.0.33

Signed-off-by: Jonas Frei <freijon <AT> pm.me>

 x11-terms/rio-terminfo/Manifest                   |  1 -
 x11-terms/rio-terminfo/rio-terminfo-0.0.33.ebuild | 29 -----------------------
 2 files changed, 30 deletions(-)

diff --git a/x11-terms/rio-terminfo/Manifest b/x11-terms/rio-terminfo/Manifest
index d5127eb7e5..262c9fdcf0 100644
--- a/x11-terms/rio-terminfo/Manifest
+++ b/x11-terms/rio-terminfo/Manifest
@@ -1,3 +1,2 @@
 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.33.ebuild b/x11-terms/rio-terminfo/rio-terminfo-0.0.33.ebuild
deleted file mode 100644
index ad2dacb02c..0000000000
--- a/x11-terms/rio-terminfo/rio-terminfo-0.0.33.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-terms/rio-terminfo/
@ 2024-02-04 14:33 Piotr Kubaj
  0 siblings, 0 replies; 14+ messages in thread
From: Piotr Kubaj @ 2024-02-04 14:33 UTC (permalink / raw
  To: gentoo-commits

commit:     92225fc515b0b9e7063a87276f383162579324ea
Author:     Piotr Kubaj <pkubaj <AT> anongoth <DOT> pl>
AuthorDate: Sun Feb  4 14:32:09 2024 +0000
Commit:     Piotr Kubaj <pkubaj <AT> anongoth <DOT> pl>
CommitDate: Sun Feb  4 14:32:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=92225fc5

x11-terms/rio-terminfo: keyword 0.0.34 for ~arm64

Signed-off-by: Piotr Kubaj <pkubaj <AT> anongoth.pl>

 x11-terms/rio-terminfo/rio-terminfo-0.0.34.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/rio-terminfo/rio-terminfo-0.0.34.ebuild b/x11-terms/rio-terminfo/rio-terminfo-0.0.34.ebuild
index ad2dacb02c..b488b40d85 100644
--- a/x11-terms/rio-terminfo/rio-terminfo-0.0.34.ebuild
+++ b/x11-terms/rio-terminfo/rio-terminfo-0.0.34.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 RESTRICT="test" # intended to be ran on the full rio package
 
 BDEPEND="sys-libs/ncurses"


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-terms/rio-terminfo/
@ 2024-03-05 19:31 Jonas Frei
  0 siblings, 0 replies; 14+ messages in thread
From: Jonas Frei @ 2024-03-05 19:31 UTC (permalink / raw
  To: gentoo-commits

commit:     7ecefe15387544d25157e750b07ad2b49e6d606c
Author:     Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Tue Mar  5 19:29:34 2024 +0000
Commit:     Jonas Frei <freijon <AT> pm <DOT> me>
CommitDate: Tue Mar  5 19:30:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7ecefe15

x11-terms/rio-terminfo: add 0.0.35

Signed-off-by: Jonas Frei <freijon <AT> pm.me>

 x11-terms/rio-terminfo/Manifest                   |  1 +
 x11-terms/rio-terminfo/rio-terminfo-0.0.35.ebuild | 29 +++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/x11-terms/rio-terminfo/Manifest b/x11-terms/rio-terminfo/Manifest
index 262c9fdcf0..f9a56fe54c 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.34.tar.gz 35557809 BLAKE2B e757ee50445664044c44e49e93588b096876c8e4a6c4fd7a0b0229704324d7c6f8da64936bf77eeba271b28cf34760ff92f452c87f3452e30e4871fa4d21e180 SHA512 9a0a01e02a432e030b9dc01fcf62606016f57724b8bdf11b4f347a077ff373bc7e03843294e883ff4add24a6d69e9baf628ea0b05252a7028dc18e315f44a4de
+DIST rio-0.0.35.tar.gz 35557061 BLAKE2B 426e253957ff7d0635d3c050c4204f9f22884da1e539b4b6198038bba12acd74c60ad265c069fa678b4dc7c00a617980d5223f517c92e338590eecad76b96d47 SHA512 3aa2754a210b1a9a260a5073f777dd5b41736005b28706fbeb9aa7105b03c480cc9a89259c9d8a8083a289bcb65a27567ef001181b410244a85ddac57f09c2a1

diff --git a/x11-terms/rio-terminfo/rio-terminfo-0.0.35.ebuild b/x11-terms/rio-terminfo/rio-terminfo-0.0.35.ebuild
new file mode 100644
index 0000000000..ad2dacb02c
--- /dev/null
+++ b/x11-terms/rio-terminfo/rio-terminfo-0.0.35.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
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-terms/rio-terminfo/
@ 2024-03-24  7:47 Jonas Frei
  0 siblings, 0 replies; 14+ messages in thread
From: Jonas Frei @ 2024-03-24  7:47 UTC (permalink / raw
  To: gentoo-commits

commit:     30c2bd2c77e1bb02b89d9383a1270dbc721f47ac
Author:     Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Sun Mar 24 05:25:22 2024 +0000
Commit:     Jonas Frei <freijon <AT> pm <DOT> me>
CommitDate: Sun Mar 24 05:41:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=30c2bd2c

x11-terms/rio-terminfo: add 0.0.36

Signed-off-by: Jonas Frei <freijon <AT> pm.me>

 x11-terms/rio-terminfo/Manifest                   |  1 +
 x11-terms/rio-terminfo/rio-terminfo-0.0.36.ebuild | 29 +++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/x11-terms/rio-terminfo/Manifest b/x11-terms/rio-terminfo/Manifest
index f9a56fe54c..f3cdb0992f 100644
--- a/x11-terms/rio-terminfo/Manifest
+++ b/x11-terms/rio-terminfo/Manifest
@@ -1,3 +1,4 @@
 DIST rio-0.0.28.tar.gz 34177343 BLAKE2B 38a2077a85d3008a361a91d76581128e73bc6a49b7a656d64f44c13512772deec6d0190880f323e41e12c6f6552549675a3f06ae7b20285f0a3bdb0bb5c01292 SHA512 6dd1992ab761d6c5b7ad78c483fe0096a4d1c93b241480c14cf10799cc831029023989f676be835d744f7a170733f3503f37f90ed92e3790dfb8fa334c07e68b
 DIST rio-0.0.34.tar.gz 35557809 BLAKE2B e757ee50445664044c44e49e93588b096876c8e4a6c4fd7a0b0229704324d7c6f8da64936bf77eeba271b28cf34760ff92f452c87f3452e30e4871fa4d21e180 SHA512 9a0a01e02a432e030b9dc01fcf62606016f57724b8bdf11b4f347a077ff373bc7e03843294e883ff4add24a6d69e9baf628ea0b05252a7028dc18e315f44a4de
 DIST rio-0.0.35.tar.gz 35557061 BLAKE2B 426e253957ff7d0635d3c050c4204f9f22884da1e539b4b6198038bba12acd74c60ad265c069fa678b4dc7c00a617980d5223f517c92e338590eecad76b96d47 SHA512 3aa2754a210b1a9a260a5073f777dd5b41736005b28706fbeb9aa7105b03c480cc9a89259c9d8a8083a289bcb65a27567ef001181b410244a85ddac57f09c2a1
+DIST rio-0.0.36.tar.gz 35556683 BLAKE2B 00a1d5439dc6ccaf47e6d1c5dc682bd656ed14b9fc1558fb9307a98302d955de42b1d562e6ae7c7fd3ef5593ea3b461cc4baa0b0668579b747f0fede9deba573 SHA512 a1657d65c7a0c24d8dc481347a22981ef7fd7410613ae47e3ad740f93993047fad2365f7fbb209bd1abade76aa3924bcde193755b0249e7f554ca1490b094600

diff --git a/x11-terms/rio-terminfo/rio-terminfo-0.0.36.ebuild b/x11-terms/rio-terminfo/rio-terminfo-0.0.36.ebuild
new file mode 100644
index 0000000000..ad2dacb02c
--- /dev/null
+++ b/x11-terms/rio-terminfo/rio-terminfo-0.0.36.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
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-terms/rio-terminfo/
@ 2024-03-24  7:47 Jonas Frei
  0 siblings, 0 replies; 14+ messages in thread
From: Jonas Frei @ 2024-03-24  7:47 UTC (permalink / raw
  To: gentoo-commits

commit:     d8977d08862aa40b091c58b9751d4a72b303db5b
Author:     Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Sun Mar 24 05:25:34 2024 +0000
Commit:     Jonas Frei <freijon <AT> pm <DOT> me>
CommitDate: Sun Mar 24 05:41:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d8977d08

x11-terms/rio-terminfo: drop 0.0.28

Signed-off-by: Jonas Frei <freijon <AT> pm.me>

 x11-terms/rio-terminfo/Manifest                   |  1 -
 x11-terms/rio-terminfo/rio-terminfo-0.0.28.ebuild | 29 -----------------------
 2 files changed, 30 deletions(-)

diff --git a/x11-terms/rio-terminfo/Manifest b/x11-terms/rio-terminfo/Manifest
index f3cdb0992f..820546e835 100644
--- a/x11-terms/rio-terminfo/Manifest
+++ b/x11-terms/rio-terminfo/Manifest
@@ -1,4 +1,3 @@
-DIST rio-0.0.28.tar.gz 34177343 BLAKE2B 38a2077a85d3008a361a91d76581128e73bc6a49b7a656d64f44c13512772deec6d0190880f323e41e12c6f6552549675a3f06ae7b20285f0a3bdb0bb5c01292 SHA512 6dd1992ab761d6c5b7ad78c483fe0096a4d1c93b241480c14cf10799cc831029023989f676be835d744f7a170733f3503f37f90ed92e3790dfb8fa334c07e68b
 DIST rio-0.0.34.tar.gz 35557809 BLAKE2B e757ee50445664044c44e49e93588b096876c8e4a6c4fd7a0b0229704324d7c6f8da64936bf77eeba271b28cf34760ff92f452c87f3452e30e4871fa4d21e180 SHA512 9a0a01e02a432e030b9dc01fcf62606016f57724b8bdf11b4f347a077ff373bc7e03843294e883ff4add24a6d69e9baf628ea0b05252a7028dc18e315f44a4de
 DIST rio-0.0.35.tar.gz 35557061 BLAKE2B 426e253957ff7d0635d3c050c4204f9f22884da1e539b4b6198038bba12acd74c60ad265c069fa678b4dc7c00a617980d5223f517c92e338590eecad76b96d47 SHA512 3aa2754a210b1a9a260a5073f777dd5b41736005b28706fbeb9aa7105b03c480cc9a89259c9d8a8083a289bcb65a27567ef001181b410244a85ddac57f09c2a1
 DIST rio-0.0.36.tar.gz 35556683 BLAKE2B 00a1d5439dc6ccaf47e6d1c5dc682bd656ed14b9fc1558fb9307a98302d955de42b1d562e6ae7c7fd3ef5593ea3b461cc4baa0b0668579b747f0fede9deba573 SHA512 a1657d65c7a0c24d8dc481347a22981ef7fd7410613ae47e3ad740f93993047fad2365f7fbb209bd1abade76aa3924bcde193755b0249e7f554ca1490b094600

diff --git a/x11-terms/rio-terminfo/rio-terminfo-0.0.28.ebuild b/x11-terms/rio-terminfo/rio-terminfo-0.0.28.ebuild
deleted file mode 100644
index ad2dacb02c..0000000000
--- a/x11-terms/rio-terminfo/rio-terminfo-0.0.28.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: x11-terms/rio-terminfo/
  2024-05-31  8:55 [gentoo-commits] repo/proj/guru:master " Julien Roy
@ 2024-05-31  8:52 ` Julien Roy
  0 siblings, 0 replies; 14+ messages in thread
From: Julien Roy @ 2024-05-31  8:52 UTC (permalink / raw
  To: gentoo-commits

commit:     f62a3020b363676dd61b420a60b17162c89c5d1d
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Fri May 31 08:51:52 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri May 31 08:51:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f62a3020

x11-terms/rio-terminfo: treeclean

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 x11-terms/rio-terminfo/Manifest                   |  3 ---
 x11-terms/rio-terminfo/metadata.xml               | 12 ----------
 x11-terms/rio-terminfo/rio-terminfo-0.0.34.ebuild | 29 -----------------------
 x11-terms/rio-terminfo/rio-terminfo-0.0.35.ebuild | 29 -----------------------
 x11-terms/rio-terminfo/rio-terminfo-0.0.36.ebuild | 29 -----------------------
 5 files changed, 102 deletions(-)

diff --git a/x11-terms/rio-terminfo/Manifest b/x11-terms/rio-terminfo/Manifest
deleted file mode 100644
index 820546e83..000000000
--- a/x11-terms/rio-terminfo/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST rio-0.0.34.tar.gz 35557809 BLAKE2B e757ee50445664044c44e49e93588b096876c8e4a6c4fd7a0b0229704324d7c6f8da64936bf77eeba271b28cf34760ff92f452c87f3452e30e4871fa4d21e180 SHA512 9a0a01e02a432e030b9dc01fcf62606016f57724b8bdf11b4f347a077ff373bc7e03843294e883ff4add24a6d69e9baf628ea0b05252a7028dc18e315f44a4de
-DIST rio-0.0.35.tar.gz 35557061 BLAKE2B 426e253957ff7d0635d3c050c4204f9f22884da1e539b4b6198038bba12acd74c60ad265c069fa678b4dc7c00a617980d5223f517c92e338590eecad76b96d47 SHA512 3aa2754a210b1a9a260a5073f777dd5b41736005b28706fbeb9aa7105b03c480cc9a89259c9d8a8083a289bcb65a27567ef001181b410244a85ddac57f09c2a1
-DIST rio-0.0.36.tar.gz 35556683 BLAKE2B 00a1d5439dc6ccaf47e6d1c5dc682bd656ed14b9fc1558fb9307a98302d955de42b1d562e6ae7c7fd3ef5593ea3b461cc4baa0b0668579b747f0fede9deba573 SHA512 a1657d65c7a0c24d8dc481347a22981ef7fd7410613ae47e3ad740f93993047fad2365f7fbb209bd1abade76aa3924bcde193755b0249e7f554ca1490b094600

diff --git a/x11-terms/rio-terminfo/metadata.xml b/x11-terms/rio-terminfo/metadata.xml
deleted file mode 100644
index 315ba3c8d..000000000
--- a/x11-terms/rio-terminfo/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<name>Jonas Frei</name>
-		<email>freijon@pm.me</email>
-	</maintainer>
-	<upstream>
-		<remote-id type="github">raphamorim/rio</remote-id>
-		<bugs-to>https://github.com/raphamorim/rio/issues</bugs-to>
-	</upstream>
-</pkgmetadata>

diff --git a/x11-terms/rio-terminfo/rio-terminfo-0.0.34.ebuild b/x11-terms/rio-terminfo/rio-terminfo-0.0.34.ebuild
deleted file mode 100644
index b488b40d8..000000000
--- a/x11-terms/rio-terminfo/rio-terminfo-0.0.34.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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 ~arm64"
-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
-}

diff --git a/x11-terms/rio-terminfo/rio-terminfo-0.0.35.ebuild b/x11-terms/rio-terminfo/rio-terminfo-0.0.35.ebuild
deleted file mode 100644
index ad2dacb02..000000000
--- a/x11-terms/rio-terminfo/rio-terminfo-0.0.35.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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
-}

diff --git a/x11-terms/rio-terminfo/rio-terminfo-0.0.36.ebuild b/x11-terms/rio-terminfo/rio-terminfo-0.0.36.ebuild
deleted file mode 100644
index ad2dacb02..000000000
--- a/x11-terms/rio-terminfo/rio-terminfo-0.0.36.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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
-}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-05-31  8:52 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-24  7:47 [gentoo-commits] repo/proj/guru:dev commit in: x11-terms/rio-terminfo/ Jonas Frei
  -- strict thread matches above, loose matches on Subject: below --
2024-05-31  8:55 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-05-31  8:52 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
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-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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox