public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-terms/rio-terminfo/
Date: Fri, 31 May 2024 08:52:24 +0000 (UTC)	[thread overview]
Message-ID: <1717145512.f62a3020b363676dd61b420a60b17162c89c5d1d.julien@gentoo> (raw)
Message-ID: <20240531085224.PNoalet9F3c2Vg4umhWvLtzcJTtnCWlmDRL3cOFykAk@z> (raw)

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


             reply	other threads:[~2024-05-31  8:52 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-31  8:55 Julien Roy [this message]
2024-05-31  8:52 ` [gentoo-commits] repo/proj/guru:dev commit in: x11-terms/rio-terminfo/ Julien Roy
  -- strict thread matches above, loose matches on Subject: below --
2024-03-24 19:31 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-03-24 19:31 Julien Roy
2024-03-06  0:48 Julien Roy
2024-01-09 12:03 David Roman
2024-01-09 12:03 David Roman
2023-12-20  9:10 David Roman
2023-12-20  9:10 David Roman
2023-12-13 12:15 David Roman
2023-12-13 12:15 David Roman
2023-12-11  6:50 Viorel Munteanu

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=1717145512.f62a3020b363676dd61b420a60b17162c89c5d1d.julien@gentoo \
    --to=julien@jroy.ca \
    --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