summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/wayland-utils/wayland-utils-1.1.0.ebuild')
-rw-r--r--app-misc/wayland-utils/wayland-utils-1.1.0.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/app-misc/wayland-utils/wayland-utils-1.1.0.ebuild b/app-misc/wayland-utils/wayland-utils-1.1.0.ebuild
deleted file mode 100644
index 653302d4f879..000000000000
--- a/app-misc/wayland-utils/wayland-utils-1.1.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="Display information about supported Wayland protocols and current compositor"
-HOMEPAGE="https://gitlab.freedesktop.org/wayland/wayland-utils"
-SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/archive/${PV}/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
-
-RDEPEND="
- >=dev-libs/wayland-1.20.0
- x11-libs/libdrm
-"
-DEPEND="${RDEPEND}
- dev-libs/wayland-protocols
-"
-BDEPEND="dev-util/wayland-scanner"
-
-src_configure() {
- local emesonargs=(
- -Ddrm=enabled
- )
- meson_src_configure
-}