summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2024-12-27 10:06:07 -0500
committerYixun Lan <dlan@gentoo.org>2024-12-28 23:59:58 +0000
commitf28151a7c6d8a60390a89556ee52887046dbdb43 (patch)
tree2624186bcb052ba252e52aa7c7817523344e282a /dev-libs
parentgui-libs/hyprutils: drop 0.2.1, 0.2.3 (diff)
downloadgentoo-f28151a7c6d8a60390a89556ee52887046dbdb43.tar.gz
gentoo-f28151a7c6d8a60390a89556ee52887046dbdb43.tar.bz2
gentoo-f28151a7c6d8a60390a89556ee52887046dbdb43.zip
dev-libs/hyprland-protocols: drop 0.3.0
Signed-off-by: Julien Roy <julien@jroy.ca> Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/hyprland-protocols/Manifest1
-rw-r--r--dev-libs/hyprland-protocols/hyprland-protocols-0.3.0.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-libs/hyprland-protocols/Manifest b/dev-libs/hyprland-protocols/Manifest
index 2967b1a44da7..d3a8c2e59ed7 100644
--- a/dev-libs/hyprland-protocols/Manifest
+++ b/dev-libs/hyprland-protocols/Manifest
@@ -1,2 +1 @@
-DIST hyprland-protocols-0.3.0.gh.tar.gz 7423 BLAKE2B 1ecc6625152e9bd530490d8321dcbe41396dd7306066f6cd6d97c22a0ebb2c914348b6829e8d5e210f07807a7df282a1cc63fa44a93bd08df22987850bd27a3a SHA512 15bb0c45eed1949d888d228c671139fefd48e32d634823ed8041a4901e15e73409b0fd368d4c1f6197bd6980e723b20303697ad46b1171330cfd27821118ba32
DIST hyprland-protocols-0.4.0.gh.tar.gz 8131 BLAKE2B 3187849ed4e460a06a6c88919972f1a8989f6aa2dff24209da5697dddbfcfb82898babdc275246942a9b6e79f922a58c4139870b5c68fc2d28288400cedfb80e SHA512 cc32cae0840c49a7f128150be99b3584d5e5eb417a321ae7c917a859715e263c199001f73e7642348e2ae670ed4fffeecab9649144920d90999f46e9bfb8f938
diff --git a/dev-libs/hyprland-protocols/hyprland-protocols-0.3.0.ebuild b/dev-libs/hyprland-protocols/hyprland-protocols-0.3.0.ebuild
deleted file mode 100644
index 0de43fcf06fb..000000000000
--- a/dev-libs/hyprland-protocols/hyprland-protocols-0.3.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="Wayland protocol extensions for Hyprland"
-HOMEPAGE="https://github.com/hyprwm/hyprland-protocols"
-
-if [[ ${PV} == 9999 ]]; then
- EGIT_REPO_URI="https://github.com/hyprwm/${PN}.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/hyprwm/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
- KEYWORDS="amd64 ~riscv"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-
-BDEPEND="
- dev-util/wayland-scanner
- virtual/pkgconfig
-"