--- a/gui-apps/wayland-info/wayland-info-20210413.ebuild Sat Mar 22 12:24:21 2025 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Tool to display information about Wayland protocols supported by a compositor"
-HOMEPAGE="https://gitlab.freedesktop.org/ofourdan/wayland-info"
-EGIT_REPO_URI="https://gitlab.freedesktop.org/ofourdan/wayland-info"
-EGIT_COMMIT="f7f4e42ed46200b4bf1c1df4d26ee8f4b532439a"
-
-inherit git-r3 meson
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- dev-libs/wayland
- dev-libs/wayland-protocols"
-RDEPEND="${DEPEND}"
-BDEPEND="
- dev-util/meson
- dev-util/ninja"