[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2024-04-15 Thread Matt Turner
commit: 24ba76702f85e062cf98a67174ff2bc2e3d187c2
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Apr 15 15:01:31 2024 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Apr 15 15:32:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ba7670

x11-base/xcb-proto: Version bump to 1.17.0

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

 x11-base/xcb-proto/Manifest|  1 +
 x11-base/xcb-proto/xcb-proto-1.17.0.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/x11-base/xcb-proto/Manifest b/x11-base/xcb-proto/Manifest
index 747414d33e52..a85212c9bc77 100644
--- a/x11-base/xcb-proto/Manifest
+++ b/x11-base/xcb-proto/Manifest
@@ -1 +1,2 @@
 DIST xcb-proto-1.16.0.tar.xz 151612 BLAKE2B 
1c59ae4c71e697bd4f0298f6e0ea5235fc47baa9cf584e079258f1da8be538d1b67dc45f1325d82495247d0f8020d0244ca334de3794b410a1feaceabd6b285e
 SHA512 
54906f379a7aa2cbbfbbe54764c02dbf522ca8f6c54e07d4faae471aac3aee25d0359be38c808c8da887de228aed745582a78b2f56714b023bca8f3513b24972
+DIST xcb-proto-1.17.0.tar.xz 151748 BLAKE2B 
0f46d040062fca4f6b598bdb7ab7a254b9aefce198812af82fd2112e06e88277e3c9e0a3bab161930b56688e71e1848bb859d4f33588f9496fe7399f9758b9a7
 SHA512 
34c3795e5a48a66d89b72ee1777fb0bede489d5ec07018e6c9ef3c13bdd60b0358fc2c04a1f0ed0acb5b681aeeb92033db579036e4f5edd967fe56714c03acdf

diff --git a/x11-base/xcb-proto/xcb-proto-1.17.0.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.17.0.ebuild
new file mode 100644
index ..a7af99861180
--- /dev/null
+++ b/x11-base/xcb-proto/xcb-proto-1.17.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+XORG_TARBALL_SUFFIX="xz"
+XORG_MODULE=proto/
+
+inherit python-r1 xorg-3
+
+DESCRIPTION="X C-language Bindings protocol headers"
+HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
+EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# DEPEND=""
+RDEPEND="
+   ${PYTHON_DEPS}
+"
+BDEPEND="
+   ${PYTHON_DEPS}
+   dev-libs/libxml2
+"
+
+ECONF_SOURCE="${S}"
+
+src_configure() {
+   # Don't use Python to find sitedir here.
+   PYTHON=true default
+}
+
+src_compile() {
+   :
+}
+
+xcbgen_install() {
+   # Use eclass to find sitedir instead.
+   emake -C xcbgen install DESTDIR="${D}" pythondir="$(python_get_sitedir)"
+   python_optimize
+}
+
+src_install() {
+   # Restrict SUBDIRS to prevent xcbgen with empty sitedir.
+   emake install DESTDIR="${D}" SUBDIRS=src
+   python_foreach_impl xcbgen_install
+}



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2023-10-24 Thread Matt Turner
commit: 7b7382a46ea45df49dfbcb91f2df6dd2efad7a51
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Oct 24 17:51:03 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct 24 17:58:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b7382a4

x11-base/xcb-proto: Drop old versions

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

 x11-base/xcb-proto/Manifest|  1 -
 x11-base/xcb-proto/xcb-proto-1.15.2.ebuild | 49 --
 2 files changed, 50 deletions(-)

diff --git a/x11-base/xcb-proto/Manifest b/x11-base/xcb-proto/Manifest
index e6b1a222dd98..747414d33e52 100644
--- a/x11-base/xcb-proto/Manifest
+++ b/x11-base/xcb-proto/Manifest
@@ -1,2 +1 @@
-DIST xcb-proto-1.15.2.tar.xz 148108 BLAKE2B 
0d6cc87ea0d2de594ba11b11255779e90d3c7507f0002453b3d1b2ac73fb604e5ee52e516bbcf76bce2a89027f8c8de6289d21aa2bb23d7d3e2ee77211b54946
 SHA512 
9d0b2f0a4dbbf2d64e32ff4658d1663e13d7e5f1bffc1e8d45be7b9dd5bab46e29fc1c2f6e66a7a569e374ba6756faf3c39b0b5e5560df6d7f8b68beec97659d
 DIST xcb-proto-1.16.0.tar.xz 151612 BLAKE2B 
1c59ae4c71e697bd4f0298f6e0ea5235fc47baa9cf584e079258f1da8be538d1b67dc45f1325d82495247d0f8020d0244ca334de3794b410a1feaceabd6b285e
 SHA512 
54906f379a7aa2cbbfbbe54764c02dbf522ca8f6c54e07d4faae471aac3aee25d0359be38c808c8da887de228aed745582a78b2f56714b023bca8f3513b24972

diff --git a/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild
deleted file mode 100644
index e322e3ea4d8f..
--- a/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..12} )
-XORG_TARBALL_SUFFIX="xz"
-XORG_MODULE=proto/
-
-inherit python-r1 xorg-3
-
-DESCRIPTION="X C-language Bindings protocol headers"
-HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
-EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
-
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND=""
-RDEPEND="
-   ${PYTHON_DEPS}
-"
-BDEPEND="
-   ${PYTHON_DEPS}
-   dev-libs/libxml2
-"
-
-ECONF_SOURCE="${S}"
-
-src_configure() {
-   # Don't use Python to find sitedir here.
-   PYTHON=true default
-}
-
-src_compile() {
-   :
-}
-
-xcbgen_install() {
-   # Use eclass to find sitedir instead.
-   emake -C xcbgen install DESTDIR="${D}" pythondir="$(python_get_sitedir)"
-   python_optimize
-}
-
-src_install() {
-   # Restrict SUBDIRS to prevent xcbgen with empty sitedir.
-   emake install DESTDIR="${D}" SUBDIRS=src
-   python_foreach_impl xcbgen_install
-}



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2023-10-13 Thread Sam James
commit: 5ab4f669c403cd28cd11f251d2dad2ab72890aca
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 14 01:38:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 14 01:38:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab4f669

x11-base/xcb-proto: Stabilize 1.16.0 amd64, #915692

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

 x11-base/xcb-proto/xcb-proto-1.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild
index 4ddb4f55e42f..1c96c02f2a48 100644
--- a/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2023-10-13 Thread Arthur Zamarin
commit: 06b21793dfb5f681bf57925652ff3408ed9c6f9b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct 13 20:23:34 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 13 20:23:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06b21793

x11-base/xcb-proto: Stabilize 1.16.0 ppc64, #915692

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

 x11-base/xcb-proto/xcb-proto-1.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild
index b3e149c4a632..4ddb4f55e42f 100644
--- a/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2023-10-13 Thread Arthur Zamarin
commit: 491c31634711d58b0a8c8cf7ef4bdd092937e153
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct 13 20:18:47 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 13 20:18:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=491c3163

x11-base/xcb-proto: Stabilize 1.16.0 x86, #915692

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

 x11-base/xcb-proto/xcb-proto-1.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild
index 3d136551678d..2c30762a5b68 100644
--- a/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2023-10-13 Thread Arthur Zamarin
commit: a099d0d9b4c75b10099b87040528cb09aee13bdb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct 13 20:18:48 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 13 20:18:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a099d0d9

x11-base/xcb-proto: Stabilize 1.16.0 arm64, #915692

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

 x11-base/xcb-proto/xcb-proto-1.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild
index 2c30762a5b68..3437b8a36aea 100644
--- a/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2023-10-13 Thread Arthur Zamarin
commit: b2186143f2fbd1ba1ecaea2aec118ab6ea68f46f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct 13 20:18:49 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 13 20:18:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2186143

x11-base/xcb-proto: Stabilize 1.16.0 sparc, #915692

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

 x11-base/xcb-proto/xcb-proto-1.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild
index 3437b8a36aea..b3e149c4a632 100644
--- a/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2023-10-13 Thread Arthur Zamarin
commit: 0350cf6a6168e315b3a5392a7a0a6fbfecb61525
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct 13 20:18:45 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 13 20:18:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0350cf6a

x11-base/xcb-proto: Stabilize 1.16.0 ppc, #915692

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

 x11-base/xcb-proto/xcb-proto-1.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild
index ab99af11eaa8..3d136551678d 100644
--- a/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2023-10-13 Thread Arthur Zamarin
commit: 4d7e472c315bba6b66207af3b74603f4caa4a350
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct 13 20:18:44 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 13 20:18:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d7e472c

x11-base/xcb-proto: Stabilize 1.16.0 arm, #915692

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

 x11-base/xcb-proto/xcb-proto-1.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild
index 95cffe51db47..ab99af11eaa8 100644
--- a/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2023-10-13 Thread Arthur Zamarin
commit: 6c45203ff1b56998d424f06769e5594708db0081
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct 13 20:18:43 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 13 20:18:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c45203f

x11-base/xcb-proto: Stabilize 1.16.0 hppa, #915692

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

 x11-base/xcb-proto/xcb-proto-1.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild
index 9eb776764a72..95cffe51db47 100644
--- a/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2023-08-16 Thread Matt Turner
commit: 1fce6f5a44dff6e2f44c0849b6c588032e970f28
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Aug 16 20:12:49 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Aug 16 20:24:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fce6f5a

x11-base/xcb-proto: Version bump to 1.16.0

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

 x11-base/xcb-proto/Manifest|  1 +
 x11-base/xcb-proto/xcb-proto-1.16.0.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/x11-base/xcb-proto/Manifest b/x11-base/xcb-proto/Manifest
index 1a0d064a493c..e6b1a222dd98 100644
--- a/x11-base/xcb-proto/Manifest
+++ b/x11-base/xcb-proto/Manifest
@@ -1 +1,2 @@
 DIST xcb-proto-1.15.2.tar.xz 148108 BLAKE2B 
