public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libxcb/
Date: Mon, 15 Apr 2024 15:32:51 +0000 (UTC)	[thread overview]
Message-ID: <1713195166.6e4408ce383c4a041baf120c14465f4f50c2a42a.mattst88@gentoo> (raw)

commit:     6e4408ce383c4a041baf120c14465f4f50c2a42a
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 15 15:19:49 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Apr 15 15:32:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e4408ce

x11-libs/libxcb: Version bump to 1.17.0

Closes: https://bugs.gentoo.org/913655
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-libs/libxcb/Manifest             |  1 +
 x11-libs/libxcb/libxcb-1.17.0.ebuild | 56 ++++++++++++++++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/x11-libs/libxcb/Manifest b/x11-libs/libxcb/Manifest
index dc1d2bbb7b2c..7592b177c19a 100644
--- a/x11-libs/libxcb/Manifest
+++ b/x11-libs/libxcb/Manifest
@@ -1,2 +1,3 @@
 DIST libxcb-1.16.1.tar.xz 455368 BLAKE2B 91d489eaf8b0bfb0c02a4d974f72871963dc86cdf60478d618636d580974b260ab822ab33c7174e05dc45adf01e53e423a7449550b7b43fabb3917f7d99219c0 SHA512 e3afdae1c0e2a5ae2add7b2c4fdd3283cb86023ef6448f5b8b29a4bb72c274e34eaf0fc7523762bcd3f5116910fe7374490e8f26c25744301563ced80acc3e7f
 DIST libxcb-1.16.tar.xz 452964 BLAKE2B 1ddd5c2e6be8400a0a77db4b5fbd4698996fd1a00984e370b1f712f6b9ce456c8ccfb6992f2973f5eaf8d5b6b75f39b9f51a1458c2432ddb41edd8199b91b3f9 SHA512 002fbc126c6f09eb7db5e4197cd0572d495f64b6de714a76d9a024fe3e13122c1cfc7c55207c0dee76cc63fcccf87b37db513223eadaf760af2bd2a926443bf8
+DIST libxcb-1.17.0.tar.xz 455208 BLAKE2B e2a35606981c00f9f18e5590cdc26c7c2efd8f832c37dc4dc82db47e2870bf4ff48786162c5a8eb713cb5f3a305eb22d334e4b0ff631bf0e047f1b79cb0701d3 SHA512 945b1f28e8b407a4d0ebf88c99ef3cbef763fd75e6eaa8e971946e44ce8dbe9b478c56ae85aaaadab7fdb25987e88570d9d4fb9ad2febd6d6bf21d644a0e10d0

