public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Wed,  3 Nov 2021 22:39:51 +0000 (UTC)	[thread overview]
Message-ID: <1635979184.d69b35e1ada00a7318cf1dbc5c4f55d871d09e8e.sam@gentoo> (raw)

commit:     d69b35e1ada00a7318cf1dbc5c4f55d871d09e8e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  3 22:36:20 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov  3 22:39:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d69b35e1

dev-perl/X11-XCB: add 0.190.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/X11-XCB/Manifest               |  1 +
 dev-perl/X11-XCB/X11-XCB-0.190.0.ebuild | 59 +++++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

diff --git a/dev-perl/X11-XCB/Manifest b/dev-perl/X11-XCB/Manifest
index 61c2d4e1d46..3a041bf3778 100644
--- a/dev-perl/X11-XCB/Manifest
+++ b/dev-perl/X11-XCB/Manifest
@@ -1 +1,2 @@
 DIST X11-XCB-0.18.tar.gz 90478 BLAKE2B f5f3c74c1afdcee75bfab29733180b7d76aeb1be7a5fcdffc9acc1a15f9b842b12e88d826f5ce182b4e3ad5d36e9b44a0169341fae5ac265270462efbad0e60a SHA512 eeecd8fbf080a6ca2f28b8fe4b64c97339f27b27c9c70d1a8e7c0f56af193243295aa1fc65039d24c81396126befc27ca114ca4cd1641139a788c46fe600f3ba
+DIST X11-XCB-0.19.tar.gz 156912 BLAKE2B c060ed7d327435a847c7eafd36bd517bb26b04f58251c3b475283b3006e91d7b51ed2b57604ec68c6ce41eb93ed8f90a04b727a411b14d25aa471dd0415bdeca SHA512 abd6369b00b9ebd4a333cd52b06b2f137a8b8c13a715a0ab485cf0f80acce601b8b22dfff394514ad8b21d253b5f72920aeee6b9bcf4b0d446b772d4ef60ce71

diff --git a/dev-perl/X11-XCB/X11-XCB-0.190.0.ebuild b/dev-perl/X11-XCB/X11-XCB-0.190.0.ebuild
new file mode 100644
index 00000000000..6daac84020c
--- /dev/null
+++ b/dev-perl/X11-XCB/X11-XCB-0.190.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MSTPLBG
+DIST_VERSION=0.19
+inherit perl-module virtualx
+
+DESCRIPTION="Perl bindings for libxcb"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	dev-perl/Data-Dump
+	dev-perl/Mouse
+	dev-perl/MouseX-NativeTraits
+	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/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
+		virtual/perl-Test-Simple
+	)
+"
+
+src_compile() {
+	mymake=(
+		"OPTIMIZE=${CFLAGS}"
+	)
+
+	perl-module_src_compile
+}
+
+src_test() {
+	virtx perl-module_src_test
+}


             reply	other threads:[~2021-11-03 22:39 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-03 22:39 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
2025-07-04 19:01 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-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=1635979184.d69b35e1ada00a7318cf1dbc5c4f55d871d09e8e.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