summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-11-09 13:04:22 -0500
committerAaron Bauman <bman@gentoo.org>2020-11-09 13:05:19 -0500
commit010c6e7453241c91500ef44442598dde76e19d0b (patch)
treede761684705a3a9a994c993450469e3ee5d5fd8e /gui-apps
parentapp-text/xpdf: switch from inkscape to rsvg-convert (diff)
downloadgentoo-010c6e7453241c91500ef44442598dde76e19d0b.tar.gz
gentoo-010c6e7453241c91500ef44442598dde76e19d0b.tar.bz2
gentoo-010c6e7453241c91500ef44442598dde76e19d0b.zip
gui-apps/wcm: drop old 0.4.x
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r--gui-apps/wcm/Manifest1
-rw-r--r--gui-apps/wcm/wcm-0.4.0-r1.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/gui-apps/wcm/Manifest b/gui-apps/wcm/Manifest
index f44a1542cd96..075cc71bb061 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 54d7e4cee824..000000000000
--- 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
-"