[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2024-05-15 Thread Matt Turner
commit: 74b127cd2a39844b0c127e3e59862eb9a0aa2e77
Author: Matt Turner  gentoo  org>
AuthorDate: Wed May 15 18:25:11 2024 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed May 15 18:30:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74b127cd

dev-libs/wayland-protocols: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/wayland-protocols/Manifest|  2 --
 .../wayland-protocols-1.32.ebuild  | 38 --
 .../wayland-protocols-1.35.ebuild  | 37 -
 3 files changed, 77 deletions(-)

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index 8300151fa0a7..4a0c3b16963c 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1,4 +1,2 @@
-DIST wayland-protocols-1.32.tar.xz 90452 BLAKE2B 
80e38270526c9da13c39263a60e7d2c330a1a4b1dfecec03fadda747f1a2e3dff95b30373aa19e133ae999fa15bdcdd64aa9ebbb54acf571f980a3f6088ea9be
 SHA512 
90bbd52daf342b98823ddeed04e349ae242d2eaf925ab8d603cceb36c980c83b5681bb890961e0d49584cb5c2e60a33abf8821770c6ab87956383630bd5b7966
 DIST wayland-protocols-1.33.tar.xz 91504 BLAKE2B 
aee870dd5877b0fce05eac396bd1a8cd0bc5ef1ac014c54f3eb0096ac1ea3425d1e66891db29ba2f020586418500163bfe451c4078a86d1d19d0b1548318cc85
 SHA512 
4584f6ac86367655f9db5d0c0ed0681efa31e73f984e4b620fbe5317df21790927f4f5317ecbbc194ac31eaf88caebc431bcc52c23d9dc0098c71de3cb4a9fef
-DIST wayland-protocols-1.35.tar.xz 95512 BLAKE2B 
ad8791134417313aca8278f5d3a3d43edcc0029759d104388dc6d4e5cea1f49f286b97975d53099208a4e1014addbdddbe8c4638245be9b67ca0c80626efbaef
 SHA512 
b4b915e145955f9c844d7ce4564ad13a854a4e7d4355913ef4cae7f09ab3e52ee69dceb6c76c9b7f82f1ab5c01071f0e5b00ce75cc7ab58274201eb4a4639710
 DIST wayland-protocols-1.36.tar.xz 95512 BLAKE2B 
6c460106a2069ff9ce0b6c8221f85462e74d726ead69f6918417aac0cd24567251873ea05ec111a90f3385f4128e7e8d76aca42c7b1f89a070943c604b87573c
 SHA512 
5448b9aedc953ce6be0f378da900c195c8743cb6001f615823b5fc9cab3e3ee54271132055743278e10decef7f8e9dcdeef31593a2a12062575fb90eb0084be0

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild
deleted file mode 100644
index 04d709642ab9..
--- a/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 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} = * ]]; 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 ~ia64 ~loong ~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
-}

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.35.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.35.ebuild
deleted file mode 100644
index 7310be696158..
--- a/dev-libs/wayland-protocols/wayland-protocols-1.35.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} = * ]]; 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 ~ia64 ~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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2024-05-15 Thread Matt Turner
commit: ad7bfa4603eb77307d1358c8a3bc1d75191d33ed
Author: Matt Turner  gentoo  org>
AuthorDate: Wed May 15 18:29:37 2024 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed May 15 18:30:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad7bfa46

dev-libs/wayland-protocols: Propagate stable keywords

Closes: https://bugs.gentoo.org/925272
Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild
index 7820286edec2..e0d8761901b5 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2024-04-29 Thread Matt Turner
commit: b282921dfebebeb48285b3dc5924a266e444a2fa
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr 29 16:10:46 2024 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr 29 18:18:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b282921d

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

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index 48f945f115ca..8300151fa0a7 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1,3 +1,4 @@
 DIST wayland-protocols-1.32.tar.xz 90452 BLAKE2B 
80e38270526c9da13c39263a60e7d2c330a1a4b1dfecec03fadda747f1a2e3dff95b30373aa19e133ae999fa15bdcdd64aa9ebbb54acf571f980a3f6088ea9be
 SHA512 
90bbd52daf342b98823ddeed04e349ae242d2eaf925ab8d603cceb36c980c83b5681bb890961e0d49584cb5c2e60a33abf8821770c6ab87956383630bd5b7966
 DIST wayland-protocols-1.33.tar.xz 91504 BLAKE2B 
aee870dd5877b0fce05eac396bd1a8cd0bc5ef1ac014c54f3eb0096ac1ea3425d1e66891db29ba2f020586418500163bfe451c4078a86d1d19d0b1548318cc85
 SHA512 
4584f6ac86367655f9db5d0c0ed0681efa31e73f984e4b620fbe5317df21790927f4f5317ecbbc194ac31eaf88caebc431bcc52c23d9dc0098c71de3cb4a9fef
 DIST wayland-protocols-1.35.tar.xz 95512 BLAKE2B 
ad8791134417313aca8278f5d3a3d43edcc0029759d104388dc6d4e5cea1f49f286b97975d53099208a4e1014addbdddbe8c4638245be9b67ca0c80626efbaef
 SHA512 
b4b915e145955f9c844d7ce4564ad13a854a4e7d4355913ef4cae7f09ab3e52ee69dceb6c76c9b7f82f1ab5c01071f0e5b00ce75cc7ab58274201eb4a4639710
+DIST wayland-protocols-1.36.tar.xz 95512 BLAKE2B 
6c460106a2069ff9ce0b6c8221f85462e74d726ead69f6918417aac0cd24567251873ea05ec111a90f3385f4128e7e8d76aca42c7b1f89a070943c604b87573c
 SHA512 
5448b9aedc953ce6be0f378da900c195c8743cb6001f615823b5fc9cab3e3ee54271132055743278e10decef7f8e9dcdeef31593a2a12062575fb90eb0084be0

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.36.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.36.ebuild
new file mode 100644
index ..7310be696158
--- /dev/null
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.36.ebuild
@@ -0,0 +1,37 @@
+# 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} = * ]]; 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 ~ia64 ~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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2024-04-21 Thread Matt Turner
commit: 1e9cb762d98622ada72efbcad42499f7731a4a9c
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr 21 21:05:02 2024 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr 21 21:05:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e9cb762

dev-libs/wayland-protocols: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/wayland-protocols/Manifest|  1 -
 .../wayland-protocols-1.34.ebuild  | 37 --
 2 files changed, 38 deletions(-)

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index f56d722ad77c..48f945f115ca 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1,4 +1,3 @@
 DIST wayland-protocols-1.32.tar.xz 90452 BLAKE2B 
80e38270526c9da13c39263a60e7d2c330a1a4b1dfecec03fadda747f1a2e3dff95b30373aa19e133ae999fa15bdcdd64aa9ebbb54acf571f980a3f6088ea9be
 SHA512 
90bbd52daf342b98823ddeed04e349ae242d2eaf925ab8d603cceb36c980c83b5681bb890961e0d49584cb5c2e60a33abf8821770c6ab87956383630bd5b7966
 DIST wayland-protocols-1.33.tar.xz 91504 BLAKE2B 
aee870dd5877b0fce05eac396bd1a8cd0bc5ef1ac014c54f3eb0096ac1ea3425d1e66891db29ba2f020586418500163bfe451c4078a86d1d19d0b1548318cc85
 SHA512 
4584f6ac86367655f9db5d0c0ed0681efa31e73f984e4b620fbe5317df21790927f4f5317ecbbc194ac31eaf88caebc431bcc52c23d9dc0098c71de3cb4a9fef
-DIST wayland-protocols-1.34.tar.xz 94800 BLAKE2B 
fa1edd872e0dc9f762db33541d6e0f1f4bd98dcdd072b73acbfb14e0f05199399dc46beb1a91676b72d43397cfddce2d89d989273b23ba0d38fb19a76e16a399
 SHA512 
d180eaaf87281dc7adade19070ee8308a5cb3dc2f60cff077960436ad647d3d207eb63fa0b079b7b315109654ad6e6b5e2588bfe859900e67edf8c67b1c3ad20
 DIST wayland-protocols-1.35.tar.xz 95512 BLAKE2B 
ad8791134417313aca8278f5d3a3d43edcc0029759d104388dc6d4e5cea1f49f286b97975d53099208a4e1014addbdddbe8c4638245be9b67ca0c80626efbaef
 SHA512 
b4b915e145955f9c844d7ce4564ad13a854a4e7d4355913ef4cae7f09ab3e52ee69dceb6c76c9b7f82f1ab5c01071f0e5b00ce75cc7ab58274201eb4a4639710

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.34.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.34.ebuild
deleted file mode 100644
index 7310be696158..
--- a/dev-libs/wayland-protocols/wayland-protocols-1.34.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} = * ]]; 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 ~ia64 ~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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2024-04-19 Thread Matt Turner
commit: 6774b08994a359ef0a8ffd2511123ba7081908ad
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Apr 19 18:20:33 2024 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Apr 19 18:20:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6774b089

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

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index cb66a4589b5c..f56d722ad77c 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1,3 +1,4 @@
 DIST wayland-protocols-1.32.tar.xz 90452 BLAKE2B 
80e38270526c9da13c39263a60e7d2c330a1a4b1dfecec03fadda747f1a2e3dff95b30373aa19e133ae999fa15bdcdd64aa9ebbb54acf571f980a3f6088ea9be
 SHA512 
90bbd52daf342b98823ddeed04e349ae242d2eaf925ab8d603cceb36c980c83b5681bb890961e0d49584cb5c2e60a33abf8821770c6ab87956383630bd5b7966
 DIST wayland-protocols-1.33.tar.xz 91504 BLAKE2B 
aee870dd5877b0fce05eac396bd1a8cd0bc5ef1ac014c54f3eb0096ac1ea3425d1e66891db29ba2f020586418500163bfe451c4078a86d1d19d0b1548318cc85
 SHA512 
4584f6ac86367655f9db5d0c0ed0681efa31e73f984e4b620fbe5317df21790927f4f5317ecbbc194ac31eaf88caebc431bcc52c23d9dc0098c71de3cb4a9fef
 DIST wayland-protocols-1.34.tar.xz 94800 BLAKE2B 
fa1edd872e0dc9f762db33541d6e0f1f4bd98dcdd072b73acbfb14e0f05199399dc46beb1a91676b72d43397cfddce2d89d989273b23ba0d38fb19a76e16a399
 SHA512 
d180eaaf87281dc7adade19070ee8308a5cb3dc2f60cff077960436ad647d3d207eb63fa0b079b7b315109654ad6e6b5e2588bfe859900e67edf8c67b1c3ad20
+DIST wayland-protocols-1.35.tar.xz 95512 BLAKE2B 
ad8791134417313aca8278f5d3a3d43edcc0029759d104388dc6d4e5cea1f49f286b97975d53099208a4e1014addbdddbe8c4638245be9b67ca0c80626efbaef
 SHA512 
b4b915e145955f9c844d7ce4564ad13a854a4e7d4355913ef4cae7f09ab3e52ee69dceb6c76c9b7f82f1ab5c01071f0e5b00ce75cc7ab58274201eb4a4639710

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.35.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.35.ebuild
new file mode 100644
index ..7310be696158
--- /dev/null
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.35.ebuild
@@ -0,0 +1,37 @@
+# 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} = * ]]; 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 ~ia64 ~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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2024-03-21 Thread Matt Turner
commit: 501cc332f1da60f56eb9a5cddf7bda9799d3868b
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Mar 21 15:18:59 2024 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Mar 21 15:19:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=501cc332

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

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index f8951e9f1212..cb66a4589b5c 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1,2 +1,3 @@
 DIST wayland-protocols-1.32.tar.xz 90452 BLAKE2B 