0d6cc87ea0d2de594ba11b11255779e90d3c7507f0002453b3d1b2ac73fb604e5ee52e516bbcf76bce2a89027f8c8de6289d21aa2bb23d7d3e2ee77211b54946
 SHA512 
9d0b2f0a4dbbf2d64e32ff4658d1663e13d7e5f1bffc1e8d45be7b9dd5bab46e29fc1c2f6e66a7a569e374ba6756faf3c39b0b5e5560df6d7f8b68beec97659d
+DIST xcb-proto-1.16.0.tar.xz 151612 BLAKE2B 
1c59ae4c71e697bd4f0298f6e0ea5235fc47baa9cf584e079258f1da8be538d1b67dc45f1325d82495247d0f8020d0244ca334de3794b410a1feaceabd6b285e
 SHA512 
54906f379a7aa2cbbfbbe54764c02dbf522ca8f6c54e07d4faae471aac3aee25d0359be38c808c8da887de228aed745582a78b2f56714b023bca8f3513b24972

diff --git a/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild
new file mode 100644
index ..9eb776764a72
--- /dev/null
+++ b/x11-base/xcb-proto/xcb-proto-1.16.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+XORG_TARBALL_SUFFIX="xz"
+XORG_MODULE=proto/
+
+inherit python-r1 xorg-3
+
+DESCRIPTION="X C-language Bindings protocol headers"
+HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
+EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND=""
+RDEPEND="
+   ${PYTHON_DEPS}
+"
+BDEPEND="
+   ${PYTHON_DEPS}
+   dev-libs/libxml2
+"
+
+ECONF_SOURCE="${S}"
+
+src_configure() {
+   # Don't use Python to find sitedir here.
+   PYTHON=true default
+}
+
+src_compile() {
+   :
+}
+
+xcbgen_install() {
+   # Use eclass to find sitedir instead.
+   emake -C xcbgen install DESTDIR="${D}" pythondir="$(python_get_sitedir)"
+   python_optimize
+}
+
+src_install() {
+   # Restrict SUBDIRS to prevent xcbgen with empty sitedir.
+   emake install DESTDIR="${D}" SUBDIRS=src
+   python_foreach_impl xcbgen_install
+}



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2023-06-04 Thread Sam James
commit: 00f5210b3da56cfa595ce8bb658202ec34d71136
Author: Violet Purcell  inventati  org>
AuthorDate: Sun Jun  4 18:45:16 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun  5 05:12:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f5210b

x11-base/xcb-proto: enable py3.12

Signed-off-by: Violet Purcell  inventati.org>
Signed-off-by: Sam James  gentoo.org>

 x11-base/xcb-proto/xcb-proto-1.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild
index 904e72f5549d..e322e3ea4d8f 100644
--- a/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
 XORG_TARBALL_SUFFIX="xz"
 XORG_MODULE=proto/
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

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

x11-base/xcb-proto: Stabilize 1.15.2 arm64, #861023

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

 x11-base/xcb-proto/xcb-proto-1.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild
index 0a229657a5dd..76270eba714a 100644
--- a/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2022-08-16 Thread Arthur Zamarin
commit: 19945d0eb7fcb5f2544cb11d37444969552af09e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Aug 17 05:56:50 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Aug 17 05:56:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19945d0e

x11-base/xcb-proto: Stabilize 1.15.2 hppa, #861023

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

 x11-base/xcb-proto/xcb-proto-1.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild
index c4a7c70b1cff..0a229657a5dd 100644
--- a/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2022-08-15 Thread Arthur Zamarin
commit: 2da0a979f83deee27286839e31aae29ed14062c9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Aug 15 19:39:12 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Aug 15 19:39:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2da0a979

x11-base/xcb-proto: Stabilize 1.15.2 ppc, #861023

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

 x11-base/xcb-proto/xcb-proto-1.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild
index b5ff656d9e57..c4a7c70b1cff 100644
--- a/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2022-08-15 Thread Arthur Zamarin
commit: b1ec6faec86691fe2c68273939cffa548243fa74
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Aug 15 18:03:07 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Aug 15 18:03:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ec6fae

x11-base/xcb-proto: Stabilize 1.15.2 arm, #861023

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

 x11-base/xcb-proto/xcb-proto-1.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild
index 3ba7616e2635..f6a0a259a5ed 100644
--- a/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2022-08-15 Thread Sam James
commit: 958dadb5c9b09dd3ef62f187d2d82917bb29d6bc
Author: matoro  users  noreply  github  com>
AuthorDate: Sat Aug  6 16:42:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 15 14:33:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=958dadb5

x11-base/xcb-proto: Stabilize 1.15.2 sparc, #861023

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

 x11-base/xcb-proto/xcb-proto-1.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild
index f431b21c5fba..3ba7616e2635 100644
--- a/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2022-07-26 Thread Agostino Sarubbo
commit: b54c64e636569ed07d4b856c6a2b2d0115fe980b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul 26 15:23:39 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul 26 15:24:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b54c64e6

x11-base/xcb-proto: x86 stable wrt bug #861023

Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-base/xcb-proto/xcb-proto-1.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild
index b0ecd83245da..f431b21c5fba 100644
--- a/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2022-07-26 Thread Agostino Sarubbo
commit: 6fd3825ed67cd96a6d3051eea2328f84bf185bdb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jul 26 15:14:55 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jul 26 15:14:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fd3825e

x11-base/xcb-proto: amd64 stable wrt bug #861023

Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-base/xcb-proto/xcb-proto-1.15.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild
index 40e67119e4ae..b0ecd83245da 100644
--- a/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2022-06-24 Thread Matt Turner
commit: a87e843a6c09d18f6d8e373ecaf4430b677b9921
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jun 24 16:17:56 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jun 24 16:25:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a87e843a

x11-base/xcb-proto: Drop old versions

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

 x11-base/xcb-proto/Manifest|  2 --
 x11-base/xcb-proto/xcb-proto-1.14.1.ebuild | 51 --
 x11-base/xcb-proto/xcb-proto-1.15.1.ebuild | 51 --
 3 files changed, 104 deletions(-)

diff --git a/x11-base/xcb-proto/Manifest b/x11-base/xcb-proto/Manifest
index 664fd7b8ff63..63f328ece64a 100644
--- a/x11-base/xcb-proto/Manifest
+++ b/x11-base/xcb-proto/Manifest
@@ -1,4 +1,2 @@
-DIST xcb-proto-1.14.1.tar.xz 143588 BLAKE2B 
24983ec26632e93ef2d0c854cd41272925b6f3aab2642701232b73bc37d200d794c46f438e4a4102484e6ac9723e78c923b99cc78ada3541f43eaf0ad7ebc863
 SHA512 
140fbf48483bacc7f6b70fdcf76f9e4ff0e87df9cb3a071cea47d8fe4574407cdefcfbd674099014d297e5fc010748e71d8609fca4cc32e8b25c634f928b727d
-DIST xcb-proto-1.15.1.tar.xz 147908 BLAKE2B 
a85a40f725b4704f23a407862626b34cdaeaecb66877126dbbeadc6993da12a0687d9965d1e72144683e15be53b7fda151480cbe7e2caa572f3b029d9c45a416
 SHA512 
56fd505e567e1d39b4d46d0e5f79aeb90144c9b1a4429b2f51cd326ec0dea2a5fda5e2ebfe48af0da2781a4b1e29d9a91a4e0da662db5e35a701eac2e5ec1684
 DIST xcb-proto-1.15.2.tar.xz 148108 BLAKE2B 
0d6cc87ea0d2de594ba11b11255779e90d3c7507f0002453b3d1b2ac73fb604e5ee52e516bbcf76bce2a89027f8c8de6289d21aa2bb23d7d3e2ee77211b54946
 SHA512 
9d0b2f0a4dbbf2d64e32ff4658d1663e13d7e5f1bffc1e8d45be7b9dd5bab46e29fc1c2f6e66a7a569e374ba6756faf3c39b0b5e5560df6d7f8b68beec97659d
 DIST xcb-proto-1.15.tar.xz 146628 BLAKE2B 
d7f38f1a415a7c70af372c64726e089ee454ffb981c031e4b8e93f345a1ada9dc40fb4e8b59adf553af8b4d9b7ef52730c9df56a0c24e53f98b3403346c7e810
 SHA512 
a333ac7c39f17ff2567419d09a9a77210c943a4e88d79eb152d416ae26bf6fb14e2446f9817abc806edd7aa3733bd4de5852b5ae90a25cbcc9d40e59c211aa36

diff --git a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
deleted file mode 100644
index 26b96ef6fdbb..
--- a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-XORG_TARBALL_SUFFIX="xz"
-XORG_MODULE=proto/
-XORG_MULTILIB=yes
-
-inherit python-r1 xorg-3
-
-DESCRIPTION="X C-language Bindings protocol headers"
-HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
-EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
-
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND=""
-RDEPEND="
-   ${PYTHON_DEPS}
-"
-BDEPEND="
-   ${PYTHON_DEPS}
-   dev-libs/libxml2
-"
-
-ECONF_SOURCE="${S}"
-
-multilib_src_configure() {
-   # Don't use Python to find sitedir here.
-   PYTHON=true default
-}
-
-src_compile() {
-   :
-}
-
-xcbgen_install() {
-   # Use eclass to find sitedir instead.
-   emake -C xcbgen install DESTDIR="${D}" pythondir="$(python_get_sitedir)"
-   python_optimize
-}
-
-multilib_src_install() {
-   # Restrict SUBDIRS to prevent xcbgen with empty sitedir.
-   emake install DESTDIR="${D}" SUBDIRS=src
-   multilib_is_native_abi && python_foreach_impl xcbgen_install
-}

