Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/
Date: Mon, 07 Feb 2022 19:03:36
Message-Id: 1644260600.1b1f5aa10eb6680ee39af58936b178bacf02278a.mattst88@gentoo
1 commit: 1b1f5aa10eb6680ee39af58936b178bacf02278a
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 7 18:59:01 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 7 19:03:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b1f5aa1
7
8 dev-libs/wayland-protocols: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-libs/wayland-protocols/Manifest | 1 -
13 .../wayland-protocols-1.23.ebuild | 38 ----------------------
14 2 files changed, 39 deletions(-)
15
16 diff --git a/dev-libs/wayland-protocols/Manifest b/dev-libs/wayland-protocols/Manifest
17 index 509c83e1acca..2bc550f3b8c6 100644
18 --- a/dev-libs/wayland-protocols/Manifest
19 +++ b/dev-libs/wayland-protocols/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST wayland-protocols-1.23.tar.xz 74116 BLAKE2B a92f9d80e8d9062fb79c06e13141b46e0f43d0813f461e087a9fa724fa752df3b4fe5698e34e7431f3b43cca0adf7b86ab77c948060f6c02e4c7693f7975cd15 SHA512 11f09147da1dd01a9f5c921eb0bfc6244a72023a052ef96bc121e16437a2c43d0dbba748c2de832539f57371e90b16bd13069bec07391305717f8fca295ea2a6
22 DIST wayland-protocols-1.24.tar.xz 77120 BLAKE2B 912132cb2b65b99184f25942e02000444ce5d37b60f33363999e8431db5835d3c0dab41dae312f0dbb02d03ab7e4f3f588e7b507e767ec132a82fd816700b09a SHA512 4b1122517db56f48a5fafd4bd0cb7f94faef6fdd2d80e6cec17e5a6bafbaf2f5a71b958ed12e6d13965494885c209b2fb6dd8331487b39c6f251e71f1e770a15
23 DIST wayland-protocols-1.25.tar.xz 79784 BLAKE2B 6ca7fdc910bfd70ee5c3bb192bcf1c79c66c4bb713531b2d1d493bd3ec8509e1231176144d75f4e97a4c6ccc4ee1d836a7ac1cfeaaa59e927f10fa4a40cf023a SHA512 8269694a0780e4d32f1982ff4cbb50b1ef85f08157b9486bc6d7e489c64665a9d9f959121d0eede7c7b108a604d974b64d74cfdef8b5f14304465309afb0768f
24
25 diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild b/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild
26 deleted file mode 100644
27 index 86d58eaed2b0..000000000000
28 --- a/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild
29 +++ /dev/null
30 @@ -1,38 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit meson
37 -
38 -DESCRIPTION="Wayland protocol files"
39 -HOMEPAGE="https://wayland.freedesktop.org/"
40 -
41 -if [[ ${PV} = 9999* ]]; then
42 - EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/${PN}.git/"
43 - inherit git-r3
44 -else
45 - SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz"
46 - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
47 -fi
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -IUSE="test"
52 -RESTRICT="!test? ( test )"
53 -
54 -DEPEND="
55 - test? ( dev-libs/wayland )
56 -"
57 -RDEPEND=""
58 -BDEPEND="
59 - dev-util/wayland-scanner
60 - virtual/pkgconfig
61 -"
62 -
63 -src_configure() {
64 - local emesonargs=(
65 - $(meson_use test tests)
66 - )
67 - meson_src_configure
68 -}