commit:     06c1810f3b98e987ffc1f4b3bf62dc36fa28e049
Author:     dsaf <ghostyn678+git <AT> gmail <DOT> com>
AuthorDate: Fri Mar 13 23:49:11 2026 +0000
Commit:     dsaf <ghostyn678+git <AT> gmail <DOT> com>
CommitDate: Fri Mar 13 23:49:11 2026 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=06c1810f

gui-apps/wl-clip-persist: 9999 fix QA

Signed-off-by: dsaf <ghostyn678+git <AT> gmail.com>

 .../wl-clip-persist/wl-clip-persist-9999.ebuild    | 28 ++++------------------
 1 file changed, 4 insertions(+), 24 deletions(-)

diff --git a/gui-apps/wl-clip-persist/wl-clip-persist-9999.ebuild 
b/gui-apps/wl-clip-persist/wl-clip-persist-9999.ebuild
index e17ced9879..e676bdad85 100644
--- a/gui-apps/wl-clip-persist/wl-clip-persist-9999.ebuild
+++ b/gui-apps/wl-clip-persist/wl-clip-persist-9999.ebuild
@@ -1,43 +1,23 @@
-# Copyright 2024 John M. Harris, Jr.
+# Copyright 2024-2026 Gentoo Authors John M. Harris, Jr.
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
+RUST_MIN_VER="1.85.0"
+
 inherit cargo git-r3
 
 DESCRIPTION="Keep Wayland clipboard even after programs close"
 HOMEPAGE="https://github.com/Linus789/wl-clip-persist";
 
-EGIT_REPO_URI="https://github.com/Linus789/${PN}.git";
+EGIT_REPO_URI="https://github.com/Linus789/wl-clip-persist.git";
 
 LICENSE="MIT"
 # Dependent crate licenses
 LICENSE+=" Unicode-DFS-2016"
 SLOT="0"
 
-DEPEND="
-       dev-libs/wayland-protocols
-       dev-libs/wayland
-"
-RDEPEND="${DEPEND}"
-
 src_unpack() {
        git-r3_src_unpack
        cargo_live_src_unpack
 }
-
-src_configure() {
-       cargo_gen_config
-       cargo_src_configure
-}
-
-src_compile() {
-       cargo_src_compile
-}
-
-src_install() {
-       cargo_src_install
-}
-
-# Rust package
-QA_FLAGS_IGNORED="usr/bin/${PN}"

Reply via email to