diff --git a/x11-base/xcb-proto/xcb-proto-1.15.1.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.15.1.ebuild
deleted file mode 100644
index 6340da91f79c..
--- a/x11-base/xcb-proto/xcb-proto-1.15.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..11} )
-XORG_TARBALL_SUFFIX="xz"
-XORG_MODULE=proto/
-XORG_MULTILIB=yes
-
-inherit python-r1 xorg-3
-
-DESCRIPTION="X C-language Bindings protocol headers"
-HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
-EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND=""
-RDEPEND="
-   ${PYTHON_DEPS}
-"
-BDEPEND="
-   ${PYTHON_DEPS}
-   dev-libs/libxml2
-"
-
-ECONF_SOURCE="${S}"
-
-multilib_src_configure() {
-   # Don't use Python to find sitedir here.
-   PYTHON=true default
-}
-
-src_compile() {
-   :
-}
-
-xcbgen_install() {
-   # Use eclass 

[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2022-06-24 Thread Arthur Zamarin
commit: 54e05650227355a79e0fa262547c02dd570c424b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jun 24 11:03:52 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun 24 11:03:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54e05650

x11-base/xcb-proto: Stabilize 1.15 hppa, #852191

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

 x11-base/xcb-proto/xcb-proto-1.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.15.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.15.ebuild
index 30504a15ea2f..be888b602cd4 100644
--- a/x11-base/xcb-proto/xcb-proto-1.15.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.15.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2022-06-17 Thread Matt Turner
commit: 6a5afaae932b9d84dea371e48f8f5b2c7f811978
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jun 17 18:01:00 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jun 17 18:16:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a5afaae

x11-base/xcb-proto: Version bump to 1.15.2

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

 x11-base/xcb-proto/Manifest|  1 +
 x11-base/xcb-proto/xcb-proto-1.15.2.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/x11-base/xcb-proto/Manifest b/x11-base/xcb-proto/Manifest
index 1d68310773de..664fd7b8ff63 100644
--- a/x11-base/xcb-proto/Manifest
+++ b/x11-base/xcb-proto/Manifest
@@ -1,3 +1,4 @@
 DIST xcb-proto-1.14.1.tar.xz 143588 BLAKE2B 
24983ec26632e93ef2d0c854cd41272925b6f3aab2642701232b73bc37d200d794c46f438e4a4102484e6ac9723e78c923b99cc78ada3541f43eaf0ad7ebc863
 SHA512 
140fbf48483bacc7f6b70fdcf76f9e4ff0e87df9cb3a071cea47d8fe4574407cdefcfbd674099014d297e5fc010748e71d8609fca4cc32e8b25c634f928b727d
 DIST xcb-proto-1.15.1.tar.xz 147908 BLAKE2B 
a85a40f725b4704f23a407862626b34cdaeaecb66877126dbbeadc6993da12a0687d9965d1e72144683e15be53b7fda151480cbe7e2caa572f3b029d9c45a416
 SHA512 
56fd505e567e1d39b4d46d0e5f79aeb90144c9b1a4429b2f51cd326ec0dea2a5fda5e2ebfe48af0da2781a4b1e29d9a91a4e0da662db5e35a701eac2e5ec1684
+DIST xcb-proto-1.15.2.tar.xz 148108 BLAKE2B 
0d6cc87ea0d2de594ba11b11255779e90d3c7507f0002453b3d1b2ac73fb604e5ee52e516bbcf76bce2a89027f8c8de6289d21aa2bb23d7d3e2ee77211b54946
 SHA512 
9d0b2f0a4dbbf2d64e32ff4658d1663e13d7e5f1bffc1e8d45be7b9dd5bab46e29fc1c2f6e66a7a569e374ba6756faf3c39b0b5e5560df6d7f8b68beec97659d
 DIST xcb-proto-1.15.tar.xz 146628 BLAKE2B 
d7f38f1a415a7c70af372c64726e089ee454ffb981c031e4b8e93f345a1ada9dc40fb4e8b59adf553af8b4d9b7ef52730c9df56a0c24e53f98b3403346c7e810
 SHA512 
a333ac7c39f17ff2567419d09a9a77210c943a4e88d79eb152d416ae26bf6fb14e2446f9817abc806edd7aa3733bd4de5852b5ae90a25cbcc9d40e59c211aa36

diff --git a/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild
new file mode 100644
index ..40e67119e4ae
--- /dev/null
+++ b/x11-base/xcb-proto/xcb-proto-1.15.2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..11} )
+XORG_TARBALL_SUFFIX="xz"
+XORG_MODULE=proto/
+
+inherit python-r1 xorg-3
+
+DESCRIPTION="X C-language Bindings protocol headers"
+HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
+EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND=""
+RDEPEND="
+   ${PYTHON_DEPS}
+"
+BDEPEND="
+   ${PYTHON_DEPS}
+   dev-libs/libxml2
+"
+
+ECONF_SOURCE="${S}"
+
+src_configure() {
+   # Don't use Python to find sitedir here.
+   PYTHON=true default
+}
+
+src_compile() {
+   :
+}
+
+xcbgen_install() {
+   # Use eclass to find sitedir instead.
+   emake -C xcbgen install DESTDIR="${D}" pythondir="$(python_get_sitedir)"
+   python_optimize
+}
+
+src_install() {
+   # Restrict SUBDIRS to prevent xcbgen with empty sitedir.
+   emake install DESTDIR="${D}" SUBDIRS=src
+   python_foreach_impl xcbgen_install
+}



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2022-06-17 Thread Agostino Sarubbo
commit: c2f1de987bca0ea9bc646ea73e6161bcb0139bf9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jun 17 06:56:02 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jun 17 06:56:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2f1de98

x11-base/xcb-proto: arm64 stable wrt bug #852191

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

 x11-base/xcb-proto/xcb-proto-1.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.15.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.15.ebuild
index f97e10505b65..30504a15ea2f 100644
--- a/x11-base/xcb-proto/xcb-proto-1.15.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.15.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2022-06-16 Thread Matt Turner
commit: 99c7510688e6954c7aadfadefbfc7ff3123d9150
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Jun 16 15:41:35 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jun 16 16:06:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99c75106

x11-base/xcb-proto: Version bump to 1.15.1

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

 x11-base/xcb-proto/Manifest|  1 +
 x11-base/xcb-proto/xcb-proto-1.15.1.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/x11-base/xcb-proto/Manifest b/x11-base/xcb-proto/Manifest
index 00dd8fdf1c5e..1d68310773de 100644
--- a/x11-base/xcb-proto/Manifest
+++ b/x11-base/xcb-proto/Manifest
@@ -1,2 +1,3 @@
 DIST xcb-proto-1.14.1.tar.xz 143588 BLAKE2B 
24983ec26632e93ef2d0c854cd41272925b6f3aab2642701232b73bc37d200d794c46f438e4a4102484e6ac9723e78c923b99cc78ada3541f43eaf0ad7ebc863
 SHA512 
140fbf48483bacc7f6b70fdcf76f9e4ff0e87df9cb3a071cea47d8fe4574407cdefcfbd674099014d297e5fc010748e71d8609fca4cc32e8b25c634f928b727d
+DIST xcb-proto-1.15.1.tar.xz 147908 BLAKE2B 
a85a40f725b4704f23a407862626b34cdaeaecb66877126dbbeadc6993da12a0687d9965d1e72144683e15be53b7fda151480cbe7e2caa572f3b029d9c45a416
 SHA512 
56fd505e567e1d39b4d46d0e5f79aeb90144c9b1a4429b2f51cd326ec0dea2a5fda5e2ebfe48af0da2781a4b1e29d9a91a4e0da662db5e35a701eac2e5ec1684
 DIST xcb-proto-1.15.tar.xz 146628 BLAKE2B 
d7f38f1a415a7c70af372c64726e089ee454ffb981c031e4b8e93f345a1ada9dc40fb4e8b59adf553af8b4d9b7ef52730c9df56a0c24e53f98b3403346c7e810
 SHA512 
a333ac7c39f17ff2567419d09a9a77210c943a4e88d79eb152d416ae26bf6fb14e2446f9817abc806edd7aa3733bd4de5852b5ae90a25cbcc9d40e59c211aa36

diff --git a/x11-base/xcb-proto/xcb-proto-1.15.1.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.15.1.ebuild
new file mode 100644
index ..6340da91f79c
--- /dev/null
+++ b/x11-base/xcb-proto/xcb-proto-1.15.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..11} )
+XORG_TARBALL_SUFFIX="xz"
+XORG_MODULE=proto/
+XORG_MULTILIB=yes
+
+inherit python-r1 xorg-3
+
+DESCRIPTION="X C-language Bindings protocol headers"
+HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
+EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND=""
+RDEPEND="
+   ${PYTHON_DEPS}
+"
+BDEPEND="
+   ${PYTHON_DEPS}
+   dev-libs/libxml2
+"
+
+ECONF_SOURCE="${S}"
+
+multilib_src_configure() {
+   # Don't use Python to find sitedir here.
+   PYTHON=true default
+}
+
+src_compile() {
+   :
+}
+
+xcbgen_install() {
+   # Use eclass to find sitedir instead.
+   emake -C xcbgen install DESTDIR="${D}" pythondir="$(python_get_sitedir)"
+   python_optimize
+}
+
+multilib_src_install() {
+   # Restrict SUBDIRS to prevent xcbgen with empty sitedir.
+   emake install DESTDIR="${D}" SUBDIRS=src
+   multilib_is_native_abi && python_foreach_impl xcbgen_install
+}



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2022-06-16 Thread Sam James
commit: 1db80815213368403e0aa79731b0b64837fb452a
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 16 15:16:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 16 15:16:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1db80815

x11-base/xcb-proto: Stabilize 1.15 x86, #852191

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

 x11-base/xcb-proto/xcb-proto-1.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.15.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.15.ebuild
index 8fd8cf37be2c..f97e10505b65 100644
--- a/x11-base/xcb-proto/xcb-proto-1.15.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.15.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2022-06-16 Thread Sam James
commit: 2fc74e28bd3897b729b7abd2cd179af5698ac56a
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 16 15:16:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 16 15:16:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fc74e28