80e38270526c9da13c39263a60e7d2c330a1a4b1dfecec03fadda747f1a2e3dff95b30373aa19e133ae999fa15bdcdd64aa9ebbb54acf571f980a3f6088ea9be
 SHA512 
90bbd52daf342b98823ddeed04e349ae242d2eaf925ab8d603cceb36c980c83b5681bb890961e0d49584cb5c2e60a33abf8821770c6ab87956383630bd5b7966
 DIST wayland-protocols-1.33.tar.xz 91504 BLAKE2B 
aee870dd5877b0fce05eac396bd1a8cd0bc5ef1ac014c54f3eb0096ac1ea3425d1e66891db29ba2f020586418500163bfe451c4078a86d1d19d0b1548318cc85
 SHA512 
4584f6ac86367655f9db5d0c0ed0681efa31e73f984e4b620fbe5317df21790927f4f5317ecbbc194ac31eaf88caebc431bcc52c23d9dc0098c71de3cb4a9fef
+DIST wayland-protocols-1.34.tar.xz 94800 BLAKE2B 
fa1edd872e0dc9f762db33541d6e0f1f4bd98dcdd072b73acbfb14e0f05199399dc46beb1a91676b72d43397cfddce2d89d989273b23ba0d38fb19a76e16a399
 SHA512 
d180eaaf87281dc7adade19070ee8308a5cb3dc2f60cff077960436ad647d3d207eb63fa0b079b7b315109654ad6e6b5e2588bfe859900e67edf8c67b1c3ad20

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.34.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.34.ebuild
new file mode 100644
index ..7310be696158
--- /dev/null
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.34.ebuild
@@ -0,0 +1,37 @@
+# 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} = * ]]; 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 ~ia64 ~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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2024-03-02 Thread Arthur Zamarin
commit: bff6db72f7300d2a18190ab8eec5568b11eaf0fd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar  2 16:24:56 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar  2 16:24:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff6db72

dev-libs/wayland-protocols: Stabilize 1.33 sparc, #925272

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild
index d73e206f4c28..7820286edec2 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2024-02-24 Thread Arthur Zamarin
commit: 991420efdd228bf5b9b3979858f35dc7bdc59a54
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 24 15:26:10 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 24 15:26:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=991420ef

dev-libs/wayland-protocols: Stabilize 1.33 amd64, #925272

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild
index 53be39f7de6e..d73e206f4c28 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2024-02-24 Thread Sam James
commit: 34913560c207f152162280bff6c5885e94cfc7f2
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 24 10:06:18 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 24 10:06:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34913560

dev-libs/wayland-protocols: Stabilize 1.33 arm64, #925272

Signed-off-by: Sam James  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild
index e1f675438669..53be39f7de6e 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc x86"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2024-02-22 Thread Sam James
commit: ef1aabcae581f3965276af22e06d6cc9de88
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb 23 06:42:07 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 23 06:42:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef1aabca

dev-libs/wayland-protocols: Stabilize 1.33 x86, #925272

Signed-off-by: Sam James  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild
index 11513e015e5f..e1f675438669 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2024-02-22 Thread Sam James
commit: 990a757a5288ec4ba5220dae36250f79bfea2128
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb 23 06:42:06 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 23 06:42:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=990a757a

dev-libs/wayland-protocols: Stabilize 1.33 arm, #925272

Signed-off-by: Sam James  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild
index 7310be696158..11513e015e5f 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2024-01-21 Thread Matt Turner
commit: 9327ae61867226c23fd7d57ca450dd891d6761a2
Author: Leonardo Hernández Hernández  proton  me>
AuthorDate: Mon Jan 22 02:43:04 2024 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Jan 22 03:59:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9327ae61

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

Signed-off-by: Leonardo Hernández Hernández  proton.me>
Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index 0abf836ffdc9..f8951e9f1212 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1 +1,2 @@
 DIST wayland-protocols-1.32.tar.xz 90452 BLAKE2B 
80e38270526c9da13c39263a60e7d2c330a1a4b1dfecec03fadda747f1a2e3dff95b30373aa19e133ae999fa15bdcdd64aa9ebbb54acf571f980a3f6088ea9be
 SHA512 
90bbd52daf342b98823ddeed04e349ae242d2eaf925ab8d603cceb36c980c83b5681bb890961e0d49584cb5c2e60a33abf8821770c6ab87956383630bd5b7966
+DIST wayland-protocols-1.33.tar.xz 91504 BLAKE2B 
aee870dd5877b0fce05eac396bd1a8cd0bc5ef1ac014c54f3eb0096ac1ea3425d1e66891db29ba2f020586418500163bfe451c4078a86d1d19d0b1548318cc85
 SHA512 
4584f6ac86367655f9db5d0c0ed0681efa31e73f984e4b620fbe5317df21790927f4f5317ecbbc194ac31eaf88caebc431bcc52c23d9dc0098c71de3cb4a9fef

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild
new file mode 100644
index ..5385cc4b3ff1
--- /dev/null
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild
@@ -0,0 +1,38 @@
+# 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} = * ]]; 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 ~ia64 ~loong ~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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2024-01-21 Thread Matt Turner
commit: 97cfb9f819443efbbf6440f30835841792cefa5a
Author: Leonardo Hernández Hernández  proton  me>
AuthorDate: Mon Jan 22 02:44:34 2024 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Jan 22 03:59:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97cfb9f8

dev-libs/wayland-protocols: fix EmptyGlobalAssignment

Signed-off-by: Leonardo Hernández Hernández  proton.me>
Closes: https://github.com/gentoo/gentoo/pull/34953
Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild | 1 -
 dev-libs/wayland-protocols/wayland-protocols-.ebuild | 3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild
index 5385cc4b3ff1..7310be696158 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.33.ebuild
@@ -24,7 +24,6 @@ RESTRICT="!test? ( test )"
 DEPEND="
test? ( dev-libs/wayland )
 "
-RDEPEND=""
 BDEPEND="
dev-util/wayland-scanner
virtual/pkgconfig

diff --git a/dev-libs/wayland-protocols/wayland-protocols-.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-.ebuild
index 4eff41270cb0..7310be696158 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -24,7 +24,6 @@ RESTRICT="!test? ( test )"
 DEPEND="
test? ( dev-libs/wayland )
 "
-RDEPEND=""
 BDEPEND="
dev-util/wayland-scanner
virtual/pkgconfig



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2023-09-05 Thread Matt Turner
commit: ac978ab65b4a1a58788624ec52c7c991a634d2c8
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep  5 19:12:37 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep  5 20:28:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac978ab6

dev-libs/wayland-protocols: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/wayland-protocols/Manifest|  1 -
 .../wayland-protocols-1.31.ebuild  | 38 --
 2 files changed, 39 deletions(-)

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index 84c7db5a265f..0abf836ffdc9 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1,2 +1 @@
-DIST wayland-protocols-1.31.tar.xz 85524 BLAKE2B 
c3c21eb44f31fda1901b7aa87b15420f246893184f114d1776ef54224d4d05255b7691349ba546ba782df8fcbd64e39446caa11e2f96125cad9acb1cefad5f3d
 SHA512 
402ce1915300e29afe554d77965ee0a28a5f22fdb5b901c4c640e59b9f3a9c11094e1edae87eea1e76eea557f6faf0c34a0c28ee7f6babb4dc3719329c4e25bf
 DIST wayland-protocols-1.32.tar.xz 90452 BLAKE2B 
80e38270526c9da13c39263a60e7d2c330a1a4b1dfecec03fadda747f1a2e3dff95b30373aa19e133ae999fa15bdcdd64aa9ebbb54acf571f980a3f6088ea9be
 SHA512 
90bbd52daf342b98823ddeed04e349ae242d2eaf925ab8d603cceb36c980c83b5681bb890961e0d49584cb5c2e60a33abf8821770c6ab87956383630bd5b7966

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.31.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.31.ebuild
deleted file mode 100644
index 04d709642ab9..
--- a/dev-libs/wayland-protocols/wayland-protocols-1.31.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 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} = * ]]; 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 ~ia64 ~loong ~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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2023-08-31 Thread Arthur Zamarin
commit: 97a45bc4e8a3178bdb017077dc4a12a728194c54
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug 31 18:38:25 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug 31 18:38:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97a45bc4

dev-libs/wayland-protocols: Stabilize 1.32 ppc64, #913215

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild
index bbf74e51de19..04d709642ab9 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
~ppc64 ~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2023-08-31 Thread Arthur Zamarin
commit: 5b21a3050d0126c16961fcfdc4d63b054eb25481
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug 31 18:38:08 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug 31 18:38:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b21a305

dev-libs/wayland-protocols: Stabilize 1.32 sparc, #913215

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild
index 8af419ad4a4b..bbf74e51de19 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
~ppc64 ~riscv ~s390 ~sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
~ppc64 ~riscv ~s390 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2023-08-31 Thread Arthur Zamarin
commit: e144c3cf690b04a585670a25af050bb142f2ece9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug 31 18:37:15 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug 31 18:37:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e144c3cf

dev-libs/wayland-protocols: Stabilize 1.32 x86, #913215

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild
index 6b3cd3170285..8af419ad4a4b 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
~ppc64 ~riscv ~s390 ~sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2023-08-29 Thread Arthur Zamarin
commit: 29184de152d5de6c734702b44b6f59bed8616a72
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Aug 29 17:54:09 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Aug 29 17:54:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29184de1

dev-libs/wayland-protocols: Stabilize 1.32 ppc, #913215

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild
index c99598566ad0..0061e30faa33 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2023-08-29 Thread Arthur Zamarin
commit: c898441f0d3c0e6717b062124aff5d83bea668cf
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Aug 29 17:47:27 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Aug 29 17:47:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c898441f

dev-libs/wayland-protocols: Stabilize 1.32 amd64, #913215

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild
index 761831b38427..b9c1a2fdb5c9 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2023-08-29 Thread Arthur Zamarin
commit: a58bac2644d6e56567907dc52408e1b817ed2d7c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Aug 29 17:48:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Aug 29 17:48:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a58bac26

dev-libs/wayland-protocols: Stabilize 1.32 arm64, #913215

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild
index b9c1a2fdb5c9..c99598566ad0 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2023-07-06 Thread Matt Turner
commit: d02eb2b056fd7dd282713d0fe145d456ce869b26
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Jul  6 14:11:54 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jul  6 14:11:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d02eb2b0

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

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index 7015e6b1aabe..84c7db5a265f 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1 +1,2 @@
 DIST wayland-protocols-1.31.tar.xz 85524 BLAKE2B 
c3c21eb44f31fda1901b7aa87b15420f246893184f114d1776ef54224d4d05255b7691349ba546ba782df8fcbd64e39446caa11e2f96125cad9acb1cefad5f3d
 SHA512 
402ce1915300e29afe554d77965ee0a28a5f22fdb5b901c4c640e59b9f3a9c11094e1edae87eea1e76eea557f6faf0c34a0c28ee7f6babb4dc3719329c4e25bf
+DIST wayland-protocols-1.32.tar.xz 90452 BLAKE2B 
80e38270526c9da13c39263a60e7d2c330a1a4b1dfecec03fadda747f1a2e3dff95b30373aa19e133ae999fa15bdcdd64aa9ebbb54acf571f980a3f6088ea9be
 SHA512 
90bbd52daf342b98823ddeed04e349ae242d2eaf925ab8d603cceb36c980c83b5681bb890961e0d49584cb5c2e60a33abf8821770c6ab87956383630bd5b7966

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild
new file mode 100644
index ..761831b38427
--- /dev/null
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.32.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 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} = * ]]; 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 ~ia64 ~loong ~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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2022-12-13 Thread Matt Turner
commit: 7c1742125eb8b13710cef3a41e11d0501218f5b1
Author: Joe Kappus  wt  gd>
AuthorDate: Sun Dec 11 07:40:34 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Dec 13 18:04:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c174212

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

