gui-libs/wf-config: drop 0.9.0-r1

Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
Viorel Munteanu 2025-10-02 10:04:44 +03:00
parent 74b159359d
commit 00f7d7e7aa
No known key found for this signature in database
GPG Key ID: 0CE5A97D9310DAB0
2 changed files with 0 additions and 45 deletions

View File

@ -1,2 +1 @@
DIST wf-config-0.10.0.tar.xz 43684 BLAKE2B e7d80f8f73956a68206a504524463bb357d89376faf044b17731a7584b481acf008814f405a0415965abde12d79ef7ca4cb1788780e979e80d3d9c65a80de229 SHA512 c75eb9188a361cc6f59d5c2142600337c71b05c5175ac8a2d8040c4fce4036d0ceb85ed87023d2db0704b55364aa88779510a757c225ba839faa0b751e03ed9f
DIST wf-config-0.9.0.tar.xz 42612 BLAKE2B 5f3b529f829f6fc6bdfe974633467707bba501eddca1a9d32f62c1d4ea6398e74ae9bc6f970de821e81fe7fbc4a26b77611587c637ab1961898084571b073ead SHA512 ac2ca69b7d96b9b145a4789f004705a2d7b323e6724e429a1e5a4544cd56828165a01f48a9863ceb92004c51c8f05729468f4a32c37545716f8d537d39e3236b

View File

@ -1,44 +0,0 @@
# Copyright 2019-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="library for managing wayfire configuration files"
HOMEPAGE="https://github.com/WayfireWM/wf-config"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/WayfireWM/wf-config.git"
SLOT="0/0.10"
else
SRC_URI="https://github.com/WayfireWM/wf-config/releases/download/v${PV}/${P}.tar.xz"
KEYWORDS="amd64 arm64 ~riscv ~x86"
SLOT="0/$(ver_cut 1-2)"
fi
LICENSE="MIT"
IUSE="test"
RESTRICT="!test? ( test )"
DEPEND="
dev-libs/libevdev
dev-libs/libxml2:=
media-libs/glm
"
RDEPEND="${DEPEND}"
BDEPEND="
dev-libs/wayland-protocols
virtual/pkgconfig
test? ( dev-cpp/doctest )
"
src_configure() {
local emesonargs=(
$(meson_feature test tests)
-Dlocale_test=false # requires de_DE locale to be installed
)
meson_src_configure
}