x11-base/xcb-proto: Stabilize 1.15 amd64, #852191

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

 x11-base/xcb-proto/xcb-proto-1.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.15.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.15.ebuild
index 76f81c0ef1b0..8fd8cf37be2c 100644
--- a/x11-base/xcb-proto/xcb-proto-1.15.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.15.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2022-06-16 Thread Agostino Sarubbo
commit: 85d4e6019081b79cfbac92961b8e7f3b3b524aca
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 16 07:38:37 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 16 07:38:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85d4e601

x11-base/xcb-proto: ppc64 stable wrt bug #852191

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

 x11-base/xcb-proto/xcb-proto-1.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.15.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.15.ebuild
index 5fcbd542d314..76f81c0ef1b0 100644
--- a/x11-base/xcb-proto/xcb-proto-1.15.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.15.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2022-06-16 Thread Agostino Sarubbo
commit: 80a18aea062e8d1c0ff32b35274a3efc1fd993b8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 16 07:37:48 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 16 07:37:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80a18aea

x11-base/xcb-proto: arm stable wrt bug #852191

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

 x11-base/xcb-proto/xcb-proto-1.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.15.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.15.ebuild
index e2d9158269e4..5fcbd542d314 100644
--- a/x11-base/xcb-proto/xcb-proto-1.15.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.15.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2022-06-16 Thread Agostino Sarubbo
commit: 6753d1ff791eac7f9ec571d4151dfe9cdc34231a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 16 06:10:21 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 16 06:10:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6753d1ff

x11-base/xcb-proto: sparc stable wrt bug #852191

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

 x11-base/xcb-proto/xcb-proto-1.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.15.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.15.ebuild
index 6188e120b714..e2d9158269e4 100644
--- a/x11-base/xcb-proto/xcb-proto-1.15.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.15.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2022-06-16 Thread Agostino Sarubbo
commit: f4d80e7dd81649dba7ebb98f839c7b0d5017c2c6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun 16 06:09:21 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun 16 06:09:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4d80e7d

x11-base/xcb-proto: ppc stable wrt bug #852191

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

 x11-base/xcb-proto/xcb-proto-1.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.15.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.15.ebuild
index 4c7003b79e92..6188e120b714 100644
--- a/x11-base/xcb-proto/xcb-proto-1.15.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.15.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2022-05-07 Thread WANG Xuerui
commit: 8041d5d4a96d4d0b1986f4afc2486f34054f56a9
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun May  8 02:54:09 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun May  8 02:54:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8041d5d4

x11-base/xcb-proto: keyword 1.15 for ~loong

Tests passed on real hardware.

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

 x11-base/xcb-proto/xcb-proto-1.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.15.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.15.ebuild
index a5d32e8abc35..4c7003b79e92 100644
--- a/x11-base/xcb-proto/xcb-proto-1.15.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.15.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2022-05-03 Thread Matt Turner
commit: 44810676e9db3573030a89ca3d0dc9b09b87130c
Author: Matt Turner  gentoo  org>
AuthorDate: Tue May  3 22:12:23 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May  3 22:31:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44810676

x11-base/xcb-proto: Version bump to 1.15

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

 x11-base/xcb-proto/Manifest  |  1 +
 x11-base/xcb-proto/xcb-proto-1.15.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/x11-base/xcb-proto/Manifest b/x11-base/xcb-proto/Manifest
index 8a02025c775e..00dd8fdf1c5e 100644
--- a/x11-base/xcb-proto/Manifest
+++ b/x11-base/xcb-proto/Manifest
@@ -1 +1,2 @@
 DIST xcb-proto-1.14.1.tar.xz 143588 BLAKE2B 
24983ec26632e93ef2d0c854cd41272925b6f3aab2642701232b73bc37d200d794c46f438e4a4102484e6ac9723e78c923b99cc78ada3541f43eaf0ad7ebc863
 SHA512 
140fbf48483bacc7f6b70fdcf76f9e4ff0e87df9cb3a071cea47d8fe4574407cdefcfbd674099014d297e5fc010748e71d8609fca4cc32e8b25c634f928b727d
+DIST xcb-proto-1.15.tar.xz 146628 BLAKE2B 
d7f38f1a415a7c70af372c64726e089ee454ffb981c031e4b8e93f345a1ada9dc40fb4e8b59adf553af8b4d9b7ef52730c9df56a0c24e53f98b3403346c7e810
 SHA512 
a333ac7c39f17ff2567419d09a9a77210c943a4e88d79eb152d416ae26bf6fb14e2446f9817abc806edd7aa3733bd4de5852b5ae90a25cbcc9d40e59c211aa36

diff --git a/x11-base/xcb-proto/xcb-proto-1.15.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.15.ebuild
new file mode 100644
index ..a5d32e8abc35
--- /dev/null
+++ b/x11-base/xcb-proto/xcb-proto-1.15.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+XORG_TARBALL_SUFFIX="xz"
+XORG_MODULE=proto/
+XORG_MULTILIB=yes
+
+inherit python-r1 xorg-3
+
+DESCRIPTION="X C-language Bindings protocol headers"
+HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
+EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND=""
+RDEPEND="
+   ${PYTHON_DEPS}
+"
+BDEPEND="
+   ${PYTHON_DEPS}
+   dev-libs/libxml2
+"
+
+ECONF_SOURCE="${S}"
+
+multilib_src_configure() {
+   # Don't use Python to find sitedir here.
+   PYTHON=true default
+}
+
+src_compile() {
+   :
+}
+
+xcbgen_install() {
+   # Use eclass to find sitedir instead.
+   emake -C xcbgen install DESTDIR="${D}" pythondir="$(python_get_sitedir)"
+   python_optimize
+}
+
+multilib_src_install() {
+   # Restrict SUBDIRS to prevent xcbgen with empty sitedir.
+   emake install DESTDIR="${D}" SUBDIRS=src
+   multilib_is_native_abi && python_foreach_impl xcbgen_install
+}



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2022-01-01 Thread James Le Cuirot
commit: 5e13013436fc05759cd2215acd465ed157a38d8b
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Jan  1 15:05:00 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Jan  1 15:10:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e130134

x11-base/xcb-proto: Keyword 1.14.1 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot  gentoo.org>

 x11-base/xcb-proto/xcb-proto-1.14.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
index f3cb0b97aca6..26b96ef6fdbb 100644
--- a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.14.1.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
@@ -14,7 +14,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2021-10-29 Thread Arthur Zamarin
commit: cfa9006ff56f1874528590a4b8b4ee7840c34720
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct 29 05:18:51 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 29 07:16:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfa9006f

x11-base/xcb-proto: enable py3.10

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

 x11-base/xcb-proto/xcb-proto-1.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
index 9353e9d8fb9..f3cb0b97aca 100644
--- a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 XORG_TARBALL_SUFFIX="xz"
 XORG_MODULE=proto/
 XORG_MULTILIB=yes



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2021-09-23 Thread Sam James
commit: 3604ea4918c7e54e248942e5b04ac8de8b23c24a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Sep 23 19:39:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 23 20:12:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3604ea49

x11-base/xcb-proto: stable 1.14.1 for hppa, bug #813729

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

 x11-base/xcb-proto/xcb-proto-1.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
index e7aaddbcc92..9353e9d8fb9 100644
--- a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2021-01-06 Thread Fabian Groffen
commit: c6f97acbd1b0e18453a027f4fe8fa678b733fb89
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 11:42:19 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 11:42:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6f97acb

x11-base/xcb-proto: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 x11-base/xcb-proto/xcb-proto-1.14.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
index 20be30df146..a6338212448 100644
--- a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/, x11-base/xcb-proto/files/

2020-12-31 Thread Matt Turner
commit: d95080615f386be38d9b76710149683e751549c6
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Dec 31 16:56:05 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Dec 31 16:58:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9508061

x11-base/xcb-proto: Drop old versions

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

 x11-base/xcb-proto/Manifest|  1 -
 .../xcb-proto/files/xcb-proto-1.14-python3_9.patch | 54 --
 x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild| 54 --
 3 files changed, 109 deletions(-)

diff --git a/x11-base/xcb-proto/Manifest b/x11-base/xcb-proto/Manifest
index b49c3f1b654..8a02025c775 100644
--- a/x11-base/xcb-proto/Manifest
+++ b/x11-base/xcb-proto/Manifest
@@ -1,2 +1 @@
 DIST xcb-proto-1.14.1.tar.xz 143588 BLAKE2B 
24983ec26632e93ef2d0c854cd41272925b6f3aab2642701232b73bc37d200d794c46f438e4a4102484e6ac9723e78c923b99cc78ada3541f43eaf0ad7ebc863
 SHA512 
140fbf48483bacc7f6b70fdcf76f9e4ff0e87df9cb3a071cea47d8fe4574407cdefcfbd674099014d297e5fc010748e71d8609fca4cc32e8b25c634f928b727d
-DIST xcb-proto-1.14.tar.xz 143384 BLAKE2B 
60212b0f0ce039a64a2e6cbbc78564eeffc57cff20987b37dc780d8d97ae888a7dbfbbaadc6e0e4bedfc5d1e360f16318e3825ad8406de668d9c7c66cf7f4b5d
 SHA512 
de66d568163b6da2be9d6c59984f3afa3acd119a781378638045fd68018665ef5c9af98f024e9962ba3eb7c7a4d85c27ba70ffafceb2324ccc6940f34de16690

diff --git a/x11-base/xcb-proto/files/xcb-proto-1.14-python3_9.patch 
b/x11-base/xcb-proto/files/xcb-proto-1.14-python3_9.patch
deleted file mode 100644
index 358cd629eb6..000
--- a/x11-base/xcb-proto/files/xcb-proto-1.14-python3_9.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-diff --git a/xcbgen/align.py b/xcbgen/align.py
-index 
d4c12ee40195cb1986796bed009f5ba70dede1d3..5c4f5177dcb14753dabe6f0c8fee57781202efba
 100644
 a/xcbgen/align.py
