commit:     62c3850d377f1417531476fbbed2162f6a84db76
Author:     Mazunki Hoksaas <rolferen <AT> gmail <DOT> com>
AuthorDate: Sat Apr  5 10:31:19 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Apr  5 10:32:25 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=62c3850d

gui-apps/wl-mirror: drop 0.16.5

Signed-off-by: Mazunki Hoksaas <rolferen <AT> gmail.com>

 gui-apps/wl-mirror/wl-mirror-0.16.5.ebuild | 39 ------------------------------
 1 file changed, 39 deletions(-)

diff --git a/gui-apps/wl-mirror/wl-mirror-0.16.5.ebuild 
b/gui-apps/wl-mirror/wl-mirror-0.16.5.ebuild
deleted file mode 100644
index 97944cb23..000000000
--- a/gui-apps/wl-mirror/wl-mirror-0.16.5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="A simple Wayland output mirror client"
-HOMEPAGE="https://github.com/Ferdi265/wl-mirror";
-SRC_URI="https://github.com/Ferdi265/wl-mirror/releases/download/v${PV}/wl-mirror-${PV}.tar.gz
-"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="man"
-
-DEPEND="
-       gui-libs/wlroots
-       dev-libs/wayland-protocols
-       dev-libs/wayland
-       media-libs/libglvnd
-       dev-util/wayland-scanner
-       man? (
-               app-text/scdoc
-       )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       mycmakeargs=(
-               -DINSTALL_DOCUMENTATION=$(usex man ON OFF)
-               -DFORCE_SYSTEM_WL_PROTOCOLS=ON
-               -DFORCE_SYSTEM_WLR_PROTOCOLS=OFF
-               -DINSTALL_EXAMPLE_SCRIPTS=OFF
-       )
-
-       cmake_src_configure
-}

Reply via email to