commit: a37de0b38a597a3ed8c4e3b3ef3863f245a12c85 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sun Sep 7 18:14:54 2025 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Sep 7 18:16:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a37de0b3
dev-libs/wayland-protocols: Drop old versions Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> dev-libs/wayland-protocols/Manifest | 1 - .../wayland-protocols-1.44.ebuild | 37 ---------------------- 2 files changed, 38 deletions(-) diff --git a/dev-libs/wayland-protocols/Manifest b/dev-libs/wayland-protocols/Manifest index 3a3184aac87d..98e89a7e74e4 100644 --- a/dev-libs/wayland-protocols/Manifest +++ b/dev-libs/wayland-protocols/Manifest @@ -1,2 +1 @@ -DIST wayland-protocols-1.44.tar.xz 124928 BLAKE2B 9d9fa5a61a50ab3ec6e2716bc672799ace79c2a44229e960fb9de5214b0726640ebe53a976d80afbfc92c0b27d739eb0e463b3cb6d470222aaf4eca33a9414d9 SHA512 8714e0bedb394c01164b9f4d839daf014f130c79782e2695a304efbe1c8ea7b1e8ef01663fec340df485b179d2bfdb3bad5fba6474d6cb24b90a622d921b419b DIST wayland-protocols-1.45.tar.xz 130040 BLAKE2B 9c70bf8975056e4038492101c38acdc476b28e277200144ff6e436e573b1e023e609b0a7bbf8f5acedecbfb268af6b41d11d4c101ffecebafe29440f4dcee4c1 SHA512 d0557a75eb486fb824f182648bec346e270cb1ada8727613377ab95b0ccb595c516de242f486110c88b7009e98c87b071bf5b598f84466e5624aa1d81f19e195 diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.44.ebuild b/dev-libs/wayland-protocols/wayland-protocols-1.44.ebuild deleted file mode 100644 index b2ef0d0f03c1..000000000000 --- a/dev-libs/wayland-protocols/wayland-protocols-1.44.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson - -DESCRIPTION="Wayland protocol files" -HOMEPAGE="https://wayland.freedesktop.org/" - -if [[ ${PV} = 9999* ]]; then - EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/${PN}.git/" - inherit git-r3 -else - SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND=" - test? ( dev-libs/wayland ) -" -BDEPEND=" - >=dev-util/wayland-scanner-1.23.0 - virtual/pkgconfig -" - -src_configure() { - local emesonargs=( - $(meson_use test tests) - ) - meson_src_configure -}