-+++ b/xcbgen/align.py
-@@ -2,7 +2,12 @@
- This module contains helper classes for alignment arithmetic and checks
- '''
- 
--from fractions import gcd
-+from sys import version_info
-+
-+if version_info[:2] >= (3, 5):
-+from math import gcd
-+else:
-+from fractions import gcd
- 
- class Alignment(object):
- 
-diff --git a/xcbgen/matcher.py b/xcbgen/matcher.py
-index 
97a8b43bb24d29b6414b1e139c73cde966118ea8..a13ef2846fda2d2be249ca0c5dd06d35b90cf6cc
 100644
 a/xcbgen/matcher.py
-+++ b/xcbgen/matcher.py
-@@ -7,7 +7,12 @@ we do not create a new type object, we just record the 
existing one under a new
- '''
- 
- from os.path import join
--from xml.etree.cElementTree import parse
-+from sys import version_info
-+
-+if version_info[:2] >= (3, 9):
-+from xml.etree.ElementTree import parse
-+else:
-+from xml.etree.cElementTree import parse
- 
- from xcbgen.xtypes import *
- 
-diff --git a/xcbgen/state.py b/xcbgen/state.py
-index 
0dbecdc7b6f96bbf5f0e549787b20f9986039f1b..3b7eeb42bec1b00e5253aa93e58e0cd1fb7a3389
 100644
 a/xcbgen/state.py
-+++ b/xcbgen/state.py
-@@ -2,7 +2,12 @@
- This module contains the namespace class and the singleton module class.
- '''
- from os.path import dirname, basename
--from xml.etree.cElementTree import parse
-+from sys import version_info
-+
-+if version_info[:2] >= (3, 9):
-+from xml.etree.ElementTree import parse
-+else:
-+from xml.etree.cElementTree import parse
- 
- from xcbgen import matcher
- from xcbgen.error import *

diff --git a/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
deleted file mode 100644
index f4a157035f9..000
--- a/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8,9} )
-XORG_TARBALL_SUFFIX="xz"
-XORG_MODULE=proto/
-XORG_MULTILIB=yes
-XORG_STATIC=no
-
-inherit python-r1 xorg-3
-
-DESCRIPTION="X C-language Bindings protocol headers"
-HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
-EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
-
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND=""
-RDEPEND="
-   ${PYTHON_DEPS}
-"
-BDEPEND="
-   ${PYTHON_DEPS}
-   dev-libs/libxml2
-"
-
-ECONF_SOURCE="${S}"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.14-python3_9.patch )
-
-multilib_src_configure() {
-   # Don't use Python to find sitedir here.
-   PYTHON=true default
-}
-
-src_compile() {
-   :
-}
-
-xcbgen_install() {
-   # Use eclass to find sitedir instead.
-   emake -C xcbgen install DESTDIR="${D}" pythondir="$(python_get_sitedir)"
-   python_optimize
-}
-
-multilib_src_install() {
-   # Restrict SUBDIRS to prevent xcbgen with empty sitedir.
-   

[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2020-12-27 Thread Fabian Groffen
commit: fe345238a3844a2f67dcfbb71b0404775a8c00c6
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Dec 27 18:24:14 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Dec 27 18:24:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe345238

x11-base/xcb-proto: drop ppc-aix m68k-mint

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild | 2 +-
 x11-base/xcb-proto/xcb-proto-1.14.1.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
index 94d4147e908..9504c93d016 100644
--- a/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 

diff --git a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
index c2c147e8eae..20be30df146 100644
--- a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2020-12-20 Thread Thomas Deutschmann
commit: 183c67363545c369eb93b0e8448c7e4d18fb23ab
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Dec 20 19:12:02 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Dec 20 19:17:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=183c6736

x11-base/xcb-proto: x86 stable (bug #758461)

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

 x11-base/xcb-proto/xcb-proto-1.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
index 4150b2721e3..c2c147e8eae 100644
--- a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2020-12-20 Thread Mikle Kolyada
commit: b5d26c52a8393c093dea08e98cd12fb0c8954fa1
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec 20 11:46:30 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec 20 11:46:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d26c52

x11-base/xcb-proto: Keyword 1.14.1 riscv, #758458

Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-base/xcb-proto/xcb-proto-1.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
index bcd35614978..4150b2721e3 100644
--- a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc ~x86 
~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2020-12-19 Thread Sam James
commit: d7cee80300133021980347bb60e8cb286e559171
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 19 15:08:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 19 15:08:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7cee803

x11-base/xcb-proto: Stabilize 1.14.1 ppc, #758461

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

 x11-base/xcb-proto/xcb-proto-1.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
index 226b8bc6da5..bcd35614978 100644
--- a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 s390 sparc ~x86 
~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc ~x86 
~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2020-12-13 Thread Sam James
commit: ea0872e7574e2409f2b13b292d9841e135dea945
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 13 23:30:08 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 13 23:30:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea0872e7

x11-base/xcb-proto: Stabilize 1.14.1 ppc64, #758461

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

 x11-base/xcb-proto/xcb-proto-1.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
index 7c7834cf453..226b8bc6da5 100644
--- a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 sparc ~x86 
~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 s390 sparc ~x86 
~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2020-12-13 Thread Sam James
commit: 88aceb23d22ccc4d8c38d3344bb55aca56b99c3f
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 13 23:19:42 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 13 23:19:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88aceb23

x11-base/xcb-proto: stable 1.14.1 for s390

stable wrt bug #758461

Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="s390"
Signed-off-by: Sam James  gentoo.org>

 x11-base/xcb-proto/xcb-proto-1.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
index 260021fe78f..7c7834cf453 100644
--- a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 sparc ~x86 
~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2020-12-09 Thread Sergei Trofimovich
commit: 5deefc73401ec0ed28d4488714307308e671674a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Dec  9 21:44:47 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec  9 22:38:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5deefc73

x11-base/xcb-proto: stable 1.14.1 for sparc, bug #758461

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

 x11-base/xcb-proto/xcb-proto-1.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
index e93a538399c..260021fe78f 100644
--- a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2020-12-07 Thread Sam James
commit: 9bd108c48c7adf41e718e7f3f02b1d8cd1d1b3de
Author: Sam James  gentoo  org>
AuthorDate: Mon Dec  7 15:20:28 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Dec  7 15:20:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd108c4

x11-base/xcb-proto: arm stable (bug #758461)

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 x11-base/xcb-proto/xcb-proto-1.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
index 11b927455d8..e93a538399c 100644
--- a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2020-12-06 Thread Sam James
commit: a6b40c4e40a939d4922cfda7ddf624eff0b6292a
Author: Sam James  gentoo  org>
AuthorDate: Mon Dec  7 05:12:26 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Dec  7 05:12:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b40c4e

x11-base/xcb-proto: Stabilize 1.14.1 arm64, #758461

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

 x11-base/xcb-proto/xcb-proto-1.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
index 6c07eb3730d..11b927455d8 100644
--- a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2020-12-06 Thread Sam James
commit: 84bbab8e0bdbaac92003a669ba8ec3b23b077241
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec  6 20:42:44 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec  6 20:48:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84bbab8e

x11-base/xcb-proto: Stabilize 1.14.1 amd64, #758461

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

 x11-base/xcb-proto/xcb-proto-1.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
index 911a6583b18..6c07eb3730d 100644
--- a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2020-10-25 Thread Matt Turner
commit: 39d84c6bc0772a2f84567b00098c540becb956c1
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Oct 25 21:53:54 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct 25 21:56:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39d84c6b

x11-base/xcb-proto: Version bump to 1.14.1

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

 x11-base/xcb-proto/Manifest|  1 +
 x11-base/xcb-proto/xcb-proto-1.14.1.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/x11-base/xcb-proto/Manifest b/x11-base/xcb-proto/Manifest
index 47e7fa482af..b49c3f1b654 100644
--- a/x11-base/xcb-proto/Manifest
+++ b/x11-base/xcb-proto/Manifest
@@ -1 +1,2 @@
+DIST xcb-proto-1.14.1.tar.xz 143588 BLAKE2B 
24983ec26632e93ef2d0c854cd41272925b6f3aab2642701232b73bc37d200d794c46f438e4a4102484e6ac9723e78c923b99cc78ada3541f43eaf0ad7ebc863
 SHA512 
140fbf48483bacc7f6b70fdcf76f9e4ff0e87df9cb3a071cea47d8fe4574407cdefcfbd674099014d297e5fc010748e71d8609fca4cc32e8b25c634f928b727d
 DIST xcb-proto-1.14.tar.xz 143384 BLAKE2B 
60212b0f0ce039a64a2e6cbbc78564eeffc57cff20987b37dc780d8d97ae888a7dbfbbaadc6e0e4bedfc5d1e360f16318e3825ad8406de668d9c7c66cf7f4b5d
 SHA512 
de66d568163b6da2be9d6c59984f3afa3acd119a781378638045fd68018665ef5c9af98f024e9962ba3eb7c7a4d85c27ba70ffafceb2324ccc6940f34de16690

diff --git a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
new file mode 100644
index 000..911a6583b18
--- /dev/null
+++ b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+XORG_TARBALL_SUFFIX="xz"
+XORG_MODULE=proto/
+XORG_MULTILIB=yes
+XORG_STATIC=no
+
+inherit python-r1 xorg-3
+
+DESCRIPTION="X C-language Bindings protocol headers"
+HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
+EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND=""
+RDEPEND="
+   ${PYTHON_DEPS}
+"
+BDEPEND="
+   ${PYTHON_DEPS}
+   dev-libs/libxml2
+"
+
+ECONF_SOURCE="${S}"
+
+multilib_src_configure() {
+   # Don't use Python to find sitedir here.
+   PYTHON=true default
+}
+
+src_compile() {
+   :
+}
+
+xcbgen_install() {
+   # Use eclass to find sitedir instead.
+   emake -C xcbgen install DESTDIR="${D}" pythondir="$(python_get_sitedir)"
+   python_optimize
+}
+
+multilib_src_install() {
+   # Restrict SUBDIRS to prevent xcbgen with empty sitedir.
+   emake install DESTDIR="${D}" SUBDIRS=src
+   multilib_is_native_abi && python_foreach_impl xcbgen_install
+}



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/, x11-base/xcb-proto/files/

2020-10-05 Thread Matt Turner
commit: 7dead252ab22cf77f2a5960ba9dfb35eefd1b748
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Mon Oct  5 12:38:47 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct  6 03:41:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dead252

x11-base/xcb-proto: python3_9

Closes: https://bugs.gentoo.org/746548
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/17799
Signed-off-by: Matt Turner  gentoo.org>

 .../xcb-proto/files/xcb-proto-1.14-python3_9.patch | 54 ++
 x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild|  4 +-
 2 files changed, 57 insertions(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/files/xcb-proto-1.14-python3_9.patch 
b/x11-base/xcb-proto/files/xcb-proto-1.14-python3_9.patch
new file mode 100644
index 000..358cd629eb6
--- /dev/null
+++ b/x11-base/xcb-proto/files/xcb-proto-1.14-python3_9.patch
@@ -0,0 +1,54 @@
+diff --git a/xcbgen/align.py b/xcbgen/align.py
+index 
d4c12ee40195cb1986796bed009f5ba70dede1d3..5c4f5177dcb14753dabe6f0c8fee57781202efba
 100644
+--- a/xcbgen/align.py
 b/xcbgen/align.py
+@@ -2,7 +2,12 @@
+ This module contains helper classes for alignment arithmetic and checks
+ '''
+ 
+-from fractions import gcd
++from sys import version_info
++
++if version_info[:2] >= (3, 5):
++from math import gcd
++else:
++from fractions import gcd
+ 
+ class Alignment(object):
+ 
+diff --git a/xcbgen/matcher.py b/xcbgen/matcher.py
+index 
97a8b43bb24d29b6414b1e139c73cde966118ea8..a13ef2846fda2d2be249ca0c5dd06d35b90cf6cc
 100644