Closes: https://bugs.gentoo.org/885675
Closes: https://github.com/gentoo/gentoo/pull/28635
Signed-off-by: Joe Kappus  wt.gd>
Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index 9b8d23650551..cfc2c60021f7 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1,2 +1,3 @@
 DIST wayland-protocols-1.27.tar.xz 82604 BLAKE2B 
ae1c19dffcf255c88e6d646f321ec194639500994f9e5a2759bd7081dc16872777c993d35d81000796e3e5044dc62f169c9b2fe89de081fd395eaaf09e6206e2
 SHA512 
c0a49bc46c663c9f602998dfe2e184c09756790fbcc7acbc2bf9d9cf8f7d6dcdd00259b768222a30e5d134e6f97f7f4faf252947b544e8b32f53278b70da0390
 DIST wayland-protocols-1.30.tar.xz 84776 BLAKE2B 
059a40c839c5775851fb31f3f4637e11dce091b1758a5eb0c375ae40c3b745321cdc549d26456edc1bf66cd7d013d370c3df8c0de64f867b899571a73e2a4233
 SHA512 
e1e5648387e821c190058b390d7120c06c2767b644caf2644f05a280e0fe300b677545fbb9537839d8bc569a0cc7fb51190963421281e2557d1680767899b743
+DIST wayland-protocols-1.31.tar.xz 85524 BLAKE2B 
c3c21eb44f31fda1901b7aa87b15420f246893184f114d1776ef54224d4d05255b7691349ba546ba782df8fcbd64e39446caa11e2f96125cad9acb1cefad5f3d
 SHA512 
402ce1915300e29afe554d77965ee0a28a5f22fdb5b901c4c640e59b9f3a9c11094e1edae87eea1e76eea557f6faf0c34a0c28ee7f6babb4dc3719329c4e25bf

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.31.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.31.ebuild
new file mode 100644
index ..4eff41270cb0
--- /dev/null
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.31.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 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} = * ]]; 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 ~ia64 ~loong ~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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2022-11-23 Thread Matt Turner
commit: e607f7d7a283d453d0ef5240f61e7d9b69143618
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Nov 23 17:10:38 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Nov 23 17:28:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e607f7d7

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

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index d037ae352970..045e040f2ab5 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1,3 +1,4 @@
 DIST wayland-protocols-1.26.tar.xz 81028 BLAKE2B 
0813b8117c48b965560c3f112f67fa209f29b0c40fab2b46f46ccae227d68902277cce06281a6bd938fb3c2186e0cf4ea3670ed6d3b48b51ed655012bb1452ce
 SHA512 
fa9c3963b548197461c8c0b9e16ebbf9cfa5b60053fc17f51b41e63a55b8c5420dd7e42313f93946b438ab47f04e1cd17bc92aae9e1074b47177dc7ce7042167
 DIST wayland-protocols-1.27.tar.xz 82604 BLAKE2B 
ae1c19dffcf255c88e6d646f321ec194639500994f9e5a2759bd7081dc16872777c993d35d81000796e3e5044dc62f169c9b2fe89de081fd395eaaf09e6206e2
 SHA512 
c0a49bc46c663c9f602998dfe2e184c09756790fbcc7acbc2bf9d9cf8f7d6dcdd00259b768222a30e5d134e6f97f7f4faf252947b544e8b32f53278b70da0390
 DIST wayland-protocols-1.28.tar.xz 84116 BLAKE2B 
2b911b471ea61e34da5f0c8eb1bc67e0786261411123bffb02bfcea4e0c5e85b2ca1e8cf3f8f55fc92aae0365c30caed42e3c6037df46ce581f27952f6e38a24
 SHA512 
092454c6a7e5cc47729de49e9061fb91dfdc5610859e17c495642806ca14dcfb3850a5d3a7459ddb70b2adb08d2590d4b0f92c3a97600e48598682d59adb102f
+DIST wayland-protocols-1.30.tar.xz 84776 BLAKE2B 
059a40c839c5775851fb31f3f4637e11dce091b1758a5eb0c375ae40c3b745321cdc549d26456edc1bf66cd7d013d370c3df8c0de64f867b899571a73e2a4233
 SHA512 
e1e5648387e821c190058b390d7120c06c2767b644caf2644f05a280e0fe300b677545fbb9537839d8bc569a0cc7fb51190963421281e2557d1680767899b743

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.30.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.30.ebuild
new file mode 100644
index ..4eff41270cb0
--- /dev/null
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.30.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 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} = * ]]; 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 ~ia64 ~loong ~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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2022-11-06 Thread Matt Turner
commit: 84d63be6ccca7b144552b6dcf5df592c2169882f
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Nov  6 15:37:09 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Nov  6 18:25:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84d63be6

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

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index c7dbbb71cd29..d037ae352970 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1,2 +1,3 @@
 DIST wayland-protocols-1.26.tar.xz 81028 BLAKE2B 
0813b8117c48b965560c3f112f67fa209f29b0c40fab2b46f46ccae227d68902277cce06281a6bd938fb3c2186e0cf4ea3670ed6d3b48b51ed655012bb1452ce
 SHA512 
fa9c3963b548197461c8c0b9e16ebbf9cfa5b60053fc17f51b41e63a55b8c5420dd7e42313f93946b438ab47f04e1cd17bc92aae9e1074b47177dc7ce7042167
 DIST wayland-protocols-1.27.tar.xz 82604 BLAKE2B 
ae1c19dffcf255c88e6d646f321ec194639500994f9e5a2759bd7081dc16872777c993d35d81000796e3e5044dc62f169c9b2fe89de081fd395eaaf09e6206e2
 SHA512 
c0a49bc46c663c9f602998dfe2e184c09756790fbcc7acbc2bf9d9cf8f7d6dcdd00259b768222a30e5d134e6f97f7f4faf252947b544e8b32f53278b70da0390
+DIST wayland-protocols-1.28.tar.xz 84116 BLAKE2B 
2b911b471ea61e34da5f0c8eb1bc67e0786261411123bffb02bfcea4e0c5e85b2ca1e8cf3f8f55fc92aae0365c30caed42e3c6037df46ce581f27952f6e38a24
 SHA512 
092454c6a7e5cc47729de49e9061fb91dfdc5610859e17c495642806ca14dcfb3850a5d3a7459ddb70b2adb08d2590d4b0f92c3a97600e48598682d59adb102f

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.28.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.28.ebuild
new file mode 100644
index ..4eff41270cb0
--- /dev/null
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.28.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 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} = * ]]; 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 ~ia64 ~loong ~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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2022-10-10 Thread Matt Turner
commit: 05186e433bb475e06383773f39efddd017e7a704
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Oct 11 04:21:31 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct 11 04:21:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05186e43

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

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/wayland-protocols/Manifest   | 1 +
 .../{wayland-protocols-.ebuild => wayland-protocols-1.27.ebuild}  | 4 ++--
 dev-libs/wayland-protocols/wayland-protocols-.ebuild  | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index 94adfe37bcce..c7dbbb71cd29 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1 +1,2 @@
 DIST wayland-protocols-1.26.tar.xz 81028 BLAKE2B 
0813b8117c48b965560c3f112f67fa209f29b0c40fab2b46f46ccae227d68902277cce06281a6bd938fb3c2186e0cf4ea3670ed6d3b48b51ed655012bb1452ce
 SHA512 
fa9c3963b548197461c8c0b9e16ebbf9cfa5b60053fc17f51b41e63a55b8c5420dd7e42313f93946b438ab47f04e1cd17bc92aae9e1074b47177dc7ce7042167
+DIST wayland-protocols-1.27.tar.xz 82604 BLAKE2B 
ae1c19dffcf255c88e6d646f321ec194639500994f9e5a2759bd7081dc16872777c993d35d81000796e3e5044dc62f169c9b2fe89de081fd395eaaf09e6206e2
 SHA512 
c0a49bc46c663c9f602998dfe2e184c09756790fbcc7acbc2bf9d9cf8f7d6dcdd00259b768222a30e5d134e6f97f7f4faf252947b544e8b32f53278b70da0390

diff --git a/dev-libs/wayland-protocols/wayland-protocols-.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.27.ebuild
similarity index 87%
copy from dev-libs/wayland-protocols/wayland-protocols-.ebuild
copy to dev-libs/wayland-protocols/wayland-protocols-1.27.ebuild
index fd84b9649f01..4eff41270cb0 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.27.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit meson
 
@@ -12,7 +12,7 @@ if [[ ${PV} = * ]]; 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;
+   
SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz;
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
 fi
 

diff --git a/dev-libs/wayland-protocols/wayland-protocols-.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-.ebuild
index fd84b9649f01..4eff41270cb0 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit meson
 
@@ -12,7 +12,7 @@ if [[ ${PV} = * ]]; 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;
+   
SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/releases/${PV}/downloads/${P}.tar.xz;
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2022-08-17 Thread Arthur Zamarin
commit: f7ba2b8d6ca064d5fcc98519980df471d364a3a0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Aug 17 16:10:43 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Aug 17 16:10:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7ba2b8d

dev-libs/wayland-protocols: Stabilize 1.26 arm64, #861023

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.26.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.26.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.26.ebuild
index dd41e6e15d91..873c3dfde4c1 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.26.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.26.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2022-07-09 Thread Matt Turner
commit: 1174bc68f1a4df4277d0dc9d92d0514c582a02e2
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jul  9 21:03:29 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jul  9 23:38:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1174bc68

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

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index fa9d4bb5a5e3..35ceab34ce3a 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1 +1,2 @@
 DIST wayland-protocols-1.25.tar.xz 79784 BLAKE2B 
6ca7fdc910bfd70ee5c3bb192bcf1c79c66c4bb713531b2d1d493bd3ec8509e1231176144d75f4e97a4c6ccc4ee1d836a7ac1cfeaaa59e927f10fa4a40cf023a
 SHA512 
8269694a0780e4d32f1982ff4cbb50b1ef85f08157b9486bc6d7e489c64665a9d9f959121d0eede7c7b108a604d974b64d74cfdef8b5f14304465309afb0768f
+DIST wayland-protocols-1.26.tar.xz 81028 BLAKE2B 
0813b8117c48b965560c3f112f67fa209f29b0c40fab2b46f46ccae227d68902277cce06281a6bd938fb3c2186e0cf4ea3670ed6d3b48b51ed655012bb1452ce
 SHA512 
fa9c3963b548197461c8c0b9e16ebbf9cfa5b60053fc17f51b41e63a55b8c5420dd7e42313f93946b438ab47f04e1cd17bc92aae9e1074b47177dc7ce7042167

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.26.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.26.ebuild
new file mode 100644
index ..fd84b9649f01
--- /dev/null
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.26.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 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} = * ]]; 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 ~loong ~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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2022-05-13 Thread Arthur Zamarin
commit: b27639f028b2bc675dfe7ad3c08c6612e001cd9d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May 13 18:42:07 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May 13 18:42:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b27639f0

dev-libs/wayland-protocols: Stabilize 1.25 ppc, #834780

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild
index 242f37338ccf..e34ad00f27c0 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
~ppc64 ~riscv ~s390 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2022-05-13 Thread Arthur Zamarin
commit: fd510dfcfd6bb58cc2930f0d47e786125d6c1294
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May 13 18:42:11 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May 13 18:42:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd510dfc

