commit: b5e103522855680472cf5d9263bc0028b1fd7b15 Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Thu Oct 2 07:00:11 2025 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Thu Oct 2 08:27:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e10352
gui-libs/wayfire-plugins-extra: drop 0.9.0 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> gui-libs/wayfire-plugins-extra/Manifest | 1 - .../wayfire-plugins-extra-0.9.0.ebuild | 47 ---------------------- 2 files changed, 48 deletions(-) diff --git a/gui-libs/wayfire-plugins-extra/Manifest b/gui-libs/wayfire-plugins-extra/Manifest index 52ca62b0524d..538d37c6b7a3 100644 --- a/gui-libs/wayfire-plugins-extra/Manifest +++ b/gui-libs/wayfire-plugins-extra/Manifest @@ -1,2 +1 @@ DIST wayfire-plugins-extra-0.10.0.tar.xz 96584 BLAKE2B 18cf7da7dff2be95cdbd104789f8bed0675aed05295ebacefd24503bad5abba84e0ed0b873de97dbf7916dc8607ab7ad41f2ac03b3b2ed2708beaa7b7eb14905 SHA512 96a8e82790dad59d67989073332f248806c71bf3fe1d491a098880aae9389bf06243e5a7e7ea5271a1a262bea6b94a04260f105baf3de3f03695d4533f4c56b2 -DIST wayfire-plugins-extra-0.9.0.tar.xz 104424 BLAKE2B 8dde47dd40edabb8243c6a4128229baa4d2ff3407eb9cf0ff1699ca49dfaaf16f951f4faf18138824894f94b0ca6884bbc92fab595d4e08b948b67a0a0cf054f SHA512 fb1e02c4284b499a89a8b81e2b9ef283bdde48745c5f4ee500da4d9450bc5c8d94df6b8eba5d6ff3bb05ba3edbbdbd04b3c5551a73f5765ed3406d8227177f78 diff --git a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.9.0.ebuild b/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.9.0.ebuild deleted file mode 100644 index a37eac1c5843..000000000000 --- a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.9.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 2019-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson - -DESCRIPTION="extra plugins for wayfire" -HOMEPAGE="https://github.com/WayfireWM/wayfire-plugins-extra" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/WayfireWM/wayfire-plugins-extra.git" - SLOT="0/0.10" -else - SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="amd64 arm64" - SLOT="0/$(ver_cut 1-2)" -fi - -LICENSE="MIT" - -# no tests -RESTRICT="test" - -WAYFIRE_REVDEP=" - dev-libs/glib:2 - dev-libs/libsigc++:2 - gui-libs/wf-config:= - gui-libs/wlroots:= - x11-libs/cairo -" - -DEPEND=" - ${WAYFIRE_REVDEP} - dev-cpp/glibmm:2 - dev-cpp/nlohmann_json - dev-libs/libevdev - dev-libs/wayland - >=gui-wm/wayfire-0.9.0 -" -RDEPEND="${DEPEND}" -BDEPEND=" - >=dev-libs/wayland-protocols-1.12 - dev-util/wayland-scanner - virtual/pkgconfig -"