+--- a/xcbgen/matcher.py
 b/xcbgen/matcher.py
+@@ -7,7 +7,12 @@ we do not create a new type object, we just record the 
existing one under a new
+ '''
+ 
+ from os.path import join
+-from xml.etree.cElementTree import parse
++from sys import version_info
++
++if version_info[:2] >= (3, 9):
++from xml.etree.ElementTree import parse
++else:
++from xml.etree.cElementTree import parse
+ 
+ from xcbgen.xtypes import *
+ 
+diff --git a/xcbgen/state.py b/xcbgen/state.py
+index 
0dbecdc7b6f96bbf5f0e549787b20f9986039f1b..3b7eeb42bec1b00e5253aa93e58e0cd1fb7a3389
 100644
+--- a/xcbgen/state.py
 b/xcbgen/state.py
+@@ -2,7 +2,12 @@
+ This module contains the namespace class and the singleton module class.
+ '''
+ from os.path import dirname, basename
+-from xml.etree.cElementTree import parse
++from sys import version_info
++
++if version_info[:2] >= (3, 9):
++from xml.etree.ElementTree import parse
++else:
++from xml.etree.cElementTree import parse
+ 
+ from xcbgen import matcher
+ from xcbgen.error import *

diff --git a/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
index db6a3ce9991..c110c43bc10 100644
--- a/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 XORG_TARBALL_SUFFIX="xz"
 XORG_MODULE=proto/
 XORG_MULTILIB=yes
@@ -30,6 +30,8 @@ BDEPEND="
 
 ECONF_SOURCE="${S}"
 