dev-libs/wayland-protocols: Stabilize 1.25 ppc64, #834780

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild
index e34ad00f27c0..873c3dfde4c1 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
~ppc64 ~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2022-05-09 Thread WANG Xuerui
commit: d6b870adcf052ed1506025950f55bb9954b7be62
Author: WANG Xuerui  gentoo  org>
AuthorDate: Tue May 10 01:21:13 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Tue May 10 01:21:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b870ad

dev-libs/wayland-protocols: keyword 1.25 for ~loong

Tests currently cannot be built natively on loong, due to toolchain bug,
but the package only installs data files.

See: https://bugs.gentoo.org/843371
Signed-off-by: WANG Xuerui  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild
index 6c937ab49bdd..242f37338ccf 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
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"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2022-05-09 Thread WANG Xuerui
commit: 5c78358da52712fe649855478a648720300a7f91
Author: WANG Xuerui  gentoo  org>
AuthorDate: Tue May 10 01:22:56 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Tue May 10 01:22:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c78358d

dev-libs/wayland-protocols: forward ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-.ebuild
index 0cd7ff00a4f7..fd84b9649f01 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
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"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2022-03-12 Thread Arthur Zamarin
commit: 2bbe39d8606d9259ab6dbcb70d2a1cd1e23e1adb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 12 12:14:16 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 12 12:14:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bbe39d8

dev-libs/wayland-protocols: Stabilize 1.25 arm, #834780

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild
index 9ff868c3ca75..6c937ab49bdd 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
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"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2022-03-10 Thread Jakov Smolić
commit: 85591ff5add30c8a99115c90bd988e3397771c58
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Mar 10 10:25:04 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Mar 10 10:25:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85591ff5

dev-libs/wayland-protocols: Stabilize 1.25 x86, #834780

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild
index 7e3b25519fad..9ff868c3ca75 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
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"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2022-03-10 Thread Jakov Smolić
commit: 9053a25a245a43d9520f0f7e78d9d075898fb1d3
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Mar 10 09:03:15 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Mar 10 09:03:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9053a25a

dev-libs/wayland-protocols: Stabilize 1.25 amd64, #834780

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild
index be6bb1ae1e74..7e3b25519fad 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
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"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2022-03-09 Thread Jakov Smolić
commit: 28e65ab0fe4856010a377f3a1344fac548a7679e
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Mar  9 12:42:36 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Mar  9 12:42:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28e65ab0

dev-libs/wayland-protocols: Stabilize 1.25 arm64, #834780

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild
index 5996db824214..be6bb1ae1e74 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
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"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2022-03-09 Thread Agostino Sarubbo
commit: c4761c5a71c487bd7a7871e34c6b319702df7441
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar  9 09:20:52 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar  9 09:20:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4761c5a

dev-libs/wayland-protocols: sparc stable wrt bug #834780

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild
index 0cd7ff00a4f7..5996db824214 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
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"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2022-02-07 Thread Matt Turner
commit: 1b1f5aa10eb6680ee39af58936b178bacf02278a
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Feb  7 18:59:01 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Feb  7 19:03:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b1f5aa1

dev-libs/wayland-protocols: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/wayland-protocols/Manifest|  1 -
 .../wayland-protocols-1.23.ebuild  | 38 --
 2 files changed, 39 deletions(-)

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index 509c83e1acca..2bc550f3b8c6 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1,3 +1,2 @@
-DIST wayland-protocols-1.23.tar.xz 74116 BLAKE2B 
a92f9d80e8d9062fb79c06e13141b46e0f43d0813f461e087a9fa724fa752df3b4fe5698e34e7431f3b43cca0adf7b86ab77c948060f6c02e4c7693f7975cd15
 SHA512 
11f09147da1dd01a9f5c921eb0bfc6244a72023a052ef96bc121e16437a2c43d0dbba748c2de832539f57371e90b16bd13069bec07391305717f8fca295ea2a6
 DIST wayland-protocols-1.24.tar.xz 77120 BLAKE2B 
912132cb2b65b99184f25942e02000444ce5d37b60f33363999e8431db5835d3c0dab41dae312f0dbb02d03ab7e4f3f588e7b507e767ec132a82fd816700b09a
 SHA512 
4b1122517db56f48a5fafd4bd0cb7f94faef6fdd2d80e6cec17e5a6bafbaf2f5a71b958ed12e6d13965494885c209b2fb6dd8331487b39c6f251e71f1e770a15
 DIST wayland-protocols-1.25.tar.xz 79784 BLAKE2B 
6ca7fdc910bfd70ee5c3bb192bcf1c79c66c4bb713531b2d1d493bd3ec8509e1231176144d75f4e97a4c6ccc4ee1d836a7ac1cfeaaa59e927f10fa4a40cf023a
 SHA512 
8269694a0780e4d32f1982ff4cbb50b1ef85f08157b9486bc6d7e489c64665a9d9f959121d0eede7c7b108a604d974b64d74cfdef8b5f14304465309afb0768f

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild
deleted file mode 100644
index 86d58eaed2b0..
--- a/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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} = * ]]; 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2022-02-02 Thread Matt Turner
commit: 8ca38bb0d6ba8da73cb5ae834d485853d3c28c4c
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Feb  3 05:12:54 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Feb  3 06:20:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ca38bb0

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

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/wayland-protocols/Manifest | 1 +
 .../{wayland-protocols-.ebuild => wayland-protocols-1.25.ebuild}| 2 +-
 dev-libs/wayland-protocols/wayland-protocols-.ebuild| 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index 0c9cb95b812b..509c83e1acca 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1,2 +1,3 @@
 DIST wayland-protocols-1.23.tar.xz 74116 BLAKE2B 
a92f9d80e8d9062fb79c06e13141b46e0f43d0813f461e087a9fa724fa752df3b4fe5698e34e7431f3b43cca0adf7b86ab77c948060f6c02e4c7693f7975cd15
 SHA512 
11f09147da1dd01a9f5c921eb0bfc6244a72023a052ef96bc121e16437a2c43d0dbba748c2de832539f57371e90b16bd13069bec07391305717f8fca295ea2a6
 DIST wayland-protocols-1.24.tar.xz 77120 BLAKE2B 
912132cb2b65b99184f25942e02000444ce5d37b60f33363999e8431db5835d3c0dab41dae312f0dbb02d03ab7e4f3f588e7b507e767ec132a82fd816700b09a
 SHA512 
4b1122517db56f48a5fafd4bd0cb7f94faef6fdd2d80e6cec17e5a6bafbaf2f5a71b958ed12e6d13965494885c209b2fb6dd8331487b39c6f251e71f1e770a15
+DIST wayland-protocols-1.25.tar.xz 79784 BLAKE2B 
6ca7fdc910bfd70ee5c3bb192bcf1c79c66c4bb713531b2d1d493bd3ec8509e1231176144d75f4e97a4c6ccc4ee1d836a7ac1cfeaaa59e927f10fa4a40cf023a
 SHA512 
8269694a0780e4d32f1982ff4cbb50b1ef85f08157b9486bc6d7e489c64665a9d9f959121d0eede7c7b108a604d974b64d74cfdef8b5f14304465309afb0768f

diff --git a/dev-libs/wayland-protocols/wayland-protocols-.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild
similarity index 95%
copy from dev-libs/wayland-protocols/wayland-protocols-.ebuild
copy to dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild
index f9b1910a51a1..0cd7ff00a4f7 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.25.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7

diff --git a/dev-libs/wayland-protocols/wayland-protocols-.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-.ebuild
index f9b1910a51a1..0cd7ff00a4f7 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2022-02-01 Thread Arthur Zamarin
commit: 0375b0bb82ca6ad17a450921a9585e9b6239e027
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Feb  1 21:13:13 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Feb  1 21:13:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0375b0bb

dev-libs/wayland-protocols: Stabilize 1.24 ppc64, #831378

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild
index 1a30f294bc28..5e506be1a991 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
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"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2022-02-01 Thread Arthur Zamarin
commit: c7deba254592d4d184dbb3ebd0e441a40fec5ca2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Feb  1 20:59:13 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Feb  1 20:59:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7deba25

dev-libs/wayland-protocols: Stabilize 1.24 ppc, #831378

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild
index 6c937ab49bdd..1a30f294bc28 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
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"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2022-01-21 Thread Sam James
commit: 045a6d0f5940dfc231e3164a3377dfc0ef13d6e4
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jan 20 17:05:59 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan 21 12:25:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=045a6d0f

dev-libs/wayland-protocols: stable 1.24 for sparc, bug #831378

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild
index 1e950d7d0707..6c937ab49bdd 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
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"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2022-01-18 Thread Jakov Smolić
commit: 2f22a19cfa8d3c90140ae646196d31664edbd3fd
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Jan 18 23:02:03 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Jan 18 23:02:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f22a19c

dev-libs/wayland-protocols: Stabilize 1.24 arm64, #831378

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild
index 86fdee5a48de..1e950d7d0707 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
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"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2022-01-18 Thread Jakov Smolić
commit: d1397a64b822da55aed119c1042ccce64b9eda2a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Jan 18 22:15:52 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Jan 18 22:15:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1397a64

dev-libs/wayland-protocols: Stabilize 1.24 x86, #831378

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild
index bf27a875ed7c..86fdee5a48de 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
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"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2022-01-18 Thread Jakov Smolić
commit: 6609f39f622ca5f561af167f06e06ba555bd8eec
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Jan 18 22:15:38 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Jan 18 22:15:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6609f39f

dev-libs/wayland-protocols: Stabilize 1.24 amd64, #831378

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild
index a98993c1e2f7..bf27a875ed7c 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
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"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2022-01-18 Thread Sam James
commit: e2fea81aea42977381e35bbc005be68fc411ecef
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 18 12:24:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 18 12:24:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2fea81a

dev-libs/wayland-protocols: Stabilize 1.24 arm, #831378

Signed-off-by: Sam James  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild
index f9b1910a51a1..a98993c1e2f7 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
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"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2021-11-24 Thread Matt Turner
commit: 0b569f130d898ca3c1fee631dc2a88f85cda87dd
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov 25 06:48:46 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov 25 06:52:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b569f13

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

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index 9e9eff1e36cc..0c9cb95b812b 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1 +1,2 @@
 DIST wayland-protocols-1.23.tar.xz 74116 BLAKE2B 
a92f9d80e8d9062fb79c06e13141b46e0f43d0813f461e087a9fa724fa752df3b4fe5698e34e7431f3b43cca0adf7b86ab77c948060f6c02e4c7693f7975cd15
 SHA512 
11f09147da1dd01a9f5c921eb0bfc6244a72023a052ef96bc121e16437a2c43d0dbba748c2de832539f57371e90b16bd13069bec07391305717f8fca295ea2a6
+DIST wayland-protocols-1.24.tar.xz 77120 BLAKE2B 
912132cb2b65b99184f25942e02000444ce5d37b60f33363999e8431db5835d3c0dab41dae312f0dbb02d03ab7e4f3f588e7b507e767ec132a82fd816700b09a
 SHA512 
4b1122517db56f48a5fafd4bd0cb7f94faef6fdd2d80e6cec17e5a6bafbaf2f5a71b958ed12e6d13965494885c209b2fb6dd8331487b39c6f251e71f1e770a15

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.24.ebuild
new file mode 100644
index ..f9b1910a51a1
--- /dev/null
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.24.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} = * ]]; 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2021-11-17 Thread Matt Turner
commit: 700bb73be08b379970cdb4a59bc8e9625edbc85e
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov 18 07:45:14 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov 18 07:46:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=700bb73b

