commit:     010c6e7453241c91500ef44442598dde76e19d0b
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  9 18:04:22 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Nov  9 18:05:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=010c6e74

gui-apps/wcm: drop old 0.4.x

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 gui-apps/wcm/Manifest            |  1 -
 gui-apps/wcm/wcm-0.4.0-r1.ebuild | 35 -----------------------------------
 2 files changed, 36 deletions(-)

diff --git a/gui-apps/wcm/Manifest b/gui-apps/wcm/Manifest
index f44a1542cd9..075cc71bb06 100644
--- a/gui-apps/wcm/Manifest
+++ b/gui-apps/wcm/Manifest
@@ -1,2 +1 @@
-DIST wcm-0.4.0.tar.gz 263841 BLAKE2B 
28cdf87c479cc7a4a5a40f17a1ec26688bae6a0cd5699b51ad7db2adca89946d7687ae345a7a82d71464df413c956aceeb3db8195c5b40da5f32043821883c49
 SHA512 
4136ceba90c054165b4b0e7a79d78af827d8b8ddb8b54820bda0c17bbaa28eb74981ce94d8c386b91257ca023a34f76f121a003229365afe72d65323f0a1d2cd
 DIST wcm-0.5.0.tar.gz 253120 BLAKE2B 
44f6e36425ed070f086fcea6b3374b8fd2f1e3420176098699ec735cb74a1de0d6919ca71e62ca61116005ad26e50562e0a927dce7990d87eb7559511fb371e3
 SHA512 
c06e97fa3b22f33bb7f05efda380484377596cce83b7874d42b6f3795f275faee2fdd2f2a6a6f24ebbb7e339a0dd3e526a3d02a2e1d4c45b34f76d627896bc53

diff --git a/gui-apps/wcm/wcm-0.4.0-r1.ebuild b/gui-apps/wcm/wcm-0.4.0-r1.ebuild
deleted file mode 100644
index 54d7e4cee82..00000000000
--- a/gui-apps/wcm/wcm-0.4.0-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-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";
-else
-       SRC_URI="https://github.com/WayfireWM/wcm/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-DEPEND="
-       dev-libs/libevdev
-       dev-libs/libxml2
-       dev-cpp/gtkmm:3.0[wayland]
-       ~gui-wm/wayfire-${PV}
-"
-
-RDEPEND="${DEPEND}"
-
-BDEPEND="
-       ${DEPEND}
-       dev-libs/wayland-protocols
-       virtual/pkgconfig
-"

Reply via email to