commit:     f119639f544d8099d08476f42861a8358e6a9320
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 13 21:00:41 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Dec 13 21:00:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f119639f

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.37.ebuild                  | 37 ----------------------
 2 files changed, 38 deletions(-)

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index 3bbd8d262dad..323de6735845 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1,2 +1 @@
-DIST wayland-protocols-1.37.tar.xz 100356 BLAKE2B 
f341bdb50f4169112a89b1d834a4b62b59ab7c5d9b7640a3bb5a7d84dc055f390429b171de2038a70ec564c1431ecb95a036b053f18353f3ff936651240050de
 SHA512 
57936a23d08957afa9563b51b2b195aa10410fa74176c0503f83b1544e243d4e5b99c3daf5fc14c0a68a78d3f5759e1a5ca9fe4ba22220cbf5328168903c7575
 DIST wayland-protocols-1.38.tar.xz 102648 BLAKE2B 
b07abed74b2f83247f3746414dc1f9e317793f9bc6ae7c1cb955d94149577964dee2ed0d658d4b9d9d7bd446509966393f4060b85db09b56292ddd9702bd1aee
 SHA512 
43fc36d35bedb245deed0e2de246f42d2bbfa6ecafa094f2a7fb103d6df8ae28f3cc200bc5aa24745b9131a28381883c24779da0a6d9ac954753bd5ebb1405db

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.37.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.37.ebuild
deleted file mode 100644
index 8ad8e38204a7..000000000000
--- a/dev-libs/wayland-protocols/wayland-protocols-1.37.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 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
-       virtual/pkgconfig
-"
-
-src_configure() {
-       local emesonargs=(
-               $(meson_use test tests)
-       )
-       meson_src_configure
-}

Reply via email to