diff --git a/x11-libs/libxcb/libxcb-1.17.0.ebuild b/x11-libs/libxcb/libxcb-1.17.0.ebuild
new file mode 100644
index 000000000000..e28a1fa98c30
--- /dev/null
+++ b/x11-libs/libxcb/libxcb-1.17.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_REQ_USE="xml(+)"
+
+XORG_TARBALL_SUFFIX="xz"
+XORG_MULTILIB=yes
+XORG_DOC=doc
+
+inherit python-any-r1 xorg-3
+
+DESCRIPTION="X C-language Bindings library"
+HOMEPAGE="https://xcb.freedesktop.org/ https://gitlab.freedesktop.org/xorg/lib/libxcb"
+
+SLOT="0/1.12"
+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"
+IUSE="doc selinux test +xkb"
+RESTRICT="!test? ( test )"
+
+XCB_PROTO_DEP=">=x11-base/xcb-proto-${PV}"
+RDEPEND="
+	>=x11-libs/libXau-1.0.7-r1[${MULTILIB_USEDEP}]
+	>=x11-libs/libXdmcp-1.1.1-r1[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	x11-base/xorg-proto
+	${XCB_PROTO_DEP}
+	elibc_Darwin? ( dev-libs/libpthread-stubs )
+	test? ( dev-libs/check[${MULTILIB_USEDEP}] )
+"
+# Note: ${PYTHON_USEDEP} needs to go verbatim
+BDEPEND="${PYTHON_DEPS}
+	$(python_gen_any_dep "${XCB_PROTO_DEP}"'[${PYTHON_USEDEP}]')
+	doc? ( app-text/doxygen[dot] )
+	test? ( dev-libs/libxslt )
+"
+
+python_check_deps() {
+	python_has_version "${XCB_PROTO_DEP}[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+	python-any-r1_pkg_setup
+	xorg-3_pkg_setup
+}
+
+src_configure() {
+	local XORG_CONFIGURE_OPTIONS=(
+		$(use_enable doc devel-docs)
+		$(use_enable selinux)
+	)
+	xorg-3_src_configure
+}


             reply	other threads:[~2024-04-15 15:32 UTC|newest]

Thread overview: 133+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-15 15:32 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-07  2:52 [gentoo-commits] repo/gentoo:master commit in: x11-libs/libxcb/ Sam James
2024-07-11 15:41 Matt Turner
2024-05-26  6:01 Sam James
2024-05-19 19:05 Sam James
2024-05-18  3:51 Sam James
2024-05-18  3:51 Sam James
2024-05-18  3:51 Sam James
2024-05-18  3:19 Sam James
2024-05-18  3:19 Sam James
2024-04-03  5:02 Sam James
2024-04-03  5:02 Sam James
2024-04-02 19:31 Arthur Zamarin
2024-04-02 16:53 Arthur Zamarin
2024-04-02 16:53 Arthur Zamarin
2024-04-02 16:37 Arthur Zamarin
2024-04-02 16:37 Arthur Zamarin
2024-03-21 18:08 Matt Turner
2024-03-17  6:27 Ionen Wolkens
2024-03-03  4:24 Matt Turner
2024-03-02 14:47 Arthur Zamarin
2024-02-17 14:48 Sam James
2024-02-16 21:40 Sam James
2024-02-16 21:39 Sam James
2024-02-16 21:39 Sam James
2024-02-16 21:39 Sam James
2024-02-16 21:39 Sam James
2023-10-24 17:59 Matt Turner
2023-10-14  1:38 Sam James
2023-10-13 20:23 Arthur Zamarin
2023-10-13 20:18 Arthur Zamarin
2023-10-13 20:18 Arthur Zamarin
2023-10-13 20:18 Arthur Zamarin
2023-10-13 20:18 Arthur Zamarin
2023-10-13 20:18 Arthur Zamarin
2023-10-13 20:18 Arthur Zamarin
2023-08-18 16:40 Matt Turner
2023-08-16 20:24 Matt Turner
2023-06-05  5:15 Sam James
2023-05-09 21:16 Matt Turner
2022-08-17 16:11 Arthur Zamarin
2022-08-17  5:57 Arthur Zamarin
2022-08-15 19:39 Arthur Zamarin
2022-08-15 18:03 Arthur Zamarin
2022-08-15 14:33 Sam James
2022-07-26 15:24 Agostino Sarubbo
2022-07-26 15:15 Agostino Sarubbo
2022-06-24 11:04 Arthur Zamarin
2022-06-17 18:16 Matt Turner
2022-06-17  6:56 Agostino Sarubbo
2022-06-16 15:16 Sam James
2022-06-16 15:16 Sam James
2022-06-16  7:39 Agostino Sarubbo
2022-06-16  7:38 Agostino Sarubbo
2022-06-16  6:10 Agostino Sarubbo
2022-06-16  6:09 Agostino Sarubbo
2022-05-08  3:10 WANG Xuerui
2022-05-03 22:32 Matt Turner
2022-01-01 15:10 James Le Cuirot
2021-10-29  7:16 Arthur Zamarin
2021-09-23 20:13 Sam James
2021-05-02 15:24 Matt Turner
2020-12-18 22:05 Matt Turner
2020-12-05 19:50 Sam James
2020-10-06  3:44 Matt Turner
2020-05-30 20:05 Brian Evans
2020-05-22  3:17 Mike Gilbert
2020-05-14 21:33 Matt Turner
2020-04-20 17:05 Sergei Trofimovich
2020-04-06  7:34 Agostino Sarubbo
2020-04-05 19:57 Mart Raudsepp
2020-04-05 10:13 Agostino Sarubbo
2020-04-05 10:12 Agostino Sarubbo
2020-04-05 10:11 Agostino Sarubbo
2020-04-05 10:11 Agostino Sarubbo
2020-04-05 10:10 Agostino Sarubbo
2020-04-05  6:09 Mikle Kolyada
2020-02-22 21:06 Matt Turner
2020-01-29 21:53 Matt Turner
2019-12-05 23:21 Matt Turner
2019-06-12 17:08 Michael Haubenwallner
2018-10-19 17:53 Matt Turner
2018-10-19 17:53 Matt Turner
2018-09-27 18:29 Matt Turner
2018-06-22 15:13 Mikle Kolyada
2018-05-20 18:37 Matt Turner
2018-05-13 11:30 Markus Meier
2018-05-08  6:24 Sergei Trofimovich
2018-05-07 19:22 Thomas Deutschmann
2018-05-06 20:45 Matt Turner
2018-05-06 20:45 Matt Turner
2018-05-06 19:40 Sergei Trofimovich
2018-05-06 19:23 Matt Turner
2018-05-06 12:36 Mikle Kolyada
2018-05-06 11:46 Mart Raudsepp
2018-03-12 19:42 Sebastian Pipping
2018-03-05 19:46 Matt Turner
2017-08-16  7:16 Michał Górny
2017-05-05 15:20 Manuel Rüger
2017-03-28 23:32 Michael Weber
2017-03-16  8:15 Jeroen Roovers
2017-03-11 18:59 Agostino Sarubbo
2017-03-10 12:53 Agostino Sarubbo
2017-03-10 10:59 Agostino Sarubbo
2017-03-10  9:09 Agostino Sarubbo
2017-03-08  7:44 Michael Weber
2017-03-06 15:50 Tobias Klausmann
2017-03-01  0:31 Michael Weber
2017-01-29 21:11 Fabian Groffen
2017-01-25 12:28 Agostino Sarubbo
2017-01-22 17:20 Agostino Sarubbo
2016-11-17 10:48 Agostino Sarubbo
2016-11-16 10:44 Agostino Sarubbo
2016-11-13  9:17 Agostino Sarubbo
2016-11-12 11:52 Agostino Sarubbo
2016-10-01 18:03 Mart Raudsepp
2016-10-01 18:03 Mart Raudsepp
2016-09-30 10:10 Alexis Ballier
2016-09-29 20:42 Patrice Clement
2016-09-22 15:55 Tobias Klausmann
2016-09-17 11:14 Pacho Ramos
2016-09-17 10:49 Pacho Ramos
2016-08-06 10:55 Markus Meier
2016-08-03  4:32 Jeroen Roovers
2016-06-02 17:12 Tobias Klausmann
2016-05-29 20:11 Chí-Thanh Christopher Nguyễn
2016-02-03  5:10 Ian Delaney
2016-01-09 14:35 Jeroen Roovers
2015-12-19 21:45 Markus Meier
2015-12-02 11:16 Agostino Sarubbo
2015-12-01 10:17 Agostino Sarubbo
2015-11-30 11:51 Agostino Sarubbo
2015-09-11 21:40 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1713195166.6e4408ce383c4a041baf120c14465f4f50c2a42a.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox