From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/X11-XCB/
Date: Fri, 04 Jul 2025 19:01:36 +0000 (UTC) [thread overview]
Message-ID: <1751655611.b2b56d08c5dc1c6fc599d5a785447b99eaf37b64.sam@gentoo> (raw)
commit: b2b56d08c5dc1c6fc599d5a785447b99eaf37b64
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 4 18:59:59 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 4 19:00:11 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2b56d08
dev-perl/X11-XCB: add 0.240.0
Closes: https://bugs.gentoo.org/959469
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/X11-XCB/Manifest | 1 +
dev-perl/X11-XCB/X11-XCB-0.240.0.ebuild | 55 +++++++++++++++++++++++++++++++++
2 files changed, 56 insertions(+)
diff --git a/dev-perl/X11-XCB/Manifest b/dev-perl/X11-XCB/Manifest
index b1feccc25baa..576d806e0e5d 100644
--- a/dev-perl/X11-XCB/Manifest
+++ b/dev-perl/X11-XCB/Manifest
@@ -1,2 +1,3 @@
DIST X11-XCB-0.22.tar.gz 169954 BLAKE2B d0f5b1277715f9d1d80b38cac3a51daee7f9063d3e80e23a185cacae0312a9449a5cfe1282bdbfe95a701096e766c3a4759e944d94ab03ce7b7296d80f86426e SHA512 ac38d98067e49f15ff7e8f3d902208af059ab2b2113f585044488a6eb8dac020a5010b876b41069397f1fdf30717df02752f648390d1923d38a0db4b703a4b35
DIST X11-XCB-0.23.tar.gz 170952 BLAKE2B b4bed0e5eba2ed86baa5f76510cefd488274ffc8b2db2616b271715d148562f77d7205b635790fc271678c31db8890bdcc6289b16a48a8b2100fd53a73adeb9a SHA512 b321bf76f6814874801f6b820728a4810cdd9f26a3a24271994390e8ea937c4b63885861461733d88bd41f7376ca79a784d3724e207a73fd579f266a9e1f8cf0
+DIST X11-XCB-0.24.tar.gz 170844 BLAKE2B c3a6c6531476a385ac5917b8cc82c962143ec25c4b2048bdbbe054bc9bb907f913cccc1f13f37e2aefedc532d00dcea71ed1e76df492b28fd98d5b29124a0aca SHA512 416808a5c179f7511bb1cd59cbee5dc0d296aeba3ef2c8cc78f143e79f5be596b1ad8f51eb807213c0e0702aad6a3b4ba686e43e36cbf0078aa16d8531677eb4
diff --git a/dev-perl/X11-XCB/X11-XCB-0.240.0.ebuild b/dev-perl/X11-XCB/X11-XCB-0.240.0.ebuild
new file mode 100644
index 000000000000..f4a9f0ef6573
--- /dev/null
+++ b/dev-perl/X11-XCB/X11-XCB-0.240.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ZHMYLOVE
+DIST_VERSION=0.24
+inherit perl-module virtualx
+
+DESCRIPTION="Perl bindings for libxcb"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+
+RDEPEND="
+ dev-perl/Data-Dump
+ dev-perl/Mouse
+ dev-perl/Try-Tiny
+ dev-perl/XML-Descent
+ dev-perl/XML-Simple
+ >=virtual/perl-XSLoader-0.20.0
+ >=x11-libs/libxcb-1.2
+ x11-libs/xcb-util
+ x11-libs/xcb-util-wm
+"
+DEPEND="
+ >=x11-libs/libxcb-1.2
+ x11-libs/libXcomposite
+ x11-libs/xcb-util
+ x11-libs/xcb-util-wm
+ x11-base/xcb-proto
+"
+BDEPEND="
+ ${RDEPEND}
+ x11-base/xcb-proto
+ >=virtual/perl-Devel-PPPort-3.190.0
+ dev-perl/ExtUtils-Depends
+ >=virtual/perl-ExtUtils-MakeMaker-6.590.0
+ >=virtual/perl-ExtUtils-ParseXS-3.180.0
+ dev-perl/ExtUtils-PkgConfig
+ dev-perl/XS-Object-Magic
+ test? (
+ dev-perl/Test-Deep
+ dev-perl/Test-Exception
+ )
+"
+
+PERL_RM_FILES=(
+ # No such atom (WM_PROTOCOLS) at blib/lib/X11/XCB/Window.pm line 209.
+ t/04-window.t
+)
+
+src_test() {
+ virtx perl-module_src_test
+}
next reply other threads:[~2025-07-04 19:01 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-04 19:01 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-04 19:28 [gentoo-commits] repo/gentoo:master commit in: dev-perl/X11-XCB/ Sam James
2024-12-14 8:05 Sam James
2024-10-14 4:44 Sam James
2024-04-29 13:42 Sam James
2024-04-29 13:42 Sam James
2024-01-07 9:05 Sam James
2023-12-31 3:49 Sam James
2023-12-30 4:10 Sam James
2023-11-13 4:35 Sam James
2023-11-13 4:35 Sam James
2023-11-13 4:35 Sam James
2023-09-27 3:15 Sam James
2023-03-04 9:46 Arthur Zamarin
2023-03-04 6:17 Arthur Zamarin
2021-12-11 11:38 Andreas K. Hüttel
2021-12-07 23:49 Sam James
2021-12-05 3:31 Sam James
2021-11-03 22:39 Sam James
2021-11-03 22:39 Sam James
2021-10-03 12:12 Andreas K. Hüttel
2021-09-21 13:41 Yixun Lan
2020-11-14 23:40 Sam James
2020-11-12 23:42 Thomas Deutschmann
2020-10-16 21:57 Sam James
2020-10-05 11:23 Kent Fredric
2020-06-29 6:33 Michał Górny
2018-10-02 14:27 Mikle Kolyada
2018-04-27 1:16 Matt Turner
2018-04-27 1:16 Matt Turner
2018-03-28 2:32 Kent Fredric
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=1751655611.b2b56d08c5dc1c6fc599d5a785447b99eaf37b64.sam@gentoo \
--to=sam@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