+PATCHES=( "${FILESDIR}"/${PN}-1.14-python3_9.patch )
+
 multilib_src_configure() {
# Don't use Python to find sitedir here.
PYTHON=true default



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2020-05-14 Thread Matt Turner
commit: 77d172cb5dc95ab4748cb7d071b193322a566f15
Author: Matt Turner  gentoo  org>
AuthorDate: Thu May 14 21:30:39 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu May 14 21:32:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77d172cb

x11-base/xcb-proto: Drop old versions

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

 x11-base/xcb-proto/Manifest  |  1 -
 x11-base/xcb-proto/xcb-proto-1.13.ebuild | 64 
 2 files changed, 65 deletions(-)

diff --git a/x11-base/xcb-proto/Manifest b/x11-base/xcb-proto/Manifest
index 8b326f7f04e..47e7fa482af 100644
--- a/x11-base/xcb-proto/Manifest
+++ b/x11-base/xcb-proto/Manifest
@@ -1,2 +1 @@
-DIST xcb-proto-1.13.tar.bz2 151981 BLAKE2B 
04d90838f8a892103e6d7aa807f1b0b6794f1538c6c986ad3cba67cff3a963ff680e45c2137c5d6330736a3aa1a387d61fc247f23487de9dada2f4013590b4a1
 SHA512 
002aa2aa0ad503977e03419c6f136f1e3aa8c787916830ce6d6be8f81ca99edc1d8fc5f71ce8c592b490cc767bf6567695f0bafe55fe3f743076bcddbaac07f7
 DIST xcb-proto-1.14.tar.xz 143384 BLAKE2B 
60212b0f0ce039a64a2e6cbbc78564eeffc57cff20987b37dc780d8d97ae888a7dbfbbaadc6e0e4bedfc5d1e360f16318e3825ad8406de668d9c7c66cf7f4b5d
 SHA512 
de66d568163b6da2be9d6c59984f3afa3acd119a781378638045fd68018665ef5c9af98f024e9962ba3eb7c7a4d85c27ba70ffafceb2324ccc6940f34de16690

diff --git a/x11-base/xcb-proto/xcb-proto-1.13.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
deleted file mode 100644
index 6313d75278e..000
--- a/x11-base/xcb-proto/xcb-proto-1.13.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
-XORG_MULTILIB=yes
-XORG_STATIC=no
-
-inherit python-r1 xorg-2
-
-DESCRIPTION="X C-language Bindings protocol headers"
-HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
-EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
-[[ ${PV} != * ]] && \
-   SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
-
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
-   dev-libs/libxml2"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-src_configure() {
-   python_setup
-   xorg-2_src_configure
-}
-
-multilib_src_configure() {
-   autotools-utils_src_configure
-
-   if multilib_is_native_abi; then
-   python_foreach_impl autotools-utils_src_configure
-   fi
-}
-
-multilib_src_compile() {
-   default
-
-   if multilib_is_native_abi; then
-   python_foreach_impl autotools-utils_src_compile -C xcbgen \
-   top_builddir="${BUILD_DIR}"
-   fi
-}
-
-src_install() {
-   xorg-2_src_install
-
-   # pkg-config file hardcodes python sitedir, bug 486512
-   sed -i -e '/pythondir/s:=.*$:=/dev/null:' \
-   "${ED}"/usr/lib*/pkgconfig/xcb-proto.pc || die
-}
-
-multilib_src_install() {
-   default
-
-   if multilib_is_native_abi; then
-   python_foreach_impl autotools-utils_src_install -C xcbgen \
-   top_builddir="${BUILD_DIR}"
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2020-04-20 Thread Sergei Trofimovich
commit: 578a47deb3b8f5b44e26220733855ae624a02ab0
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Apr 20 15:14:36 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr 20 17:04:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=578a47de

x11-base/xcb-proto: stable 1.14-r1 for hppa, bug #714896

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

 x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
index 2a73cae43dc..db6a3ce9991 100644
--- a/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

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

x11-base/xcb-proto: 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>

 x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
index 361ff96d73e..2a73cae43dc 100644
--- a/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 s390 sparc x86 
~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2020-04-05 Thread Mart Raudsepp
commit: bc4a78da244746ed7cd62480c492c87a9fdcaa82
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  5 19:24:24 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  5 19:56:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc4a78da

x11-base/xcb-proto: arm64 stable (bug #714896)

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

 x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
index 5246a4ec03b..361ff96d73e 100644
--- a/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 s390 sparc x86 
~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 s390 sparc x86 
~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

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

x11-base/xcb-proto: 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>

 x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
index eff255409f5..5246a4ec03b 100644
--- a/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 s390 sparc ~x86 
~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 s390 sparc x86 
~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

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

x11-base/xcb-proto: 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>

 x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
index 3eaea6c69dd..eff255409f5 100644
--- a/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 s390 ~sparc 
~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 s390 sparc ~x86 
~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

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

x11-base/xcb-proto: 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>

 x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
index 98284fdc1af..3eaea6c69dd 100644
--- a/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc 
~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 s390 ~sparc 
~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

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

x11-base/xcb-proto: 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>

 x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
index cb094164def..98284fdc1af 100644
--- a/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc 
~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

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

x11-base/xcb-proto: 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>

 x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
index 65bc744879a..cb094164def 100644
--- a/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

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

x11-base/xcb-proto: 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>

 x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
index 094dba7a380..65bc744879a 100644
--- a/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="X C-language Bindings protocol headers"
 HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2020-03-30 Thread Matt Turner
commit: 6cf75d7c54903a2126db2da905688c0b6d6d61ef
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Mar 27 23:31:05 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Mar 31 05:54:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cf75d7c

x11-base/xcb-proto: Install 1.14 for the correct Python versions

On my system, I had 3.7 and 3.8 selected but it was installing for
2.7, even though that's not one of the targets! 2.7 had accidentally
become my eselected Python. configure was picking this up, detecting
the sitedir, and locking it into the Makefile, preventing
python_foreach_impl from having any effect. It is simpler and safer to
override the Makefile's pythondir with the sitedir value returned by
the eclass.

Package-Manager: Portage-2.3.96, Repoman-2.3.20
Signed-off-by: James Le Cuirot  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/15143
Signed-off-by: Matt Turner  gentoo.org>

 ...-proto-1.14.ebuild => xcb-proto-1.14-r1.ebuild} | 40 ++
 1 file changed, 25 insertions(+), 15 deletions(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.14.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
similarity index 60%
rename from x11-base/xcb-proto/xcb-proto-1.14.ebuild
rename to x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
index 8d5daa5d6cc..094dba7a380 100644
--- a/x11-base/xcb-proto/xcb-proto-1.14.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.14-r1.ebuild
@@ -17,26 +17,36 @@ 
EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND=""
-RDEPEND="${PYTHON_DEPS}"
-BDEPEND="dev-libs/libxml2"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+RDEPEND="
+   ${PYTHON_DEPS}
+"
+BDEPEND="
+   ${PYTHON_DEPS}
+   dev-libs/libxml2
+"
+
+ECONF_SOURCE="${S}"
+
+multilib_src_configure() {
+   # Don't use Python to find sitedir here.
+   PYTHON=true default
+}
 
-multilib_src_compile() {
-   default
+src_compile() {
+   :
+}
 
-   if multilib_is_native_abi; then
-   python_foreach_impl emake -C xcbgen top_builddir="${BUILD_DIR}"
-   fi
+xcbgen_install() {
+   # Use eclass to find sitedir instead.
+   emake -C xcbgen install DESTDIR="${D}" pythondir="$(python_get_sitedir)"
+   python_optimize
 }
 
 multilib_src_install() {
-   default
-
-   if multilib_is_native_abi; then
-   python_foreach_impl emake -C xcbgen top_builddir="${BUILD_DIR}"
-   python_foreach_impl python_optimize
-   fi
+   # Restrict SUBDIRS to prevent xcbgen with empty sitedir.
+   emake install DESTDIR="${D}" SUBDIRS=src
+   multilib_is_native_abi && python_foreach_impl xcbgen_install
 }



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2020-02-22 Thread Matt Turner
commit: 4dbe4e86cf9075f4523ee8557f0e17edc9a32aaa
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Feb 22 20:28:13 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Feb 22 21:06:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dbe4e86

x11-base/xcb-proto: Version bump to 1.14

Bug: https://bugs.gentoo.org/486512
Signed-off-by: Matt Turner  gentoo.org>

 x11-base/xcb-proto/Manifest  |  1 +
 x11-base/xcb-proto/xcb-proto-1.14.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/x11-base/xcb-proto/Manifest b/x11-base/xcb-proto/Manifest
index f69c09e1b89..8b326f7f04e 100644
--- a/x11-base/xcb-proto/Manifest
+++ b/x11-base/xcb-proto/Manifest
@@ -1 +1,2 @@
 DIST xcb-proto-1.13.tar.bz2 151981 BLAKE2B 
04d90838f8a892103e6d7aa807f1b0b6794f1538c6c986ad3cba67cff3a963ff680e45c2137c5d6330736a3aa1a387d61fc247f23487de9dada2f4013590b4a1
 SHA512 
002aa2aa0ad503977e03419c6f136f1e3aa8c787916830ce6d6be8f81ca99edc1d8fc5f71ce8c592b490cc767bf6567695f0bafe55fe3f743076bcddbaac07f7
+DIST xcb-proto-1.14.tar.xz 143384 BLAKE2B 
60212b0f0ce039a64a2e6cbbc78564eeffc57cff20987b37dc780d8d97ae888a7dbfbbaadc6e0e4bedfc5d1e360f16318e3825ad8406de668d9c7c66cf7f4b5d
 SHA512 
de66d568163b6da2be9d6c59984f3afa3acd119a781378638045fd68018665ef5c9af98f024e9962ba3eb7c7a4d85c27ba70ffafceb2324ccc6940f34de16690

diff --git a/x11-base/xcb-proto/xcb-proto-1.14.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.14.ebuild
new file mode 100644
index 000..1d2fe92f1d1
--- /dev/null
+++ b/x11-base/xcb-proto/xcb-proto-1.14.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+XORG_TARBALL_SUFFIX="xz"
+XORG_MODULE=proto/
+XORG_MULTILIB=yes
+XORG_STATIC=no
+
+inherit python-r1 xorg-3
+
+DESCRIPTION="X C-language Bindings protocol headers"
+HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/proto/xcbproto;
+EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${PYTHON_DEPS}"
+BDEPEND="dev-libs/libxml2"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+multilib_src_compile() {
+   default
+
+   if multilib_is_native_abi; then
+   python_foreach_impl emake -C xcbgen top_builddir="${BUILD_DIR}"
+   fi
+}
+
+multilib_src_install() {
+   default
+
+   if multilib_is_native_abi; then
+   python_foreach_impl emake -C xcbgen top_builddir="${BUILD_DIR}"
+   python_foreach_impl python_optimize
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2020-01-29 Thread Matt Turner
commit: 8063926c01b25a0f2fbc0794be0ae87834c9dd02
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Thu Jan 30 00:29:47 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jan 30 00:34:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8063926c

x11-base/xcb-proto: Drop support for Python 2.7.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Matt Turner  gentoo.org>

 x11-base/xcb-proto/xcb-proto-1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.13.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
index 089694af5e9..04f6f40a17f 100644
--- a/x11-base/xcb-proto/xcb-proto-1.13.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 XORG_MULTILIB=yes
 XORG_STATIC=no
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2019-12-02 Thread Andreas Sturmlechner
commit: 69c3c944791b725ddef86e5f86bdcededd68923f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Nov 30 15:59:48 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec  2 19:17:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69c3c944

x11-base/xcb-proto: python3_8

Closes: https://bugs.gentoo.org/701586
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 x11-base/xcb-proto/xcb-proto-1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.13.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
index e6ecba012eb..9fe2256a4da 100644
--- a/x11-base/xcb-proto/xcb-proto-1.13.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} )
 XORG_MULTILIB=yes
 XORG_STATIC=no
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2019-06-12 Thread Michael Haubenwallner
commit: 32cf01722777a31e5ca0c0f685504e6620e36974
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Wed Jun 12 17:01:10 2019 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Wed Jun 12 17:07:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32cf0172

x11-base/xcb-proto: add ~x64-cygwin keyword

Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner  gentoo.org>

 x11-base/xcb-proto/xcb-proto-1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.13.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
index 7cf76543fdb..e2430d8455c 100644
--- a/x11-base/xcb-proto/xcb-proto-1.13.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
@@ -15,7 +15,7 @@ 
EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git;
 [[ ${PV} != * ]] && \
SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2018-10-19 Thread Matt Turner
commit: dd3f195ef21dfc5ebe6ef41cb69fe3c0e00bdaea
Author: Philipp Ammann  posteo  de>
AuthorDate: Fri Oct 19 17:50:18 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Oct 19 17:53:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd3f195e

x11-base/xcb-proto: Add Python 3.7 support

Closes: https://github.com/gentoo/gentoo/pull/10179
Signed-off-by: Philipp Ammann  posteo.de>
Signed-off-by: Matt Turner  gentoo.org>

 x11-base/xcb-proto/xcb-proto-1.13.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.13.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
index be027567fd7..2140e995651 100644
--- a/x11-base/xcb-proto/xcb-proto-1.13.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
 XORG_MULTILIB=yes
 XORG_STATIC=no
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2018-07-21 Thread Mikle Kolyada
commit: 477f389766db25627cd891a4ada65352ed19124e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jul 21 17:19:32 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jul 21 17:19:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=477f3897

x11-base/xcb-proto: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-base/xcb-proto/xcb-proto-1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.13.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
index 984ce92413d..bb5e6cf5db8 100644
--- a/x11-base/xcb-proto/xcb-proto-1.13.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
@@ -15,7 +15,7 @@ 
EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/proto.git;
 [[ ${PV} != * ]] && \
SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/, x11-base/xcb-proto/files/

2018-05-20 Thread Matt Turner
commit: ddce5189e0240e0bda0e30b0a24e591434b2d3ef
Author: Matt Turner  gentoo  org>
AuthorDate: Sun May 20 18:30:31 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun May 20 18:30:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddce5189

x11-base/xcb-proto: Drop old versions

 x11-base/xcb-proto/Manifest|   1 -
 ...oto-1.12-make-whitespace-usage-consistent.patch | 208 -
 ...print-is-a-function-and-needs-parentheses.patch |  68 ---
 .../files/xcb-proto-1.12-update-xml-schema.patch   | 120 
 x11-base/xcb-proto/xcb-proto-1.12-r2.ebuild|  70 ---
 5 files changed, 467 deletions(-)

diff --git a/x11-base/xcb-proto/Manifest b/x11-base/xcb-proto/Manifest
index e4b1cc4e7be..f69c09e1b89 100644
--- a/x11-base/xcb-proto/Manifest
+++ b/x11-base/xcb-proto/Manifest
@@ -1,2 +1 @@
-DIST xcb-proto-1.12.tar.bz2 153890 BLAKE2B 
cdb4b245e838ca56bfdcaa9a0618ce45e5d4da8ee10f7ae3389ff297325c3d81ba446a6385737cc9b053ecb06a0c829d99ab27dceecfec49ac1591c25c832c46
 SHA512 
1f427eaf223971b25b56c9f641350e03f5ebeb17a1fc212ce2a0c892de7aba7e53d5e3958b073a122bb344c387c0ff394cf96f542ff046f33de4e1cd27fb9e5c
 DIST xcb-proto-1.13.tar.bz2 151981 BLAKE2B 
04d90838f8a892103e6d7aa807f1b0b6794f1538c6c986ad3cba67cff3a963ff680e45c2137c5d6330736a3aa1a387d61fc247f23487de9dada2f4013590b4a1
 SHA512 
002aa2aa0ad503977e03419c6f136f1e3aa8c787916830ce6d6be8f81ca99edc1d8fc5f71ce8c592b490cc767bf6567695f0bafe55fe3f743076bcddbaac07f7

diff --git 
a/x11-base/xcb-proto/files/xcb-proto-1.12-make-whitespace-usage-consistent.patch
 
b/x11-base/xcb-proto/files/xcb-proto-1.12-make-whitespace-usage-consistent.patch
deleted file mode 100644
index 695794864da..000
--- 
a/x11-base/xcb-proto/files/xcb-proto-1.12-make-whitespace-usage-consistent.patch
+++ /dev/null
@@ -1,208 +0,0 @@
-From ea7a3ac6c658164690e0febb55f4467cb9e0bcac Mon Sep 17 00:00:00 2001
-From: Thomas Klausner 
-Date: Thu, 19 May 2016 17:30:04 +0200
-Subject: Make whitespace use consistent.
-
-At least python-3.5.x complains about this forcefully.
-
-Signed-off-by: Thomas Klausner 
-Signed-off-by: Uli Schlachter 
-
-diff --git a/xcbgen/align.py b/xcbgen/align.py
-index 5e31838..d4c12ee 100644
 a/xcbgen/align.py
-+++ b/xcbgen/align.py
-@@ -16,12 +16,12 @@ class Alignment(object):
- return self.align == other.align and self.offset == other.offset
- 
- def __str__(self):
--  return "(align=%d, offset=%d)" % (self.align, self.offset)
-+return "(align=%d, offset=%d)" % (self.align, self.offset)
- 
- @staticmethod
- def for_primitive_type(size):
--  # compute the required start_alignment based on the size of the type
--  if size % 8 == 0:
-+# compute the required start_alignment based on the size of the type
-+if size % 8 == 0:
- # do 8-byte primitives require 8-byte alignment in X11?
- return Alignment(8,0)
- elif size % 4 == 0:
-@@ -33,7 +33,7 @@ class Alignment(object):
- 
- 
- def align_after_fixed_size(self, size):
--  new_offset = (self.offset + size) % self.align
-+new_offset = (self.offset + size) % self.align
- return Alignment(self.align, new_offset)
- 
- 
-@@ -41,7 +41,7 @@ class Alignment(object):
- '''
- Assuming the given external_align, checks whether
- self is fulfilled for all cases.
--  Returns True if yes, False otherwise.
-+Returns True if yes, False otherwise.
- '''
- if self.align == 1 and self.offset == 0:
- # alignment 1 with offset 0 is always fulfilled
-@@ -55,9 +55,9 @@ class Alignment(object):
- # the external align guarantees less alignment -> not guaranteed
- return False
- 
--  if external_align.align % self.align != 0:
-+if external_align.align % self.align != 0:
- # the external align cannot be divided by our align
--  # -> not guaranteed
-+# -> not guaranteed
- # (this can only happen if there are alignments that are not
- # a power of 2, which is highly discouraged. But better be
- # safe and check for it)
-@@ -72,7 +72,7 @@ class Alignment(object):
- 
- def combine_with(self, other):
- # returns the alignment that is guaranteed when
--  # both, self or other, can happen
-+# both, self or other, can happen
- new_align = gcd(self.align, other.align)
- new_offset_candidate1 = self.offset % new_align
- new_offset_candidate2 = other.offset % new_align
-@@ -83,8 +83,8 @@ class Alignment(object):
- new_align = gcd(new_align, offset_diff)
- new_offset_candidate1 = self.offset % new_align
- new_offset_candidate2 = other.offset % new_align
--  assert new_offset_candidate1 == new_offset_candidate2
--  new_offset = new_offset_candidate1

[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2018-05-13 Thread Markus Meier
commit: af1ac530fcf58663a1711046262cdfd8917ad19a
Author: Markus Meier  gentoo  org>
AuthorDate: Sun May 13 11:26:43 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun May 13 11:26:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af1ac530

x11-base/xcb-proto: arm stable, bug #649316

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 x11-base/xcb-proto/xcb-proto-1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.13.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
index db3320540cd..7d3b0706efc 100644
--- a/x11-base/xcb-proto/xcb-proto-1.13.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
@@ -15,7 +15,7 @@ 
EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/proto.git;
 [[ ${PV} != * ]] && \
SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2018-05-08 Thread Sergei Trofimovich
commit: 4d4d170af3e20225518a162f280fd2b3a7a18471
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon May  7 22:42:35 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May  8 06:23:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d4d170a

x11-base/xcb-proto: stable 1.13 for sparc

Bug: https://bugs.gentoo.org/649316
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 x11-base/xcb-proto/xcb-proto-1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.13.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
index 6be6d434830..db3320540cd 100644
--- a/x11-base/xcb-proto/xcb-proto-1.13.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
@@ -15,7 +15,7 @@ 
EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/proto.git;
 [[ ${PV} != * ]] && \
SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2018-05-07 Thread Thomas Deutschmann
commit: 581d12cd74be55a078ce7633d9ba0944140efb6c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon May  7 18:00:34 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May  7 19:22:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=581d12cd

x11-base/xcb-proto: x86 stable (bug #649316)

Package-Manager: Portage-2.3.34, Repoman-2.3.9

 x11-base/xcb-proto/xcb-proto-1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.13.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
index 3d15c94215f..6be6d434830 100644
--- a/x11-base/xcb-proto/xcb-proto-1.13.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
@@ -15,7 +15,7 @@ 
EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/proto.git;
 [[ ${PV} != * ]] && \
SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2018-05-06 Thread Matt Turner
commit: 32a717079c996fa73294959a3e903baa204e68ac
Author: Matt Turner  gentoo  org>
AuthorDate: Sun May  6 20:45:15 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun May  6 20:45:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32a71707

x11-base/xcb-proto-1.13: ppc64 stable, bug 649316

 x11-base/xcb-proto/xcb-proto-1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.13.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
index b5928c9bdb3..3d15c94215f 100644
--- a/x11-base/xcb-proto/xcb-proto-1.13.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
@@ -15,7 +15,7 @@ 
EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/proto.git;
 [[ ${PV} != * ]] && \
SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2018-05-06 Thread Sergei Trofimovich
commit: 3c512941ccf34b9180b7c4415fa978ef357bd744
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun May  6 19:38:49 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun May  6 19:38:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c512941

x11-base/xcb-proto: stable 1.13 for ia64, bug #649316

Bug: https://bugs.gentoo.org/649316
Package-Manager: Portage-2.3.36, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"

 x11-base/xcb-proto/xcb-proto-1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.13.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
index 4ac4ec4da82..f59221f7d4c 100644
--- a/x11-base/xcb-proto/xcb-proto-1.13.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
@@ -15,7 +15,7 @@ 
EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/proto.git;
 [[ ${PV} != * ]] && \
SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2018-05-06 Thread Matt Turner
commit: fc1dc3c8f2fbd83d436fd22d445bd65eeb7b1dd8
Author: Matt Turner  gentoo  org>
AuthorDate: Sun May  6 19:21:53 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun May  6 19:22:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc1dc3c8

x11-base/xcb-proto-1.13: alpha stable, bug 649316

 x11-base/xcb-proto/xcb-proto-1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.13.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
index 21a3b63c9ce..4ac4ec4da82 100644
--- a/x11-base/xcb-proto/xcb-proto-1.13.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
@@ -15,7 +15,7 @@ 
EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/proto.git;
 [[ ${PV} != * ]] && \
SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2018-05-06 Thread Mikle Kolyada
commit: 39ae5563fd0c0eeb5bbc0e2c00fd78b4e46f7865
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  6 12:24:49 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  6 12:24:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39ae5563

x11-base/xcb-proto: amd64 stable wrt bug #649316

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-base/xcb-proto/xcb-proto-1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.13.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
index ee11a44a533..21a3b63c9ce 100644
--- a/x11-base/xcb-proto/xcb-proto-1.13.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
@@ -15,7 +15,7 @@ 
EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/proto.git;
 [[ ${PV} != * ]] && \
SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2018-05-06 Thread Mart Raudsepp
commit: 2cfcd4b28d12e3276c4c7aa0bcead63761a42e67
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun May  6 11:44:02 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun May  6 11:45:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cfcd4b2

x11-base/xcb-proto-1.13: arm64 stable (bug #649316)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 x11-base/xcb-proto/xcb-proto-1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-base/xcb-proto/xcb-proto-1.13.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
index 4eec175dd3b..ee11a44a533 100644
--- a/x11-base/xcb-proto/xcb-proto-1.13.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
@@ -15,7 +15,7 @@ 
EGIT_REPO_URI="https://anongit.freedesktop.org/git/xcb/proto.git;
 [[ ${PV} != * ]] && \
SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2;
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="${PYTHON_DEPS}"



[gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/

2018-04-26 Thread Matt Turner
commit: dc087297e2e60f30bdf803ab432407877d0bd00e
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Apr 27 04:08:23 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Apr 27 04:11:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc087297

x11-base/xcb-proto: Use XORG_STATIC=no to avoid some warnings

Noticed by Arfrever.

 x11-base/xcb-proto/xcb-proto-1.12-r2.ebuild | 1 +
 x11-base/xcb-proto/xcb-proto-1.13.ebuild| 1 +
 2 files changed, 2 insertions(+)

diff --git a/x11-base/xcb-proto/xcb-proto-1.12-r2.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.12-r2.ebuild
index a49cbb8e2a4..e32dfd29e7b 100644
--- a/x11-base/xcb-proto/xcb-proto-1.12-r2.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.12-r2.ebuild
@@ -5,6 +5,7 @@ EAPI=5
 
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 XORG_MULTILIB=yes
+XORG_STATIC=no
 
 inherit python-r1 xorg-2
 

diff --git a/x11-base/xcb-proto/xcb-proto-1.13.ebuild 
b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
index 81add3e7b94..4eec175dd3b 100644
--- a/x11-base/xcb-proto/xcb-proto-1.13.ebuild
+++ b/x11-base/xcb-proto/xcb-proto-1.13.ebuild
@@ -5,6 +5,7 @@ EAPI=5
 
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 XORG_MULTILIB=yes
+XORG_STATIC=no
 
 inherit python-r1 xorg-2