commit:     f65fe97cf646bd9967721550e3a8c031d033f208
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  1 09:38:45 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri Nov  1 09:45:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f65fe97c

gui-apps/wcm: drop 0.8.0

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 gui-apps/wcm/Manifest         |  1 -
 gui-apps/wcm/wcm-0.8.0.ebuild | 52 -------------------------------------------
 2 files changed, 53 deletions(-)

diff --git a/gui-apps/wcm/Manifest b/gui-apps/wcm/Manifest
index 4f71bfdfe177..a79809a20f0b 100644
--- a/gui-apps/wcm/Manifest
+++ b/gui-apps/wcm/Manifest
@@ -1,2 +1 @@
-DIST wcm-0.8.0.tar.xz 430960 BLAKE2B 
4d845edc631bda6b3fbee181d64897b366f4e73af7fef0e912f0a5dc9c7db4dc731319b6c25ce3e2206cc05c908ee402e01ed914cba4ccc63b0d52b9980b7414
 SHA512 
43d863cfd44dc10874f6ac0c511cd07d84721c53955315fb6eed54ba5f6ac9ebcdcf19e515639deafb333d8e45d95ce8e5222ce1d3344fc7d72f09b018bf517e
 DIST wcm-0.9.0.tar.xz 434076 BLAKE2B 
7f068dda1c256d930db57d8cd299652416c5a2357742e1cc3adddab98b143ff33219dcde7c94f951d456d8a4047ce606fd95ddf1a9b4b33f8e1de8997b67aeb5
 SHA512 
f6c240c38adcf6c464df2ba07f2cbaeecabaf16fcf6c92fa064e30989d9d9476422e2d58bbdc14c0b2232839b517ee2938cc795200e3cb1549c170c87df8050c

diff --git a/gui-apps/wcm/wcm-0.8.0.ebuild b/gui-apps/wcm/wcm-0.8.0.ebuild
deleted file mode 100644
index 81b41754343f..000000000000
--- a/gui-apps/wcm/wcm-0.8.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 2019-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson xdg
-
-DESCRIPTION="Wayfire Config Manager"
-HOMEPAGE="https://github.com/WayfireWM/wcm";
-
-if [[ ${PV} == 9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/WayfireWM/wcm.git";
-       SLOT="0/0.9"
-else
-       
SRC_URI="https://github.com/WayfireWM/wcm/releases/download/v${PV}/${P}.tar.xz";
-       KEYWORDS="amd64 ~arm64"
-       SLOT="0/$(ver_cut 1-2)"
-fi
-
-LICENSE="MIT"
-
-RESTRICT="test" # no tests
-
-CDEPEND="
-       dev-libs/libevdev
-       dev-libs/libxml2
-       dev-libs/wayland
-       dev-cpp/gtkmm:3.0[wayland]
-       gui-apps/wf-shell:${SLOT}
-       gui-libs/wf-config:${SLOT}
-       gui-wm/wayfire:${SLOT}
-       x11-libs/libxkbcommon
-"
-RDEPEND="${CDEPEND}"
-DEPEND="
-       ${CDEPEND}
-       dev-libs/wayland-protocols
-"
-BDEPEND="
-       dev-util/wayland-scanner
-       virtual/pkgconfig
-"
-
-src_configure() {
-       local emesonargs=(
-               -Dwf_shell=enabled
-               -Denable_wdisplays=true
-       )
-
-       meson_src_configure
-}

Reply via email to