From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-errors/
Date: Mon, 10 Apr 2023 14:11:29 +0000 (UTC) [thread overview]
Message-ID: <1681135886.089218976cd46592373de0f9fd6ec617a992a1c6.mattst88@gentoo> (raw)
commit: 089218976cd46592373de0f9fd6ec617a992a1c6
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 13:57:55 2023 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 14:11:26 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08921897
x11-libs/xcb-util-errors: Add new package, version 1.0.1
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-libs/xcb-util-errors/Manifest | 1 +
x11-libs/xcb-util-errors/metadata.xml | 11 ++++++++
.../xcb-util-errors/xcb-util-errors-1.0.1.ebuild | 31 ++++++++++++++++++++++
3 files changed, 43 insertions(+)
diff --git a/x11-libs/xcb-util-errors/Manifest b/x11-libs/xcb-util-errors/Manifest
new file mode 100644
index 000000000000..ebc06fda3d0e
--- /dev/null
+++ b/x11-libs/xcb-util-errors/Manifest
@@ -0,0 +1 @@
+DIST xcb-util-errors-1.0.1.tar.xz 268052 BLAKE2B cdcac4234110441e4a115e339fcf3462cb0aa75297c8eb1bdf5c6bf9305996dd2021321e40a274c369191dc68de9f0fa8f42a919c80307c2aa10e856e073cf01 SHA512 e883e178921a6f783e0100acae66eaf0ed13fc169fd21b0c313d7a70c9358c129b01b117675eda50e258e8b3b27ff7b21aa4d15c4da69249ffc6bbc7dcf87d4a
diff --git a/x11-libs/xcb-util-errors/metadata.xml b/x11-libs/xcb-util-errors/metadata.xml
new file mode 100644
index 000000000000..3f17fbc10883
--- /dev/null
+++ b/x11-libs/xcb-util-errors/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>x11@gentoo.org</email>
+ <name>X11</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="freedesktop-gitlab">xorg/lib/libxcb-errors</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1.ebuild b/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1.ebuild
new file mode 100644
index 000000000000..042df044f2f6
--- /dev/null
+++ b/x11-libs/xcb-util-errors/xcb-util-errors-1.0.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+
+XORG_TARBALL_SUFFIX="xz"
+inherit python-any-r1 xorg-3
+
+DESCRIPTION="Library that gives human readable names to XCB error, event, & request codes"
+HOMEPAGE="https://xcb.freedesktop.org/ https://gitlab.freedesktop.org/xorg/lib/libxcb-errors"
+
+KEYWORDS="~amd64"
+
+RDEPEND=">=x11-libs/libxcb-1.9.1:="
+DEPEND="${RDEPEND}
+ x11-base/xcb-proto"
+BDEPEND="
+ ${PYTHON_DEPS}
+ $(python_gen_any_dep 'x11-base/xcb-proto[${PYTHON_USEDEP}]')
+"
+
+python_check_deps() {
+ python_has_version "x11-base/xcb-proto[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+ python-any-r1_pkg_setup
+ xorg-3_pkg_setup
+}
next reply other threads:[~2023-04-10 14:11 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-10 14:11 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-04-14 6:02 [gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-errors/ WANG Xuerui
2023-06-01 16:03 Arthur Zamarin
2023-06-01 16:03 Arthur Zamarin
2023-06-01 16:03 Arthur Zamarin
2023-06-01 16:15 Arthur Zamarin
2023-06-01 17:17 Arthur Zamarin
2023-06-01 20:19 Sam James
2023-06-02 1:17 Yixun Lan
2023-06-03 19:46 Arthur Zamarin
2023-06-12 6:01 Arthur Zamarin
2023-07-02 11:52 Arthur Zamarin
2023-07-02 11:54 Arthur Zamarin
2023-07-15 15:37 Arthur Zamarin
2023-07-15 15:37 Arthur Zamarin
2023-08-05 11:43 Arthur Zamarin
2023-08-09 4:27 Arthur Zamarin
2023-08-11 5:56 Arthur Zamarin
2023-08-11 19:12 Arthur Zamarin
2024-05-06 11:07 Ionen Wolkens
2025-03-19 1:06 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=1681135886.089218976cd46592373de0f9fd6ec617a992a1c6.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