summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/hyprland-protocols/hyprland-protocols-0.2.ebuild')
-rw-r--r--dev-libs/hyprland-protocols/hyprland-protocols-0.2.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-libs/hyprland-protocols/hyprland-protocols-0.2.ebuild b/dev-libs/hyprland-protocols/hyprland-protocols-0.2.ebuild
deleted file mode 100644
index bd84f17c8f6a..000000000000
--- a/dev-libs/hyprland-protocols/hyprland-protocols-0.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-COMMIT=4d29e48433270a2af06b8bc711ca1fe5109746cd
-DESCRIPTION="Wayland protocol extensions for Hyprland"
-HOMEPAGE="https://github.com/hyprwm/hyprland-protocols"
-SRC_URI="https://github.com/hyprwm/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-KEYWORDS="amd64 ~riscv"
-LICENSE="BSD"
-SLOT="0"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-BDEPEND="
- dev-util/wayland-scanner
- virtual/pkgconfig
-"