commit:     c8ad89b9223ac8ba9866cf58ba694f8bee98669d
Author:     Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Tue May 13 18:14:36 2025 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue May 13 18:35:56 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c8ad89b9

x11-terms/rio: drop 0.2.14

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

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

diff --git a/x11-terms/rio/Manifest b/x11-terms/rio/Manifest
index e87319bae..88e5594b3 100644
--- a/x11-terms/rio/Manifest
+++ b/x11-terms/rio/Manifest
@@ -1,4 +1,2 @@
-DIST rio-0.2.14-crates.tar.xz 50155884 BLAKE2B 
91c3570c0ead0f7d59a6868bef6bea4ff5929c2eba957f3a54bda9486955d3cbdeb75943f30bff8c0cef045fb46e633056a089f41687bdba8ce062accaa24acf
 SHA512 
d618bf670303be8b7cdde33d9139b607dbcb4c2440f40f507fde56db464ca0adac5f2b1b405382eaae030e9af612b2c1ae9ddf878dade61b48b4cd00ccbcd30e
-DIST rio-0.2.14.tar.gz 85511675 BLAKE2B 
ddae7af84656242c86f38b7e007aaf03b9ad2a226722d6c27e5ab103b9ec21553587aa34b193d51bc6de2ffe629769178abd8648b1c08751930052979238eae9
 SHA512 
1f6ffa12f14e916ef3f44ca14759245a0d324193357ed058613882b1ba7fd968a19ff6da9b8b01109aa906531fff4506d754cc9c8db30323e33846d509a2788a
 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

diff --git a/x11-terms/rio/rio-0.2.14.ebuild b/x11-terms/rio/rio-0.2.14.ebuild
deleted file mode 100644
index 6c902c215..000000000
--- a/x11-terms/rio/rio-0.2.14.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 via email to