summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2024-01-03 13:41:06 +0000
committerYixun Lan <dlan@gentoo.org>2024-01-03 13:41:06 +0000
commitecefe870c6fc02639e202c41ce36802ea73fae96 (patch)
tree16c228284f506cf3f68965c8bac8c984863f504a
parentdev-libs/hyprland-protocols: add 9999 add 0.2-r1 (diff)
downloadgentoo-ecefe870c6fc02639e202c41ce36802ea73fae96.tar.gz
gentoo-ecefe870c6fc02639e202c41ce36802ea73fae96.tar.bz2
gentoo-ecefe870c6fc02639e202c41ce36802ea73fae96.zip
dev-libs/hyprland-protocols: drop 0.2
Signed-off-by: Yixun Lan <dlan@gentoo.org>
-rw-r--r--dev-libs/hyprland-protocols/Manifest1
-rw-r--r--dev-libs/hyprland-protocols/hyprland-protocols-0.2.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-libs/hyprland-protocols/Manifest b/dev-libs/hyprland-protocols/Manifest
index ab55445bee0e..d7acf48d63d2 100644
--- a/dev-libs/hyprland-protocols/Manifest
+++ b/dev-libs/hyprland-protocols/Manifest
@@ -1,2 +1 @@
DIST hyprland-protocols-0.2.gh.tar.gz 6342 BLAKE2B a5179bc465156043903a5f17b1a4593ca15694ef22c52b1ba8a306d3680f1443a3c2ccf5947ace533244cc5b19ce02e8f3014053984f121f8e049882c1e21fa0 SHA512 cd1f9309a69236d6fd2ffc1a09f5f8a1196f357367779c08f30aeaaca7646be364c40fa8c207751012873085d24581fe7b7252c825e89958c20adfb48b029274
-DIST hyprland-protocols-0.2.tar.gz 6343 BLAKE2B cffa25c1fbac992db9aee57956615c2a5f8a6e90150d86246218e6d346e566a43527f56cab08b07359bd2f56b1e02b741fb0dbb37ec35fbadd22dfdb2006d3b0 SHA512 f8534c0f6562ce3c770ed9c79b8b78504d6f3aa75001c74ecfa5418af939e88a020ca1cef08d20c62e73c764d66452b5ce212a0f0d2e9a3aaba635ee80b142c5
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
-"