From 9e917fe4ce475c8b3ed160741c654a982265fa65 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Tue, 1 Oct 2024 15:14:54 -0400 Subject: gui-apps/wob: remove --- gui-apps/wob/wob-0.14.2.ebuild | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 gui-apps/wob/wob-0.14.2.ebuild (limited to 'gui-apps/wob/wob-0.14.2.ebuild') diff --git a/gui-apps/wob/wob-0.14.2.ebuild b/gui-apps/wob/wob-0.14.2.ebuild deleted file mode 100644 index bf8f34d..0000000 --- a/gui-apps/wob/wob-0.14.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson - -DESCRIPTION="Lightweight overlay volume/backlight/progress/anything bar for Wayland" -HOMEPAGE="https://github.com/francma/wob" -SRC_URI="https://github.com/francma/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+man +seccomp" - -RDEPEND="dev-libs/wayland" -DEPEND="${RDEPEND} - dev-libs/inih - dev-libs/wayland-protocols - seccomp? ( sys-libs/libseccomp ) -" -BDEPEND=" - dev-util/wayland-scanner - man? ( app-text/scdoc ) -" - -src_configure() { - local emesonargs=( - $(meson_feature man man-pages) - $(meson_feature seccomp) - ) - meson_src_configure -} -- cgit v1.2.3-70-g09d2