diff options
author | Julien Roy <julien@jroy.ca> | 2024-05-31 04:51:52 -0400 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-05-31 04:51:52 -0400 |
commit | f62a3020b363676dd61b420a60b17162c89c5d1d (patch) | |
tree | 98292163a17656070eb9e917b23c1e579467fe11 /x11-terms | |
parent | profiles: mask www-client/woob (diff) | |
download | guru-f62a3020b363676dd61b420a60b17162c89c5d1d.tar.gz guru-f62a3020b363676dd61b420a60b17162c89c5d1d.tar.bz2 guru-f62a3020b363676dd61b420a60b17162c89c5d1d.zip |
x11-terms/rio-terminfo: treeclean
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/rio-terminfo/Manifest | 3 | ||||
-rw-r--r-- | x11-terms/rio-terminfo/metadata.xml | 12 | ||||
-rw-r--r-- | x11-terms/rio-terminfo/rio-terminfo-0.0.34.ebuild | 29 | ||||
-rw-r--r-- | x11-terms/rio-terminfo/rio-terminfo-0.0.35.ebuild | 29 | ||||
-rw-r--r-- | x11-terms/rio-terminfo/rio-terminfo-0.0.36.ebuild | 29 |
5 files changed, 0 insertions, 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 -} |