commit:     f3ddb335a463997ded3565a9acfcf2fbebc6d60f
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue May  4 01:49:38 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue May  4 02:07:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3ddb335

dev-libs/wayland-protocols: Version bump to 1.21

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-libs/wayland-protocols/Manifest                |  1 +
 .../wayland-protocols-1.21.ebuild                  | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index ba97a46f7cc..0d351438fad 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1 +1,2 @@
 DIST wayland-protocols-1.20.tar.xz 111684 BLAKE2B 
2ddd3d0b0dde94fda4788a1fd6631b6fcf22fb134e74a55f2c310ab4b72802d3b069d294e3d7b68ea6ddfdb0f944ac9011b73a9678e65eec924135822f697087
 SHA512 
d13f65d03add2c39cc32bf6bda0e981e9f52504bf8505fceea045c8baeb73bea64fa4edb99cb837677fbab1b5b3023054adff36fac127e819690f366b81c4977
+DIST wayland-protocols-1.21.tar.xz 117296 BLAKE2B 
91dbfea6045e981fe94172fd13b74b150b0585560c06ad6990cfc57e02c97a013428431de54b196b4ed16db43724aae56f57dffb2b3f21615fe5522fe33aedc8
 SHA512 
40133ba36d4201de9626e9869ebdf2d4f7ad06904d6a747d5af87958a08368abdc65be3acc21b8959d0c5ec37d47051ba5b81d3844079fe237dac81a7291bbb8

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.21.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.21.ebuild
new file mode 100644
index 00000000000..f9b1910a51a
--- /dev/null
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.21.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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://wayland.freedesktop.org/releases/${P}.tar.xz";
+       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+       test? ( dev-libs/wayland )
+"
+RDEPEND=""
+BDEPEND="
+       dev-util/wayland-scanner
+       virtual/pkgconfig
+"
+
+src_configure() {
+       local emesonargs=(
+               $(meson_use test tests)
+       )
+       meson_src_configure
+}

Reply via email to