summaryrefslogtreecommitdiff
path: root/gui-apps/wob/wob-0.14.2.ebuild
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2024-10-01 15:14:54 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2024-10-01 15:14:54 -0400
commit9e917fe4ce475c8b3ed160741c654a982265fa65 (patch)
tree713e738df818982116b26cc140325783c81b7b8a /gui-apps/wob/wob-0.14.2.ebuild
parent1fdb4531811cf345d8b975440c6f346edf317dac (diff)
downloadgentoo-overlay-9e917fe4ce475c8b3ed160741c654a982265fa65.tar.xz
gentoo-overlay-9e917fe4ce475c8b3ed160741c654a982265fa65.zip
gui-apps/wob: remove
Diffstat (limited to 'gui-apps/wob/wob-0.14.2.ebuild')
-rw-r--r--gui-apps/wob/wob-0.14.2.ebuild34
1 files changed, 0 insertions, 34 deletions
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
-}