dev-libs/wayland-protocols: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/wayland-protocols/Manifest|  2 --
 .../wayland-protocols-1.21.ebuild  | 38 --
 .../wayland-protocols-1.22.ebuild  | 38 --
 3 files changed, 78 deletions(-)

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index 526aa495c777..9e9eff1e36cc 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1,3 +1 @@
-DIST wayland-protocols-1.21.tar.xz 117296 BLAKE2B 
91dbfea6045e981fe94172fd13b74b150b0585560c06ad6990cfc57e02c97a013428431de54b196b4ed16db43724aae56f57dffb2b3f21615fe5522fe33aedc8
 SHA512 
40133ba36d4201de9626e9869ebdf2d4f7ad06904d6a747d5af87958a08368abdc65be3acc21b8959d0c5ec37d47051ba5b81d3844079fe237dac81a7291bbb8
-DIST wayland-protocols-1.22.tar.xz 120084 BLAKE2B 
955c35906757e60b434c53f0748d608f49c9061ddf148475a15d524896543f0498eb3e768fa1ddde82f60051a24b74d92733278f96a352971853b3bdcf4ad27d
 SHA512 
fd69b33ab81d0f7b3b96b03bf820a80fdd8d6f5854c2851e4b72a69d7133fc136dde7a3c6b0d67856230ff40ee26dedf6157236897c7ba239d1e3ce32e9a22c7
 DIST wayland-protocols-1.23.tar.xz 74116 BLAKE2B 
a92f9d80e8d9062fb79c06e13141b46e0f43d0813f461e087a9fa724fa752df3b4fe5698e34e7431f3b43cca0adf7b86ab77c948060f6c02e4c7693f7975cd15
 SHA512 
11f09147da1dd01a9f5c921eb0bfc6244a72023a052ef96bc121e16437a2c43d0dbba748c2de832539f57371e90b16bd13069bec07391305717f8fca295ea2a6

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.21.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.21.ebuild
deleted file mode 100644
index 86d58eaed2b0..
--- a/dev-libs/wayland-protocols/wayland-protocols-1.21.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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} = * ]]; 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
-}

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.22.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.22.ebuild
deleted file mode 100644
index f9b1910a51a1..
--- a/dev-libs/wayland-protocols/wayland-protocols-1.22.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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} = * ]]; 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2021-11-17 Thread Georgy Yakovlev
commit: 9783bc733dd889b46c5d3519320682eca1b8289e
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Nov 17 21:24:36 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Nov 17 22:54:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9783bc73

dev-libs/wayland-protocols: Stabilize 1.23 ppc64, #822339

Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild
index 0f8aeb6c0fad..86d58eaed2b0 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
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"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2021-11-17 Thread Arthur Zamarin
commit: e9a6d654537ccf85f745f1d178736b055fcdeb64
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 17 16:51:04 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 17 16:51:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9a6d654

dev-libs/wayland-protocols: Stabilize 1.23 ppc, #822339

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild
index d705171e00c8..0f8aeb6c0fad 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
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"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2021-11-16 Thread Sam James
commit: 3bcbeb4a39fcf193c5c7b353b3bffa37bfaca675
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 17 07:47:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 17 07:48:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bcbeb4a

dev-libs/wayland-protocols: Stabilize 1.23 arm64, #822339

Signed-off-by: Sam James  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild
index 650b161317ec..d705171e00c8 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
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"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2021-11-15 Thread Jakov Smolić
commit: 2f775ffdfa89e93d9a0d9e251d78910e2db6f749
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Nov 15 08:37:49 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Nov 15 08:37:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f775ffd

dev-libs/wayland-protocols: Stabilize 1.23 x86, #822339

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild
index 4249ce9276b3..650b161317ec 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
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"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2021-11-14 Thread Sam James
commit: 7a1ab6f156f930a95a664e9717396df9e492de65
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 15 01:11:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 15 01:11:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a1ab6f1

dev-libs/wayland-protocols: Stabilize 1.23 arm, #822339

Signed-off-by: Sam James  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild
index c0d68dd4382c..4249ce9276b3 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
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"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2021-11-12 Thread Sam James
commit: be352ec5f7ced0f5049f068b9d911f8d77ce5179
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Nov 10 21:11:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 12 20:51:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be352ec5

dev-libs/wayland-protocols: stable 1.23 for sparc, bug #822339

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild
index a7ed9f5a025..c0d68dd4382 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
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"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2021-11-07 Thread Jakov Smolić
commit: 54f40036b400ef34b2ba68b8e41ffe1db9bd58e4
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Nov  7 22:10:11 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Nov  7 22:10:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54f40036

dev-libs/wayland-protocols: Stabilize 1.23 amd64, #822339

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild
index f9b1910a51a..a7ed9f5a025 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
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"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2021-09-23 Thread Matt Turner
commit: f8f8419441a761acbe86a2c5a2c9d7db54461122
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 24 02:45:42 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 24 02:54:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8f84194

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

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index 992d69b1689..526aa495c77 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1,2 +1,3 @@
 DIST wayland-protocols-1.21.tar.xz 117296 BLAKE2B 
91dbfea6045e981fe94172fd13b74b150b0585560c06ad6990cfc57e02c97a013428431de54b196b4ed16db43724aae56f57dffb2b3f21615fe5522fe33aedc8
 SHA512 
40133ba36d4201de9626e9869ebdf2d4f7ad06904d6a747d5af87958a08368abdc65be3acc21b8959d0c5ec37d47051ba5b81d3844079fe237dac81a7291bbb8
 DIST wayland-protocols-1.22.tar.xz 120084 BLAKE2B 
955c35906757e60b434c53f0748d608f49c9061ddf148475a15d524896543f0498eb3e768fa1ddde82f60051a24b74d92733278f96a352971853b3bdcf4ad27d
 SHA512 
fd69b33ab81d0f7b3b96b03bf820a80fdd8d6f5854c2851e4b72a69d7133fc136dde7a3c6b0d67856230ff40ee26dedf6157236897c7ba239d1e3ce32e9a22c7
+DIST wayland-protocols-1.23.tar.xz 74116 BLAKE2B 
a92f9d80e8d9062fb79c06e13141b46e0f43d0813f461e087a9fa724fa752df3b4fe5698e34e7431f3b43cca0adf7b86ab77c948060f6c02e4c7693f7975cd15
 SHA512 
11f09147da1dd01a9f5c921eb0bfc6244a72023a052ef96bc121e16437a2c43d0dbba748c2de832539f57371e90b16bd13069bec07391305717f8fca295ea2a6

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.23.ebuild
new file mode 100644
index 000..f9b1910a51a
--- /dev/null
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.23.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} = * ]]; 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2021-09-06 Thread Matt Turner
commit: 15c943a863921226b362482b2a8295a1677d8eee
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Sep  7 02:05:22 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Sep  7 02:05:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15c943a8

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

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index f65ac936124..992d69b1689 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1 +1,2 @@
 DIST wayland-protocols-1.21.tar.xz 117296 BLAKE2B 
91dbfea6045e981fe94172fd13b74b150b0585560c06ad6990cfc57e02c97a013428431de54b196b4ed16db43724aae56f57dffb2b3f21615fe5522fe33aedc8
 SHA512 
40133ba36d4201de9626e9869ebdf2d4f7ad06904d6a747d5af87958a08368abdc65be3acc21b8959d0c5ec37d47051ba5b81d3844079fe237dac81a7291bbb8
+DIST wayland-protocols-1.22.tar.xz 120084 BLAKE2B 
955c35906757e60b434c53f0748d608f49c9061ddf148475a15d524896543f0498eb3e768fa1ddde82f60051a24b74d92733278f96a352971853b3bdcf4ad27d
 SHA512 
fd69b33ab81d0f7b3b96b03bf820a80fdd8d6f5854c2851e4b72a69d7133fc136dde7a3c6b0d67856230ff40ee26dedf6157236897c7ba239d1e3ce32e9a22c7

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.22.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.22.ebuild
new file mode 100644
index 000..f9b1910a51a
--- /dev/null
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.22.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} = * ]]; 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2021-05-29 Thread Matt Turner
commit: c284c2275927f106a1c31a5e8f5fd538d3ff
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May 29 18:11:27 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 29 18:16:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c284c227

dev-libs/wayland-protocols: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/wayland-protocols/Manifest|  1 -
 .../wayland-protocols-1.20.ebuild  | 37 --
 2 files changed, 38 deletions(-)

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index 0d351438fad..f65ac936124 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1,2 +1 @@
-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.20.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild
deleted file mode 100644
index 923dc813b36..000
--- a/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Wayland protocol files"
-HOMEPAGE="https://wayland.freedesktop.org/;
-
-if [[ ${PV} = * ]]; then
-   EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/${PN}.git/;
-   inherit git-r3 autotools
-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=""
-
-DEPEND="dev-libs/wayland"
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-   default
-
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_test() {
-   export XDG_RUNTIME_DIR="${T}/runtime-dir"
-   mkdir "${XDG_RUNTIME_DIR}" || die
-   chmod 0700 "${XDG_RUNTIME_DIR}" || die
-
-   default
-}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2021-05-27 Thread Sam James
commit: ba3570cf7d40c7c8c5970327e115410f191932e6
Author: Sam James  gentoo  org>
AuthorDate: Thu May 27 19:22:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 27 19:22:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba3570cf

dev-libs/wayland-protocols: Stabilize 1.21 ppc, #787818

Signed-off-by: Sam James  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.21.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.21.ebuild
index 3b7470014f1..86d58eaed2b 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.21.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.21.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
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"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2021-05-27 Thread Sam James
commit: 842b5137facc6d9c9a08ad31524cb71044936118
Author: Sam James  gentoo  org>
AuthorDate: Thu May 27 19:17:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 27 19:17:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=842b5137

dev-libs/wayland-protocols: Stabilize 1.21 sparc, #787818

Signed-off-by: Sam James  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.21.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.21.ebuild
index 2027212a7fd..d705171e00c 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.21.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.21.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
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"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2021-05-27 Thread Sam James
commit: 4071ff2aabe5cce0a35746925e0c3cbdc302cb80
Author: Sam James  gentoo  org>
AuthorDate: Thu May 27 19:13:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 27 19:13:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4071ff2a

dev-libs/wayland-protocols: Stabilize 1.21 x86, #787818

Signed-off-by: Sam James  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.21.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.21.ebuild
index f8dbf7d8a19..829b4d52d6e 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.21.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.21.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
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"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2021-05-27 Thread Sam James
commit: 40a65dfab5e2fc461b1a1d64733d2e5050bf4ed9
Author: Sam James  gentoo  org>
AuthorDate: Thu May 27 06:48:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 27 06:48:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40a65dfa

dev-libs/wayland-protocols: Stabilize 1.21 arm64, #787818

Signed-off-by: Sam James  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.21.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.21.ebuild
index 202cab1e92f..f8dbf7d8a19 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.21.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.21.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
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"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2021-05-03 Thread Matt Turner
commit: f3ddb335a463997ded3565a9acfcf2fbebc6d60f
Author: Matt Turner  gentoo  org>
AuthorDate: Tue May  4 01:49:38 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May  4 02:07:10 2021 +
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  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 000..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} = * ]]; 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2021-05-03 Thread Matt Turner
commit: 95516dff05dd06ae72a531796ac7b128b162cebc
Author: Matt Turner  gentoo  org>
AuthorDate: Tue May  4 01:54:54 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May  4 02:07:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95516dff

dev-libs/wayland-protocols: Switch to meson

