From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/
Date: Sat, 22 Feb 2020 21:06:31 +0000 (UTC) [thread overview]
Message-ID: <1582405561.4dbe4e86cf9075f4523ee8557f0e17edc9a32aaa.mattst88@gentoo> (raw)
commit: 4dbe4e86cf9075f4523ee8557f0e17edc9a32aaa
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 22 20:28:13 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Feb 22 21:06:01 2020 +0000
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 <mattst88 <AT> 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 00000000000..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
+}
next reply other threads:[~2020-02-22 21:06 UTC|newest]
Thread overview: 83+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-22 21:06 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-base/xcb-proto/ Sam James
2024-07-11 15:41 Matt Turner
2024-06-14 5:32 Arthur Zamarin
2024-05-25 17:31 Arthur Zamarin
2024-05-19 17:37 Arthur Zamarin
2024-05-17 18:26 Sam James
2024-05-17 18:26 Sam James
2024-05-17 18:26 Sam James
2024-05-17 18:26 Sam James
2024-05-17 18:26 Sam James
2024-04-15 15:32 Matt Turner
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-16 20:24 Matt Turner
2023-06-05 5:15 Sam James
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 16:26 Matt Turner
2022-06-24 11:04 Arthur Zamarin
2022-06-17 18:16 Matt Turner
2022-06-17 6:56 Agostino Sarubbo
2022-06-16 16:07 Matt Turner
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-01-06 11:42 Fabian Groffen
2020-12-27 18:24 Fabian Groffen
2020-12-20 19:17 Thomas Deutschmann
2020-12-20 11:46 Mikle Kolyada
2020-12-19 15:08 Sam James
2020-12-13 23:30 Sam James
2020-12-13 23:23 Sam James
2020-12-09 22:38 Sergei Trofimovich
2020-12-07 15:27 Sam James
2020-12-07 5:23 Sam James
2020-12-06 20:48 Sam James
2020-10-25 21:56 Matt Turner
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-03-31 5:56 Matt Turner
2020-01-30 0:34 Matt Turner
2019-12-02 19:21 Andreas Sturmlechner
2019-06-12 17:08 Michael Haubenwallner
2018-10-19 17:53 Matt Turner
2018-07-21 17:20 Mikle Kolyada
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 19:40 Sergei Trofimovich
2018-05-06 19:23 Matt Turner
2018-05-06 12:26 Mikle Kolyada
2018-05-06 11:46 Mart Raudsepp
2018-04-27 4:11 Matt Turner
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=1582405561.4dbe4e86cf9075f4523ee8557f0e17edc9a32aaa.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