diff options
author | 2024-03-14 13:49:05 +0200 | |
---|---|---|
committer | 2024-03-16 21:18:10 +0200 | |
commit | 4652f3ad0abf7b039c765a2f98b107dd7005c0f0 (patch) | |
tree | c920b387436125725f01b90af9e97a0aa3b3ffe6 /gui-libs | |
parent | gui-apps/wf-shell: drop 0.7.0-r1 (diff) | |
download | gentoo-4652f3ad0abf7b039c765a2f98b107dd7005c0f0.tar.gz gentoo-4652f3ad0abf7b039c765a2f98b107dd7005c0f0.tar.bz2 gentoo-4652f3ad0abf7b039c765a2f98b107dd7005c0f0.zip |
gui-libs/wf-config: drop 0.7.1-r1
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/wf-config/Manifest | 1 | ||||
-rw-r--r-- | gui-libs/wf-config/wf-config-0.7.1-r1.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/gui-libs/wf-config/Manifest b/gui-libs/wf-config/Manifest index 1959ca230d3e..9dd8238bdd6b 100644 --- a/gui-libs/wf-config/Manifest +++ b/gui-libs/wf-config/Manifest @@ -1,2 +1 @@ -DIST wf-config-0.7.1.tar.xz 39120 BLAKE2B b18048334df12b002391fe4a74529cb61df76a0678c9052f8ac91d777e8a48dae46b87680fb44630ebfb9a350dbac36b15bc81850341fa4cd6299c12f6fa057d SHA512 d535a09a3465a54a607df7b8764ee6818ab8b83536d68c85167b282b95a176636e4bf5cda6c0d1638c07721a1f4208203e9d41b83675038fb590a535314df719 DIST wf-config-0.8.0.tar.xz 41200 BLAKE2B d56cd04c18c2cd8c0bac86493ad662244bde0e9cce1caf81d0fff34d9f2df2470c1aa8c95fead9e91dd5793d570b01dc6ef99b1986b8658b06ef93156a1526f8 SHA512 79cca2429a39ee81f853043698c57fc08025634926773253cff73fc564dcf203335b4b861d82b60a769bbab7b07be6a7e181c9ea29ad98ce930de20f9723893f diff --git a/gui-libs/wf-config/wf-config-0.7.1-r1.ebuild b/gui-libs/wf-config/wf-config-0.7.1-r1.ebuild deleted file mode 100644 index a223d4b9907c..000000000000 --- a/gui-libs/wf-config/wf-config-0.7.1-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 2019-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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" -else - SRC_URI="https://github.com/WayfireWM/wf-config/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~arm64 ~riscv ~x86" -fi - -LICENSE="MIT" -SLOT="0" -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) - ) - - meson_src_configure -} |