Signed-off-by: Matt Turner  gentoo.org>

 .../wayland-protocols-.ebuild  | 43 +++---
 1 file changed, 22 insertions(+), 21 deletions(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-.ebuild
index 8eed22822b4..f9b1910a51a 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-.ebuild
@@ -1,37 +1,38 @@
-# Copyright 1999-2020 Gentoo Authors
+# 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} = * ]]; then
EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/${PN}.git/;
-   inherit git-r3 autotools
+   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 
~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 fi
 
 LICENSE="MIT"
 SLOT="0"
-IUSE=""
-
-DEPEND="dev-libs/wayland"
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-   default
-
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_test() {
-   export XDG_RUNTIME_DIR="${T}/runtime-dir"
-   mkdir "${XDG_RUNTIME_DIR}" || die
-   chmod 0700 "${XDG_RUNTIME_DIR}" || die
-
-   default
+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
 }



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2020-04-06 Thread Matt Turner
commit: a1f7ed5a329762cc71c607e81c22a32938f2c679
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr  6 20:04:08 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr  6 20:14:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1f7ed5a

dev-libs/wayland-protocols: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/wayland-protocols/Manifest|  2 --
 .../wayland-protocols-1.18.ebuild  | 37 --
 .../wayland-protocols-1.19.ebuild  | 37 --
 3 files changed, 76 deletions(-)

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index e66308acbbe..ba97a46f7cc 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1,3 +1 @@
-DIST wayland-protocols-1.18.tar.xz 108344 BLAKE2B 
7e770bafa364ff96441354246801d1c6cbe561eefe864673610dc2d47e3aa5ac7cd22a2fc2925aa1060a261ed6df8b6b5ef81c33adbeb374170821feeecd651f
 SHA512 
166be44f370a99281da442e7e2c2fc2f3169b61eeaa69263611b4e33847e93d1071f3cc89537597e1252d48d03993ce39c7d65f43b66a23c9b1551f47959e483
-DIST wayland-protocols-1.19.tar.xz 107612 BLAKE2B 
ff91a7eeca0e43a3e93c927f440253c01751872ace142d874431a347ad652c04d02f36fa08b7e48787d569db9787415eafbd24495a442568b6476332c8935243
 SHA512 
f09b700a785da0002ca215d2e695461368534c5c961e064ca19b73fe0c72754b3c9d4076cf495d8c907053dbabb2381f6a2bbcef41564071a4c589a8c44ff0fb
 DIST wayland-protocols-1.20.tar.xz 111684 BLAKE2B 
2ddd3d0b0dde94fda4788a1fd6631b6fcf22fb134e74a55f2c310ab4b72802d3b069d294e3d7b68ea6ddfdb0f944ac9011b73a9678e65eec924135822f697087
 SHA512 
d13f65d03add2c39cc32bf6bda0e981e9f52504bf8505fceea045c8baeb73bea64fa4edb99cb837677fbab1b5b3023054adff36fac127e819690f366b81c4977

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild
deleted file mode 100644
index 398ec9d1527..000
--- a/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Wayland protocol files"
-HOMEPAGE="https://wayland.freedesktop.org/;
-
-if [[ ${PV} = * ]]; then
-   EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/${PN}.git/;
-   inherit git-r3 autotools
-else
-   SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 
sparc x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-libs/wayland"
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-   default
-
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_test() {
-   export XDG_RUNTIME_DIR="${T}/runtime-dir"
-   mkdir "${XDG_RUNTIME_DIR}" || die
-   chmod 0700 "${XDG_RUNTIME_DIR}" || die
-
-   default
-}

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.19.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.19.ebuild
deleted file mode 100644
index 8eed22822b4..000
--- a/dev-libs/wayland-protocols/wayland-protocols-1.19.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Wayland protocol files"
-HOMEPAGE="https://wayland.freedesktop.org/;
-
-if [[ ${PV} = * ]]; then
-   EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/${PN}.git/;
-   inherit git-r3 autotools
-else
-   SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-libs/wayland"
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-   default
-
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_test() {
-   export XDG_RUNTIME_DIR="${T}/runtime-dir"
-   mkdir "${XDG_RUNTIME_DIR}" || die
-   chmod 0700 "${XDG_RUNTIME_DIR}" || die
-
-   default
-}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2020-04-06 Thread Agostino Sarubbo
commit: 415c3cac9d46b8de145d92ba5f717a1550d1b3c6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr  6 07:34:08 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr  6 07:34:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415c3cac

dev-libs/wayland-protocols: ppc stable wrt bug #714896

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild
index 274656446f2..b18cbaf811c 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3 autotools
 else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 
sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2020-04-05 Thread Mart Raudsepp
commit: 10fd59691fda5c8468abce8a44b6cc144797fbab
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  5 19:23:43 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  5 19:56:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10fd5969

dev-libs/wayland-protocols: arm64 stable (bug #714896)

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild
index de34b170f32..274656446f2 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3 autotools
 else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
s390 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2020-04-05 Thread Agostino Sarubbo
commit: 4c791bc6acc32de1fd605d25ebc476d2c3c2c9c2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  5 10:13:23 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  5 10:13:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c791bc6

dev-libs/wayland-protocols: x86 stable wrt bug #714896

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild
index c214b96a515..de34b170f32 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3 autotools
 else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
s390 sparc ~x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
s390 sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2020-04-05 Thread Agostino Sarubbo
commit: ee81eaa4e86bc9811eb758d0711227572401d071
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  5 10:12:24 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  5 10:12:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee81eaa4

dev-libs/wayland-protocols: sparc stable wrt bug #714896

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild
index 0e2de089627..c214b96a515 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3 autotools
 else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
s390 sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2020-04-05 Thread Agostino Sarubbo
commit: 12a00da223dd7a25ed41bfa3e96f0aadc1299dfb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  5 10:11:44 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  5 10:11:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12a00da2

dev-libs/wayland-protocols: s390 stable wrt bug #714896

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild
index 42db605f3dc..0e2de089627 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3 autotools
 else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
s390 ~sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2020-04-05 Thread Agostino Sarubbo
commit: 3fd2ba451fc58d3e01ad883195b6f28b29c345e5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  5 10:11:00 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  5 10:11:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fd2ba45

dev-libs/wayland-protocols: ppc64 stable wrt bug #714896

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild
index 94a3ec32909..42db605f3dc 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3 autotools
 else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~s390 ~sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2020-04-05 Thread Agostino Sarubbo
commit: 8973149bc125bfac0f6452f79d30cfb8c2eafe50
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr  5 10:10:02 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr  5 10:10:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8973149b

dev-libs/wayland-protocols: arm stable wrt bug #714896

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild
index 1d9a952e8cf..94a3ec32909 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3 autotools
 else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2020-04-05 Thread Mikle Kolyada
commit: cc60785b9466cc5b6d6d0a942850e182de1e0a21
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Apr  5 06:08:28 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Apr  5 06:08:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc60785b

dev-libs/wayland-protocols: amd64 stable wrt bug #714896

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild
index 8eed22822b4..1d9a952e8cf 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3 autotools
 else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2020-03-06 Thread Matt Turner
commit: e27b382a34c1ee4b70934aefca64c5ba62e2cef4
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Mar  7 03:06:48 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Mar  7 03:10:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e27b382a

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

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/wayland-protocols/Manifest | 1 +
 .../{wayland-protocols-.ebuild => wayland-protocols-1.20.ebuild}| 2 +-
 dev-libs/wayland-protocols/wayland-protocols-.ebuild| 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index 96c5ba05c4b..e66308acbbe 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1,2 +1,3 @@
 DIST wayland-protocols-1.18.tar.xz 108344 BLAKE2B 
7e770bafa364ff96441354246801d1c6cbe561eefe864673610dc2d47e3aa5ac7cd22a2fc2925aa1060a261ed6df8b6b5ef81c33adbeb374170821feeecd651f
 SHA512 
166be44f370a99281da442e7e2c2fc2f3169b61eeaa69263611b4e33847e93d1071f3cc89537597e1252d48d03993ce39c7d65f43b66a23c9b1551f47959e483
 DIST wayland-protocols-1.19.tar.xz 107612 BLAKE2B 
ff91a7eeca0e43a3e93c927f440253c01751872ace142d874431a347ad652c04d02f36fa08b7e48787d569db9787415eafbd24495a442568b6476332c8935243
 SHA512 
f09b700a785da0002ca215d2e695461368534c5c961e064ca19b73fe0c72754b3c9d4076cf495d8c907053dbabb2381f6a2bbcef41564071a4c589a8c44ff0fb
+DIST wayland-protocols-1.20.tar.xz 111684 BLAKE2B 
2ddd3d0b0dde94fda4788a1fd6631b6fcf22fb134e74a55f2c310ab4b72802d3b069d294e3d7b68ea6ddfdb0f944ac9011b73a9678e65eec924135822f697087
 SHA512 
d13f65d03add2c39cc32bf6bda0e981e9f52504bf8505fceea045c8baeb73bea64fa4edb99cb837677fbab1b5b3023054adff36fac127e819690f366b81c4977

diff --git a/dev-libs/wayland-protocols/wayland-protocols-.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild
similarity index 95%
copy from dev-libs/wayland-protocols/wayland-protocols-.ebuild
copy to dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild
index 837f825ff1b..85d20d4e9e3 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7

diff --git a/dev-libs/wayland-protocols/wayland-protocols-.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-.ebuild
index 837f825ff1b..85d20d4e9e3 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2020-03-04 Thread Matt Turner
commit: b969e4fa572316c09bbf6febcb77da48d1fa2e31
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Mar  4 17:15:15 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Mar  4 19:30:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b969e4fa

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

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index dc002f3a52f..96c5ba05c4b 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1 +1,2 @@
 DIST wayland-protocols-1.18.tar.xz 108344 BLAKE2B 
7e770bafa364ff96441354246801d1c6cbe561eefe864673610dc2d47e3aa5ac7cd22a2fc2925aa1060a261ed6df8b6b5ef81c33adbeb374170821feeecd651f
 SHA512 
166be44f370a99281da442e7e2c2fc2f3169b61eeaa69263611b4e33847e93d1071f3cc89537597e1252d48d03993ce39c7d65f43b66a23c9b1551f47959e483
+DIST wayland-protocols-1.19.tar.xz 107612 BLAKE2B 
ff91a7eeca0e43a3e93c927f440253c01751872ace142d874431a347ad652c04d02f36fa08b7e48787d569db9787415eafbd24495a442568b6476332c8935243
 SHA512 
f09b700a785da0002ca215d2e695461368534c5c961e064ca19b73fe0c72754b3c9d4076cf495d8c907053dbabb2381f6a2bbcef41564071a4c589a8c44ff0fb

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.19.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.19.ebuild
new file mode 100644
index 000..85d20d4e9e3
--- /dev/null
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.19.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Wayland protocol files"
+HOMEPAGE="https://wayland.freedesktop.org/;
+
+if [[ ${PV} = * ]]; then
+   EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/${PN}.git/;
+   inherit git-r3 autotools
+else
+   SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-libs/wayland"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+   default
+
+   [[ ${PV} ==  ]] && eautoreconf
+}
+
+src_test() {
+   export XDG_RUNTIME_DIR="${T}/runtime-dir"
+   mkdir "${XDG_RUNTIME_DIR}" || die
+   chmod 0700 "${XDG_RUNTIME_DIR}" || die
+
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2019-09-21 Thread Matt Turner
commit: faeff3d8e88d3013679ddf4c1a6cfe594757dfd4
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Sep 21 17:00:33 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Sep 21 17:11:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faeff3d8

dev-libs/wayland-protocols: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/wayland-protocols/Manifest|  1 -
 .../wayland-protocols-1.17.ebuild  | 43 --
 2 files changed, 44 deletions(-)

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index a0950b10bf3..dc002f3a52f 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1,2 +1 @@
-DIST wayland-protocols-1.17.tar.xz 107680 BLAKE2B 
cde978ceeaa9d71ac76cd007c511011fed6a110e772a6a9e880a5fd07a0318239a11235aac25b855d0f7ed5ae9980dd2103886092e85a92ed606c8a2f53de726
 SHA512 
5f3aacbba58717092036659d9b665dc10ff05ee51df61b1de38b22f0417285a74fd8a6d15ca049ad60d204f28203aa13d773c52140c7c02db2c498a6964c2643
 DIST wayland-protocols-1.18.tar.xz 108344 BLAKE2B 
7e770bafa364ff96441354246801d1c6cbe561eefe864673610dc2d47e3aa5ac7cd22a2fc2925aa1060a261ed6df8b6b5ef81c33adbeb374170821feeecd651f
 SHA512 
166be44f370a99281da442e7e2c2fc2f3169b61eeaa69263611b4e33847e93d1071f3cc89537597e1252d48d03993ce39c7d65f43b66a23c9b1551f47959e483

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
deleted file mode 100644
index cc1a199083b..000
--- a/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} = * ]]; then
-   
EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/wayland-protocols.git;
-   EXPERIMENTAL="true"
-
-   inherit git-r3 autotools
-else
-   inherit autotools
-fi
-
-DESCRIPTION="Wayland protocol files"
-HOMEPAGE="https://wayland.freedesktop.org/;
-
-if [[ $PV != * ]]; then
-   SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 
~sh sparc x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-libs/wayland"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   default
-
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_test() {
-   export XDG_RUNTIME_DIR="${T}/runtime-dir"
-   mkdir "${XDG_RUNTIME_DIR}" || die
-   chmod 0700 "${XDG_RUNTIME_DIR}" || die
-
-   default
-}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2019-09-21 Thread Sergei Trofimovich
commit: 5b798916a10e50b8d99459a3e93cd5a03a54cbba
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 21 13:43:53 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 21 13:45:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b798916

