public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jonas Frei" <freijon@pm.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-terms/rio/
Date: Sat, 21 Jun 2025 05:09:54 +0000 (UTC)	[thread overview]
Message-ID: <1750482448.b24713df01b23392db14d4e5a0f7dbe4456da26c.freijon@gentoo> (raw)

commit:     b24713df01b23392db14d4e5a0f7dbe4456da26c
Author:     Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Sat Jun 21 05:06:09 2025 +0000
Commit:     Jonas Frei <freijon <AT> pm <DOT> me>
CommitDate: Sat Jun 21 05:07:28 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b24713df

x11-terms/rio: drop 0.2.15

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

 x11-terms/rio/Manifest          |  2 --
 x11-terms/rio/rio-0.2.15.ebuild | 69 -----------------------------------------
 2 files changed, 71 deletions(-)

diff --git a/x11-terms/rio/Manifest b/x11-terms/rio/Manifest
index 81df6541ac..803f3513ca 100644
--- a/x11-terms/rio/Manifest
+++ b/x11-terms/rio/Manifest
@@ -1,4 +1,2 @@
-DIST rio-0.2.15-crates.tar.xz 50168812 BLAKE2B 9fa840b1558350b37b66100e62a17146a18cd92882f8ae2dca1f36d79b5fb57af2b8cd11c5f789a70506dcf7b3f597b46ba5889bae18a5b436b9c303db67eae2 SHA512 1f64c8a197e0e19e9ac04fd1884bac4b22f642c99901f108601f61856a3f246fede443239375babcbaaab4fe1994dc840f25db2f40a50829cc9cdcc346aa54e0
-DIST rio-0.2.15.tar.gz 85508446 BLAKE2B e8207f919cdd8ea23f23806790d22b43896944e5bfba11de1ff611458b703ca72a129ab1c853192f5fcd973c0e8ef1416c1db4e8504e3b4dd3ee589d499dc33f SHA512 322d09e64af8326fb1bd09af2749be396c9acbd5f5ae2f27b748f992bdfa9cb8b6a4afe6be5e81145a840133ea83b4c6c5e0ec17ce20c57b2b324b2e20448a1c
 DIST rio-0.2.20-crates.tar.xz 51147480 BLAKE2B aaab22858bf39ad3670bed5588887594db73436aed9541cb0cd0be44eeb498467722b5d5db8287219a0ceb198d9ca7451deddb8a70475ebe5f14001a7b9e9d75 SHA512 e0815287f75f8b2e845227181b464d8a3055fb80ff3da9777440a850f26c97b8634e81fd284d54cedd05ebe2ce30e0b40eed7f883f4729cf8f435e52f9504b63
 DIST rio-0.2.20.tar.gz 86710007 BLAKE2B ff09fd3dd551c41fc58dcb9f88a0761b9bc7ac2ed320cdd61a200624e0bb1300ae0ce8263f691e8ded4d5774c56a7278bc41a0fecad65026b6eba92e8eb5ee68 SHA512 d4066083af5df346e8d942309d25167eb9229a11abfd9d75af19284be2ef3663995185abfa59b1be43c0663810e1312b2c0dac327d36004f56335704c351a507

diff --git a/x11-terms/rio/rio-0.2.15.ebuild b/x11-terms/rio/rio-0.2.15.ebuild
deleted file mode 100644
index 6c902c2154..0000000000
--- a/x11-terms/rio/rio-0.2.15.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CRATES=""
-
-RUST_MIN_VER="1.85.0"
-
-inherit cargo desktop
-
-DESCRIPTION="A hardware-accelerated GPU terminal emulator powered by WebGPU"
-HOMEPAGE="https://raphamorim.io/rio/"
-SRC_URI="https://github.com/raphamorim/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-DEPS_URI="https://github.com/freijon/${PN}/releases/download/v${PV}/${P}-crates.tar.xz"
-SRC_URI+=" ${DEPS_URI}"
-
-LICENSE="MIT"
-# Dependent crate licenses
-LICENSE+="
-	Apache-2.0 BSD-2 BSD Boost-1.0 CC0-1.0 ISC MIT MPL-2.0
-	Unicode-DFS-2016 ZLIB
-"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+wayland +X"
-REQUIRED_USE="|| ( wayland X )"
-
-DEPEND="
-	media-libs/freetype:2
-	media-libs/fontconfig
-	wayland? ( dev-libs/wayland )
-	wayland? ( x11-libs/libxkbcommon[wayland] )
-	X? ( x11-libs/libxkbcommon[X] )
-	>=sys-libs/ncurses-6.4_p20240330
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	dev-build/cmake
-	virtual/pkgconfig
-"
-
-QA_FLAGS_IGNORED="usr/bin/rio"
-
-DOCS=(
-	"README.md"
-	"docs/docs"
-)
-
-src_prepare() {
-	default
-	sed -i '/^strip =/d' Cargo.toml || die
-}
-
-src_configure() {
-	local myfeatures=(
-		$(usev wayland)
-		$(usev X x11)
-	)
-	cargo_src_configure --verbose --no-default-features
-}
-
-src_install() {
-	dobin "$(cargo_target_dir)/${PN}"
-
-	dodoc -r "${DOCS[@]}"
-	newicon -s scalable "misc/logo.svg" "${PN}.svg"
-	domenu "misc/${PN}.desktop"
-}


             reply	other threads:[~2025-06-21  5:10 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-21  5:09 Jonas Frei [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-17  4:33 [gentoo-commits] repo/proj/guru:dev commit in: x11-terms/rio/ Jonas Frei
2025-10-17  4:33 Jonas Frei
2025-10-16 15:52 Jonas Frei
2025-09-15  8:04 Jonas Frei
2025-09-15  8:04 Jonas Frei
2025-08-20 18:19 Jonas Frei
2025-08-20 18:19 Jonas Frei
2025-08-08  3:37 Jonas Frei
2025-08-08  3:37 Jonas Frei
2025-08-04  5:15 Jonas Frei
2025-08-04  5:15 Jonas Frei
2025-07-23 18:25 Jonas Frei
2025-07-23 18:25 Jonas Frei
2025-06-21  5:09 Jonas Frei
2025-05-13 18:37 Jonas Frei
2025-05-13 18:37 Jonas Frei
2025-05-06 18:01 Jonas Frei
2025-05-06 18:01 Jonas Frei
2025-04-17 12:30 Jonas Frei
2025-04-17 12:30 Jonas Frei
2025-03-01  8:04 Jonas Frei
2025-03-01  8:04 Jonas Frei
2025-02-11 18:57 Jonas Frei
2025-02-11 18:57 Jonas Frei
2025-01-30 17:58 Jonas Frei
2025-01-30 17:58 Jonas Frei
2025-01-14 19:56 Jonas Frei
2025-01-14 19:56 Jonas Frei
2024-11-25  5:20 Jonas Frei
2024-11-25  5:20 Jonas Frei
2024-11-23  6:35 Jonas Frei
2024-11-23  6:35 Jonas Frei
2024-11-15  4:55 Jonas Frei
2024-11-15  4:55 Jonas Frei
2024-11-04  5:03 Jonas Frei
2024-08-13 17:36 Jonas Frei
2024-08-10  5:19 Jonas Frei
2024-08-06  6:21 Jonas Frei
2024-04-28 18:52 Jonas Frei
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-12 19:32 Jonas Frei
2023-12-10 12:43 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=1750482448.b24713df01b23392db14d4e5a0f7dbe4456da26c.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