dev-libs/wayland-protocols: stable 1.18 for hppa, bug #694734

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild
index 85634ab1144..27c30455837 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3 autotools
 else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 
~sh sparc x86"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 
~sh sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2019-09-20 Thread Mikle Kolyada
commit: bb5f942fd8279643c9ba6ecf26cfd91ccd87f310
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Sep 21 00:13:52 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Sep 21 00:13:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb5f942f

dev-libs/wayland-protocols: ia64 stable wrt bug #694734

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild
index 698318eb613..85634ab1144 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3 autotools
 else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 
~sh sparc x86"
+   KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 
~sh sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2019-09-20 Thread Aaron Bauman
commit: 3ffa73b98d87e0705e8833758444041da24c99ae
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Sep 20 21:25:53 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Sep 20 21:25:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ffa73b9

dev-libs/wayland-protocols: arm64 stable (bug #694734)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

 dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild
index d7218346e34..f7ad29f7a67 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3 autotools
 else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
s390 ~sh ~sparc x86"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
s390 ~sh ~sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2019-09-20 Thread Agostino Sarubbo
commit: 7bbbe60cc7e10e68e73fb7a1b243756243853ddf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 20 12:15:42 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 20 12:15:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bbbe60c

dev-libs/wayland-protocols: x86 stable wrt bug #694734

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild
index d6b5ed3e81c..d7218346e34 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3 autotools
 else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
s390 ~sh ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
s390 ~sh ~sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2019-09-20 Thread Agostino Sarubbo
commit: 2d2c559413d882d56a01b752e181fb88255f60ef
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 20 12:11:31 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 20 12:11:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d2c5594

dev-libs/wayland-protocols: amd64 stable wrt bug #694734

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild
index f84ab6d5a4d..d6b5ed3e81c 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3 autotools
 else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
s390 ~sh ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
s390 ~sh ~sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2019-09-20 Thread Agostino Sarubbo
commit: 9235a17d6bb2df53c9f4b38028d134bfc2b153a8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 20 12:09:32 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 20 12:09:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9235a17d

dev-libs/wayland-protocols: s390 stable wrt bug #694734

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild
index 02322bcc21c..f84ab6d5a4d 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3 autotools
 else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
s390 ~sh ~sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2019-09-20 Thread Agostino Sarubbo
commit: f0db4492ee15775eea6188ef624a4e4057432488
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 20 12:07:40 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 20 12:07:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0db4492

dev-libs/wayland-protocols: ppc64 stable wrt bug #694734

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild
index 2541bae8c09..02322bcc21c 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3 autotools
 else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh ~sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2019-09-20 Thread Agostino Sarubbo
commit: 3b61244752d48aedc05f95b8d22ef0be265d9c50
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 20 12:04:59 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 20 12:04:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b612447

dev-libs/wayland-protocols: ppc stable wrt bug #694734

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild
index 837f825ff1b..2541bae8c09 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3 autotools
 else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2019-08-05 Thread Matt Turner
commit: ab6a10a0dd6b0acc9dcadf4c7c2071d8310c932b
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Aug  5 21:56:32 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Aug  5 22:02:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab6a10a0

dev-libs/wayland-protocols: Port to EAPI=7

Signed-off-by: Matt Turner  gentoo.org>

 .../wayland-protocols-.ebuild  | 24 --
 1 file changed, 9 insertions(+), 15 deletions(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-.ebuild
index 0b33125e7a0..837f825ff1b 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-.ebuild
@@ -1,21 +1,15 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-
-if [[ ${PV} = * ]]; then
-   
EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/wayland-protocols.git;
-   EXPERIMENTAL="true"
-
-   inherit git-r3 autotools
-else
-   inherit autotools
-fi
+EAPI=7
 
 DESCRIPTION="Wayland protocol files"
 HOMEPAGE="https://wayland.freedesktop.org/;
 
-if [[ $PV != * ]]; then
+if [[ ${PV} = * ]]; then
+   EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/${PN}.git/;
+   inherit git-r3 autotools
+else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
 fi
@@ -24,9 +18,9 @@ LICENSE="MIT"
 SLOT="0"
 IUSE=""
 
-RDEPEND="dev-libs/wayland"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
+DEPEND="dev-libs/wayland"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 src_prepare() {
default



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2019-08-05 Thread Matt Turner
commit: 2101a0010a020cab79c45d1bae7c9e4f1f42ca71
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Aug  5 21:54:22 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Aug  5 22:02:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2101a001

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

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index 2fb7fe41b51..a0950b10bf3 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1 +1,2 @@
 DIST wayland-protocols-1.17.tar.xz 107680 BLAKE2B 
cde978ceeaa9d71ac76cd007c511011fed6a110e772a6a9e880a5fd07a0318239a11235aac25b855d0f7ed5ae9980dd2103886092e85a92ed606c8a2f53de726
 SHA512 
5f3aacbba58717092036659d9b665dc10ff05ee51df61b1de38b22f0417285a74fd8a6d15ca049ad60d204f28203aa13d773c52140c7c02db2c498a6964c2643
+DIST wayland-protocols-1.18.tar.xz 108344 BLAKE2B 
7e770bafa364ff96441354246801d1c6cbe561eefe864673610dc2d47e3aa5ac7cd22a2fc2925aa1060a261ed6df8b6b5ef81c33adbeb374170821feeecd651f
 SHA512 
166be44f370a99281da442e7e2c2fc2f3169b61eeaa69263611b4e33847e93d1071f3cc89537597e1252d48d03993ce39c7d65f43b66a23c9b1551f47959e483

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild
new file mode 100644
index 000..837f825ff1b
--- /dev/null
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.18.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Wayland protocol files"
+HOMEPAGE="https://wayland.freedesktop.org/;
+
+if [[ ${PV} = * ]]; then
+   EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/${PN}.git/;
+   inherit git-r3 autotools
+else
+   SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-libs/wayland"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+   default
+
+   [[ ${PV} ==  ]] && eautoreconf
+}
+
+src_test() {
+   export XDG_RUNTIME_DIR="${T}/runtime-dir"
+   mkdir "${XDG_RUNTIME_DIR}" || die
+   chmod 0700 "${XDG_RUNTIME_DIR}" || die
+
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2019-02-15 Thread Mikle Kolyada
commit: 0b29ab66048d8ffbea3230989fa8a266aeb13106
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Feb 16 07:47:31 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Feb 16 07:47:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b29ab66

dev-libs/wayland-protocols: mark s390 stable

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
index 53b286d6c4e..cc1a199083b 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://wayland.freedesktop.org/;
 
 if [[ $PV != * ]]; then
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 
~sh sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2019-01-31 Thread Matt Turner
commit: 4967c485a451bace67d5ef1a1322767705067aff
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Jan 31 18:07:22 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jan 31 18:11:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4967c485

dev-libs/wayland-protocols: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/wayland-protocols/Manifest|  1 -
 .../wayland-protocols-1.16.ebuild  | 43 --
 2 files changed, 44 deletions(-)

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index 0afb9719007..2fb7fe41b51 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1,2 +1 @@
-DIST wayland-protocols-1.16.tar.xz 104156 BLAKE2B 
7c6403e5498c2a9f1a97dfeef780a8df0bd05287e8866619657b29f5fc79c82fcc0892a7099b5eda80720dd136f8fa3c848c05aaf870e978e09ab2b04d883c2b
 SHA512 
8ab33021854f3e8f6bca7a9e69427e7a3e53297cc0abd4c006de7e55fac66da3ad88489a6eb4e6c28c7ba2addd96e7f055309f3c8918643b18ef78a4fb637f84
 DIST wayland-protocols-1.17.tar.xz 107680 BLAKE2B 
cde978ceeaa9d71ac76cd007c511011fed6a110e772a6a9e880a5fd07a0318239a11235aac25b855d0f7ed5ae9980dd2103886092e85a92ed606c8a2f53de726
 SHA512 
5f3aacbba58717092036659d9b665dc10ff05ee51df61b1de38b22f0417285a74fd8a6d15ca049ad60d204f28203aa13d773c52140c7c02db2c498a6964c2643

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild
deleted file mode 100644
index cc1a199083b..000
--- a/dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} = * ]]; then
-   
EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/wayland-protocols.git;
-   EXPERIMENTAL="true"
-
-   inherit git-r3 autotools
-else
-   inherit autotools
-fi
-
-DESCRIPTION="Wayland protocol files"
-HOMEPAGE="https://wayland.freedesktop.org/;
-
-if [[ $PV != * ]]; then
-   SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 
~sh sparc x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-libs/wayland"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   default
-
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_test() {
-   export XDG_RUNTIME_DIR="${T}/runtime-dir"
-   mkdir "${XDG_RUNTIME_DIR}" || die
-   chmod 0700 "${XDG_RUNTIME_DIR}" || die
-
-   default
-}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2019-01-28 Thread Matt Turner
commit: 29067824dce613832d81c12c48bc06004a7dbae7
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Jan 28 05:10:39 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Jan 28 05:10:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29067824

dev-libs/wayland-protocols-1.17: alpha stable, bug 675818

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
index 98a38e52d78..53b286d6c4e 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://wayland.freedesktop.org/;
 
 if [[ $PV != * ]]; then
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2019-01-27 Thread Sergei Trofimovich
commit: 3c27e30843c61c259c7463166cbe919146046c53
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jan 27 12:15:43 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jan 27 12:18:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c27e308

dev-libs/wayland-protocols: stable 1.17 for hppa, bug #675818

Package-Manager: Portage-2.3.58, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
index b6d840ece80..9efc9bc4044 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://wayland.freedesktop.org/;
 
 if [[ $PV != * ]]; then
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2019-01-24 Thread Thomas Deutschmann
commit: 732931b5619d9a00b2112c49ca323eab4433a72e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Jan 24 21:37:19 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Jan 24 22:22:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=732931b5

dev-libs/wayland-protocols: x86 stable (bug #675818)

Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
index a738ce710dc..b6d840ece80 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://wayland.freedesktop.org/;
 
 if [[ $PV != * ]]; then
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2019-01-22 Thread Mart Raudsepp
commit: fa39419da89d39cf5cdc78725d0b20295e00ecab
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jan 22 10:45:54 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jan 22 10:47:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa39419d

dev-libs/wayland-protocols: arm64 stable (bug #675818)

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
index b31c55f0b3b..a738ce710dc 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://wayland.freedesktop.org/;
 
 if [[ $PV != * ]]; then
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2019-01-21 Thread Sergei Trofimovich
commit: 8e7aa3acf1908253a3e4193621e9a8979832ad9b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 21 23:21:38 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 21 23:21:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e7aa3ac

dev-libs/wayland-protocols: stable 1.17 for ia64, bug #675818

Package-Manager: Portage-2.3.56, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
index e95d44612a8..b31c55f0b3b 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://wayland.freedesktop.org/;
 
 if [[ $PV != * ]]; then
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc ~x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2019-01-20 Thread Mikle Kolyada
commit: 48a09c4c7b1a49ffdf7114f4a6079e89b6df2c3e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jan 21 07:41:48 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jan 21 07:41:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a09c4c

dev-libs/wayland-protocols: arm stable wrt bug #675818

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
index 878d32e3165..e95d44612a8 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://wayland.freedesktop.org/;
 
 if [[ $PV != * ]]; then
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc ~x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2019-01-20 Thread Mikle Kolyada
commit: 18e776acc005aeb119af0a1b3a1ce8cfd5e6705d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jan 21 07:37:34 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jan 21 07:37:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e776ac

dev-libs/wayland-protocols: amd64 stable wrt bug #675818

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
index 8458ca22e32..878d32e3165 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://wayland.freedesktop.org/;
 
 if [[ $PV != * ]]; then
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2019-01-20 Thread Sergei Trofimovich
commit: ff7e9c8d6819b63d33bf0d76d1fd609c368b6173
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Jan 20 08:29:11 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jan 20 09:53:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff7e9c8d

dev-libs/wayland-protocols: stable 1.17 for sparc, bug #675818

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
index 0b33125e7a0..8458ca22e32 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ HOMEPAGE="https://wayland.freedesktop.org/;
 
 if [[ $PV != * ]]; then
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2018-12-12 Thread Mikle Kolyada
commit: b4853d93025c74170e1de61642f3f7e96747310d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Dec 12 14:46:57 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Dec 12 14:46:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4853d93

dev-libs/wayland-protocols: mark s390 stable

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild
index 8b88b06af51..10b44aaea1f 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://wayland.freedesktop.org/;
 
 if [[ $PV != * ]]; then
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 
~sh sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2018-11-28 Thread Matt Turner
commit: 9203916199f70b69d67651608a1674f0eb14f239
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov 29 05:07:37 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov 29 05:17:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92039161

dev-libs/wayland-protocols: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/wayland-protocols/Manifest|  3 --
 .../wayland-protocols-1.13.ebuild  | 43 --
 .../wayland-protocols-1.14.ebuild  | 43 --
 .../wayland-protocols-1.15.ebuild  | 43 --
 4 files changed, 132 deletions(-)

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index f43a6a7ddc0..0afb9719007 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -1,5 +1,2 @@
-DIST wayland-protocols-1.13.tar.xz 99680 BLAKE2B 
6bb0ecf08e6b0950c50ba40cffc07d79dd95244abc7d2622f9c232bc2b1cfdaeb9fb1e9f1650ff60defc99ae184abf47f13888f44f429136f2a631afe1c2d5e8
 SHA512 
f35c21da289038651b75af064ec7c10779158829f578e7320faf401e980da3c958d85e5bcad00994c574cac6319a3ab975aa5483a9b438f781b767bd6303e194
-DIST wayland-protocols-1.14.tar.xz 99844 BLAKE2B 
55298d24dbaa6cce017775313e9f4cfccbf3176d7ef24c786f1384111a274c3a0164ac753ebfb4e708094199105cc32ccb58cdb22711e0e0711441dde45883bb
 SHA512 
78d2b47c462618ece0c9c19f250b28efb39436e715f624205c7705dbbae4f125ff2eafa2454e7dce527d3b13449dcb037b2829ea9d9f52809d6b8187a204
-DIST wayland-protocols-1.15.tar.xz 100816 BLAKE2B 
22ab7291a4554345a40858d1051e4842ddf1b4442e4a5446f1d8ef4202c8e71307daec5a9a1cca18e7134329367063509286f85b40d9bfda52276945c5b799f2
 SHA512 
4a3dcd8f3219f3c43fb2399b33626a579d4fbfb94298fd5a831946e7eadfcc0538b6732f71cbc7ac2c2896362821efd5ac6b1392071b831fa80eb7b2f48845b3
 DIST wayland-protocols-1.16.tar.xz 104156 BLAKE2B 
7c6403e5498c2a9f1a97dfeef780a8df0bd05287e8866619657b29f5fc79c82fcc0892a7099b5eda80720dd136f8fa3c848c05aaf870e978e09ab2b04d883c2b
 SHA512 
8ab33021854f3e8f6bca7a9e69427e7a3e53297cc0abd4c006de7e55fac66da3ad88489a6eb4e6c28c7ba2addd96e7f055309f3c8918643b18ef78a4fb637f84
 DIST wayland-protocols-1.17.tar.xz 107680 BLAKE2B 
cde978ceeaa9d71ac76cd007c511011fed6a110e772a6a9e880a5fd07a0318239a11235aac25b855d0f7ed5ae9980dd2103886092e85a92ed606c8a2f53de726
 SHA512 
5f3aacbba58717092036659d9b665dc10ff05ee51df61b1de38b22f0417285a74fd8a6d15ca049ad60d204f28203aa13d773c52140c7c02db2c498a6964c2643

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.13.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.13.ebuild
deleted file mode 100644
index 3f94387b181..000
--- a/dev-libs/wayland-protocols/wayland-protocols-1.13.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} = * ]]; then
-   
EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/wayland-protocols.git;
-   EXPERIMENTAL="true"
-
-   inherit git-r3 autotools
-else
-   inherit autotools
-fi
-
-DESCRIPTION="Wayland protocol files"
-HOMEPAGE="https://wayland.freedesktop.org/;
-
-if [[ $PV != * ]]; then
-   SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-libs/wayland"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   default
-
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_test() {
-   export XDG_RUNTIME_DIR="${T}/runtime-dir"
-   mkdir "${XDG_RUNTIME_DIR}" || die
-   chmod 0700 "${XDG_RUNTIME_DIR}" || die
-
-   default
-}

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.14.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.14.ebuild
deleted file mode 100644
index 4948be07ff8..000
--- a/dev-libs/wayland-protocols/wayland-protocols-1.14.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} = * ]]; then
-   
EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/wayland-protocols.git;
-   EXPERIMENTAL="true"
-
-   inherit git-r3 autotools
-else
-   inherit autotools
-fi
-
-DESCRIPTION="Wayland protocol files"
-HOMEPAGE="https://wayland.freedesktop.org/;
-
-if [[ $PV != * ]]; then
-   SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-libs/wayland"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   default
-
-   [[ ${PV} ==  ]] && eautoreconf
-}
-
-src_test() {
-   export XDG_RUNTIME_DIR="${T}/runtime-dir"
-  

[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2018-11-27 Thread Matt Turner
commit: 3c29c176a31e5035e065c515ffc072639be7df4a
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Nov 27 21:57:55 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Nov 27 22:00:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c29c176

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

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/wayland-protocols/Manifest | 1 +
 .../{wayland-protocols-.ebuild => wayland-protocols-1.17.ebuild}| 2 +-
 dev-libs/wayland-protocols/wayland-protocols-.ebuild| 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-libs/wayland-protocols/Manifest 
b/dev-libs/wayland-protocols/Manifest
index 4ff11acf0ad..f43a6a7ddc0 100644
--- a/dev-libs/wayland-protocols/Manifest
+++ b/dev-libs/wayland-protocols/Manifest
@@ -2,3 +2,4 @@ DIST wayland-protocols-1.13.tar.xz 99680 BLAKE2B 
6bb0ecf08e6b0950c50ba40cffc07d7
 DIST wayland-protocols-1.14.tar.xz 99844 BLAKE2B 
55298d24dbaa6cce017775313e9f4cfccbf3176d7ef24c786f1384111a274c3a0164ac753ebfb4e708094199105cc32ccb58cdb22711e0e0711441dde45883bb
 SHA512 
78d2b47c462618ece0c9c19f250b28efb39436e715f624205c7705dbbae4f125ff2eafa2454e7dce527d3b13449dcb037b2829ea9d9f52809d6b8187a204
 DIST wayland-protocols-1.15.tar.xz 100816 BLAKE2B 
22ab7291a4554345a40858d1051e4842ddf1b4442e4a5446f1d8ef4202c8e71307daec5a9a1cca18e7134329367063509286f85b40d9bfda52276945c5b799f2
 SHA512 
4a3dcd8f3219f3c43fb2399b33626a579d4fbfb94298fd5a831946e7eadfcc0538b6732f71cbc7ac2c2896362821efd5ac6b1392071b831fa80eb7b2f48845b3
 DIST wayland-protocols-1.16.tar.xz 104156 BLAKE2B 
7c6403e5498c2a9f1a97dfeef780a8df0bd05287e8866619657b29f5fc79c82fcc0892a7099b5eda80720dd136f8fa3c848c05aaf870e978e09ab2b04d883c2b
 SHA512 
8ab33021854f3e8f6bca7a9e69427e7a3e53297cc0abd4c006de7e55fac66da3ad88489a6eb4e6c28c7ba2addd96e7f055309f3c8918643b18ef78a4fb637f84
+DIST wayland-protocols-1.17.tar.xz 107680 BLAKE2B 
cde978ceeaa9d71ac76cd007c511011fed6a110e772a6a9e880a5fd07a0318239a11235aac25b855d0f7ed5ae9980dd2103886092e85a92ed606c8a2f53de726
 SHA512 
5f3aacbba58717092036659d9b665dc10ff05ee51df61b1de38b22f0417285a74fd8a6d15ca049ad60d204f28203aa13d773c52140c7c02db2c498a6964c2643

diff --git a/dev-libs/wayland-protocols/wayland-protocols-.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
similarity index 95%
copy from dev-libs/wayland-protocols/wayland-protocols-.ebuild
copy to dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
index 4948be07ff8..0b33125e7a0 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6

diff --git a/dev-libs/wayland-protocols/wayland-protocols-.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-.ebuild
index 4948be07ff8..0b33125e7a0 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2018-11-27 Thread Matt Turner
commit: 0b5755a8a192aa72b4ef9f4318eb7c24b99b9760
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Nov 27 20:29:40 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Nov 27 20:30:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b5755a8

dev-libs/wayland-protocols-1.16: ia64 stable, bug 668900

Signed-off-by: Matt Turner  gentoo.org>

 dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild
index 6d2099e408c..1f356dc0939 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://wayland.freedesktop.org/;
 
 if [[ $PV != * ]]; then
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh sparc x86"
+   KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/

2018-11-17 Thread Mikle Kolyada
commit: 385f8b2ec3a66c7bebffdfd0c99722e35954b626
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Nov 17 14:47:24 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Nov 17 14:56:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=385f8b2e

dev-libs/wayland-protocols: amd64 stable wrt bug #668900

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild 
b/dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild
index 40794e0d756..6d2099e408c 100644
--- a/dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild
+++ b/dev-libs/wayland-protocols/wayland-protocols-1.16.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://wayland.freedesktop.org/;
 
 if [[ $PV != * ]]; then
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh sparc x86"
+   KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~s390 ~sh sparc x86"
 fi
 
 LICENSE="MIT"



  1   2   >