public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/musl:master commit in: x11-libs/xcb-util-xrm/
@ 2019-01-06 23:23 Anthony G. Basile
  0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile @ 2019-01-06 23:23 UTC (permalink / raw
  To: gentoo-commits

commit:     1951e3a59446dad6860b6e86d7f5931d869fac50
Author:     Luis Ressel <aranea <AT> aixah <DOT> de>
AuthorDate: Sun Jan  6 19:37:49 2019 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jan  6 23:22:39 2019 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=1951e3a5

x11-libs/xcb-util-xrm: Convert to queue-standalone, update KEYWORDS

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 x11-libs/xcb-util-xrm/xcb-util-xrm-1.3.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.3.ebuild b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.3.ebuild
index 359b192..6f85004 100644
--- a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.3.ebuild
+++ b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,13 +12,12 @@ DESCRIPTION="X C-language Bindings sample implementations"
 HOMEPAGE="https://xcb.freedesktop.org/"
 SRC_URI="https://github.com/Airblader/${PN}/releases/download/v${PV}/${P}.tar.bz2"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="test"
 
-RDEPEND="
-	>=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}]
+RDEPEND=">=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}]
 	x11-libs/xcb-util[${MULTILIB_USEDEP}]
-	elibc_musl? ( sys-libs/queue )"
+	elibc_musl? ( sys-libs/queue-standalone )"
 DEPEND="${RDEPEND}
 	x11-libs/libX11[${MULTILIB_USEDEP}]" # Only for tests, but configure.ac requires it
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] proj/musl:master commit in: x11-libs/xcb-util-xrm/
@ 2019-01-06 23:23 Anthony G. Basile
  0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile @ 2019-01-06 23:23 UTC (permalink / raw
  To: gentoo-commits

commit:     aec5d9c25acb427105530cfd379603375d9fb05d
Author:     Luis Ressel <aranea <AT> aixah <DOT> de>
AuthorDate: Sun Jan  6 19:38:41 2019 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jan  6 23:22:44 2019 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=aec5d9c2

x11-libs/xcb-util-xrm: Drop old versions

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 x11-libs/xcb-util-xrm/Manifest                |  2 --
 x11-libs/xcb-util-xrm/xcb-util-xrm-1.0.ebuild | 27 ---------------------------
 x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild | 27 ---------------------------
 3 files changed, 56 deletions(-)

diff --git a/x11-libs/xcb-util-xrm/Manifest b/x11-libs/xcb-util-xrm/Manifest
index ded150c..e6e8ed0 100644
--- a/x11-libs/xcb-util-xrm/Manifest
+++ b/x11-libs/xcb-util-xrm/Manifest
@@ -1,3 +1 @@
-DIST xcb-util-xrm-1.0.tar.bz2 327196 BLAKE2B 6bba57de372371ca7829a477ddc57f86e1faa86829c7f32e46eb5667505c6b3fd0b5acd2dd74f4f1223bbbba678234948bf5d499019b089e3abe23ffb5631843 SHA512 b49d97b018a231b5642bb05a287eb7720d9e1ffe15024d46a4c7ebf2f9cc37a0a4a3262d9aa963fe9554ca801ba013ad6cb5d3f87b67daf4d69efd180d7ba8fd
-DIST xcb-util-xrm-1.2.tar.bz2 324708 BLAKE2B ca5176fb848735b856541930f37e46ec093df6d86a981c87c910bfd64e1a8d5a7e2e20405994dd2a8b9c1200dae48bec0df3a6546be984e3ff316a271b0d84eb SHA512 c6031844d3a197b234cb1b22166c02fe8d03f8a8def836b8c974324a0b6b453889680011406c7940bd04fde1389c5a2ff508f84b080f811ca69cbdb0334994e8
 DIST xcb-util-xrm-1.3.tar.bz2 327586 BLAKE2B 06ba03ba22c9a51cad5045024b63d48f32e5ad38d2cf03035bd1132a04ef4906a71d89030141b407329bd8ec04cb131846be2cb3a95e755a57c2841a45b58fa4 SHA512 ebca5d92c9e2363f58485970a0c3a948b13652ce7acdd51dff918fc2e8bc7fcb69892eb3fc8b5f7eaf721ccd8dc2db42727d206bc5155481ec5e7e41d0c7f304

diff --git a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.0.ebuild b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.0.ebuild
deleted file mode 100644
index 6a1f96a..0000000
--- a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_BASE_INDIVIDUAL_URI=""
-XORG_DOC=doc
-XORG_MULTILIB=yes
-inherit xorg-2
-
-DESCRIPTION="X C-language Bindings sample implementations"
-HOMEPAGE="https://xcb.freedesktop.org/"
-SRC_URI="https://github.com/Airblader/${PN}/releases/download/v${PV}/${P}.tar.bz2"
-
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="test"
-
-RDEPEND="
-	>=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}]
-	x11-libs/xcb-util[${MULTILIB_USEDEP}]
-	elibc_musl? ( sys-libs/queue )"
-DEPEND="${RDEPEND}
-	test? ( x11-libs/libX11[${MULTILIB_USEDEP}] )"
-
-src_configure() {
-	xorg-2_src_configure
-}

diff --git a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild
deleted file mode 100644
index a8d2071..0000000
--- a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-XORG_BASE_INDIVIDUAL_URI=""
-XORG_DOC=doc
-XORG_MULTILIB=yes
-inherit xorg-2
-
-DESCRIPTION="X C-language Bindings sample implementations"
-HOMEPAGE="https://xcb.freedesktop.org/"
-SRC_URI="https://github.com/Airblader/${PN}/releases/download/v${PV}/${P}.tar.bz2"
-
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="test"
-
-RDEPEND="
-	>=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}]
-	x11-libs/xcb-util[${MULTILIB_USEDEP}]
-	elibc_musl? ( sys-libs/queue )"
-DEPEND="${RDEPEND}
-	test? ( x11-libs/libX11[${MULTILIB_USEDEP}] )"
-
-src_configure() {
-	xorg-2_src_configure
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] proj/musl:master commit in: x11-libs/xcb-util-xrm/
@ 2018-04-03 18:02 Aric Belsito
  0 siblings, 0 replies; 4+ messages in thread
From: Aric Belsito @ 2018-04-03 18:02 UTC (permalink / raw
  To: gentoo-commits

commit:     13d7fb392e251062b1c6de21db407e1c9f0cb327
Author:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
AuthorDate: Tue Apr  3 18:02:06 2018 +0000
Commit:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
CommitDate: Tue Apr  3 18:02:06 2018 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=13d7fb39

x11-libs/xcb-util-xrm: version bump to 1.3

 x11-libs/xcb-util-xrm/Manifest                                    | 5 +++--
 x11-libs/xcb-util-xrm/xcb-util-xrm-1.0.ebuild                     | 2 +-
 x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild                     | 4 ++--
 .../{xcb-util-xrm-1.0.ebuild => xcb-util-xrm-1.3.ebuild}          | 8 ++++----
 4 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/x11-libs/xcb-util-xrm/Manifest b/x11-libs/xcb-util-xrm/Manifest
index bccf80d..ded150c 100644
--- a/x11-libs/xcb-util-xrm/Manifest
+++ b/x11-libs/xcb-util-xrm/Manifest
@@ -1,2 +1,3 @@
-DIST xcb-util-xrm-1.0.tar.bz2 327196 SHA256 9400ac1ecefdb469b2f6ef6bf0460643b6c252fb8406e91377b89dd12eefbbc0 SHA512 b49d97b018a231b5642bb05a287eb7720d9e1ffe15024d46a4c7ebf2f9cc37a0a4a3262d9aa963fe9554ca801ba013ad6cb5d3f87b67daf4d69efd180d7ba8fd WHIRLPOOL d6ed2eb13730f01813792bbe2a165dcc9dc228681c7e6fb9494c8f500bd2f9f4ce20b47b1ce63cd2a5eed8853385d6667664685fcf87813d1ae5c2d4d4a3e973
-DIST xcb-util-xrm-1.2.tar.bz2 324708 SHA256 f75ec8d909cccda2f4d1460f9639338988a0946188b9d2109316c4509e82786d SHA512 c6031844d3a197b234cb1b22166c02fe8d03f8a8def836b8c974324a0b6b453889680011406c7940bd04fde1389c5a2ff508f84b080f811ca69cbdb0334994e8 WHIRLPOOL 8fb79d595bdcbb6b9ce9d3c28894e195ed5a18e98b3955e2d8d1618afc2c535e4305a19452b94e1e6cf605e9f1ac26d5565fe10f050382928be19cc9fab12c82
+DIST xcb-util-xrm-1.0.tar.bz2 327196 BLAKE2B 6bba57de372371ca7829a477ddc57f86e1faa86829c7f32e46eb5667505c6b3fd0b5acd2dd74f4f1223bbbba678234948bf5d499019b089e3abe23ffb5631843 SHA512 b49d97b018a231b5642bb05a287eb7720d9e1ffe15024d46a4c7ebf2f9cc37a0a4a3262d9aa963fe9554ca801ba013ad6cb5d3f87b67daf4d69efd180d7ba8fd
+DIST xcb-util-xrm-1.2.tar.bz2 324708 BLAKE2B ca5176fb848735b856541930f37e46ec093df6d86a981c87c910bfd64e1a8d5a7e2e20405994dd2a8b9c1200dae48bec0df3a6546be984e3ff316a271b0d84eb SHA512 c6031844d3a197b234cb1b22166c02fe8d03f8a8def836b8c974324a0b6b453889680011406c7940bd04fde1389c5a2ff508f84b080f811ca69cbdb0334994e8
+DIST xcb-util-xrm-1.3.tar.bz2 327586 BLAKE2B 06ba03ba22c9a51cad5045024b63d48f32e5ad38d2cf03035bd1132a04ef4906a71d89030141b407329bd8ec04cb131846be2cb3a95e755a57c2841a45b58fa4 SHA512 ebca5d92c9e2363f58485970a0c3a948b13652ce7acdd51dff918fc2e8bc7fcb69892eb3fc8b5f7eaf721ccd8dc2db42727d206bc5155481ec5e7e41d0c7f304

diff --git a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.0.ebuild b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.0.ebuild
index 320a425..e2f8f6f 100644
--- a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.0.ebuild
+++ b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.0.ebuild
@@ -9,7 +9,7 @@ XORG_MULTILIB=yes
 inherit xorg-2
 
 DESCRIPTION="X C-language Bindings sample implementations"
-HOMEPAGE="http://xcb.freedesktop.org/"
+HOMEPAGE="https://xcb.freedesktop.org/"
 SRC_URI="https://github.com/Airblader/${PN}/releases/download/v${PV}/${P}.tar.bz2"
 
 KEYWORDS="amd64 ~arm x86"

diff --git a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild
index 320a425..11f0b59 100644
--- a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild
+++ b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ XORG_MULTILIB=yes
 inherit xorg-2
 
 DESCRIPTION="X C-language Bindings sample implementations"
-HOMEPAGE="http://xcb.freedesktop.org/"
+HOMEPAGE="https://xcb.freedesktop.org/"
 SRC_URI="https://github.com/Airblader/${PN}/releases/download/v${PV}/${P}.tar.bz2"
 
 KEYWORDS="amd64 ~arm x86"

diff --git a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.0.ebuild b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.3.ebuild
similarity index 71%
copy from x11-libs/xcb-util-xrm/xcb-util-xrm-1.0.ebuild
copy to x11-libs/xcb-util-xrm/xcb-util-xrm-1.3.ebuild
index 320a425..89ccd4b 100644
--- a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.0.ebuild
+++ b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,10 +9,10 @@ XORG_MULTILIB=yes
 inherit xorg-2
 
 DESCRIPTION="X C-language Bindings sample implementations"
-HOMEPAGE="http://xcb.freedesktop.org/"
+HOMEPAGE="https://xcb.freedesktop.org/"
 SRC_URI="https://github.com/Airblader/${PN}/releases/download/v${PV}/${P}.tar.bz2"
 
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="test"
 
 RDEPEND="
@@ -20,7 +20,7 @@ RDEPEND="
 	x11-libs/xcb-util[${MULTILIB_USEDEP}]
 	elibc_musl? ( sys-libs/queue )"
 DEPEND="${RDEPEND}
-	test? ( x11-libs/libX11[${MULTILIB_USEDEP}] )"
+	x11-libs/libX11[${MULTILIB_USEDEP}]" # Only for tests, but configure.ac requires it
 
 src_configure() {
 	xorg-2_src_configure


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] proj/musl:master commit in: x11-libs/xcb-util-xrm/
@ 2017-07-12  4:02 Aric Belsito
  0 siblings, 0 replies; 4+ messages in thread
From: Aric Belsito @ 2017-07-12  4:02 UTC (permalink / raw
  To: gentoo-commits

commit:     1ec4369e5ed520224840c41ce9ddbe0e3131a488
Author:     Marty Plummer <ntzrmtthihu777 <AT> gmail <DOT> com>
AuthorDate: Wed Jul 12 00:42:33 2017 +0000
Commit:     Aric Belsito <lluixhi <AT> gmail <DOT> com>
CommitDate: Wed Jul 12 04:02:24 2017 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=1ec4369e

x11-libs/xcb-util-xrm: fix musl build

requires sys/queue.h which doesn't exist in musl alone. Added dep to sys-libs/queue

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Marty Plummer <ntzrmtthihu777 <AT> gmail.com>

Close #58

 x11-libs/xcb-util-xrm/Manifest                |  5 +++++
 x11-libs/xcb-util-xrm/metadata.xml            | 19 +++++++++++++++++++
 x11-libs/xcb-util-xrm/xcb-util-xrm-1.0.ebuild | 27 +++++++++++++++++++++++++++
 x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild | 27 +++++++++++++++++++++++++++
 4 files changed, 78 insertions(+)

diff --git a/x11-libs/xcb-util-xrm/Manifest b/x11-libs/xcb-util-xrm/Manifest
new file mode 100644
index 0000000..a987811
--- /dev/null
+++ b/x11-libs/xcb-util-xrm/Manifest
@@ -0,0 +1,5 @@
+DIST xcb-util-xrm-1.0.tar.bz2 327196 SHA256 9400ac1ecefdb469b2f6ef6bf0460643b6c252fb8406e91377b89dd12eefbbc0 SHA512 b49d97b018a231b5642bb05a287eb7720d9e1ffe15024d46a4c7ebf2f9cc37a0a4a3262d9aa963fe9554ca801ba013ad6cb5d3f87b67daf4d69efd180d7ba8fd WHIRLPOOL d6ed2eb13730f01813792bbe2a165dcc9dc228681c7e6fb9494c8f500bd2f9f4ce20b47b1ce63cd2a5eed8853385d6667664685fcf87813d1ae5c2d4d4a3e973
+DIST xcb-util-xrm-1.2.tar.bz2 324708 SHA256 f75ec8d909cccda2f4d1460f9639338988a0946188b9d2109316c4509e82786d SHA512 c6031844d3a197b234cb1b22166c02fe8d03f8a8def836b8c974324a0b6b453889680011406c7940bd04fde1389c5a2ff508f84b080f811ca69cbdb0334994e8 WHIRLPOOL 8fb79d595bdcbb6b9ce9d3c28894e195ed5a18e98b3955e2d8d1618afc2c535e4305a19452b94e1e6cf605e9f1ac26d5565fe10f050382928be19cc9fab12c82
+EBUILD xcb-util-xrm-1.0.ebuild 649 SHA256 2ade72fc99dc6873d009f302e1310359d6f361734558f40a21f428f3df4085a5 SHA512 d948486933532e541d20dfc90739e1c4cc6443e3ebb14a8829014213a8dbfcae5a42efd0be30182a266a0f1965d833c3feaed8c74adca11219692e1fef237aa0 WHIRLPOOL 3e29624e424e201784a55bb615561ccd479edc57d12fd186bd5dbd55b1e91eba2afbae55d88fe870eea4a080f8b85ce2902fd5261d768fca3d6aba08445d3f26
+EBUILD xcb-util-xrm-1.2.ebuild 649 SHA256 2ade72fc99dc6873d009f302e1310359d6f361734558f40a21f428f3df4085a5 SHA512 d948486933532e541d20dfc90739e1c4cc6443e3ebb14a8829014213a8dbfcae5a42efd0be30182a266a0f1965d833c3feaed8c74adca11219692e1fef237aa0 WHIRLPOOL 3e29624e424e201784a55bb615561ccd479edc57d12fd186bd5dbd55b1e91eba2afbae55d88fe870eea4a080f8b85ce2902fd5261d768fca3d6aba08445d3f26
+MISC metadata.xml 784 SHA256 69f67cdd1cd6fc6b50d75a434f81bd4d1279c2cb7750e93c6dada3f733c29430 SHA512 c9c5f617e17bd3d25005a5ebf3c394939055f0376ef0e4e68be19fdffa9716fe2bd57a4d5b912cbc4d908b0498e189d484266872dd7afa41e5dfa54570b75509 WHIRLPOOL fbd181044a798a3aef6be3bb1188fa9e46076e5666a9ba4af0b8762afc0f5e74ae847300cd49408a846936e9e00c5d8cb535742412fb371594ff9d48f5842eb5

diff --git a/x11-libs/xcb-util-xrm/metadata.xml b/x11-libs/xcb-util-xrm/metadata.xml
new file mode 100644
index 0000000..2b0c713
--- /dev/null
+++ b/x11-libs/xcb-util-xrm/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<longdescription>
+		The XCB util modules provides a number of libraries which sit on top
+		of libxcb, the core X protocol library, and some of the extension
+		libraries. These experimental libraries provide convenience functions
+		and interfaces which make the raw X protocol more usable. Some of the
+		libraries also provide client-side code which is not strictly part of
+		the X protocol but which have traditionally been provided by Xlib.
+	</longdescription>
+	<maintainer type="project">
+		<email>x11@gentoo.org</email>
+		<name>X11</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">Airblader/xcb-util-xrm</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.0.ebuild b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.0.ebuild
new file mode 100644
index 0000000..320a425
--- /dev/null
+++ b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+XORG_BASE_INDIVIDUAL_URI=""
+XORG_DOC=doc
+XORG_MULTILIB=yes
+inherit xorg-2
+
+DESCRIPTION="X C-language Bindings sample implementations"
+HOMEPAGE="http://xcb.freedesktop.org/"
+SRC_URI="https://github.com/Airblader/${PN}/releases/download/v${PV}/${P}.tar.bz2"
+
+KEYWORDS="amd64 ~arm x86"
+IUSE="test"
+
+RDEPEND="
+	>=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}]
+	x11-libs/xcb-util[${MULTILIB_USEDEP}]
+	elibc_musl? ( sys-libs/queue )"
+DEPEND="${RDEPEND}
+	test? ( x11-libs/libX11[${MULTILIB_USEDEP}] )"
+
+src_configure() {
+	xorg-2_src_configure
+}

diff --git a/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild
new file mode 100644
index 0000000..320a425
--- /dev/null
+++ b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+XORG_BASE_INDIVIDUAL_URI=""
+XORG_DOC=doc
+XORG_MULTILIB=yes
+inherit xorg-2
+
+DESCRIPTION="X C-language Bindings sample implementations"
+HOMEPAGE="http://xcb.freedesktop.org/"
+SRC_URI="https://github.com/Airblader/${PN}/releases/download/v${PV}/${P}.tar.bz2"
+
+KEYWORDS="amd64 ~arm x86"
+IUSE="test"
+
+RDEPEND="
+	>=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}]
+	x11-libs/xcb-util[${MULTILIB_USEDEP}]
+	elibc_musl? ( sys-libs/queue )"
+DEPEND="${RDEPEND}
+	test? ( x11-libs/libX11[${MULTILIB_USEDEP}] )"
+
+src_configure() {
+	xorg-2_src_configure
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-01-06 23:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-06 23:23 [gentoo-commits] proj/musl:master commit in: x11-libs/xcb-util-xrm/ Anthony G. Basile
  -- strict thread matches above, loose matches on Subject: below --
2019-01-06 23:23 Anthony G. Basile
2018-04-03 18:02 Aric Belsito
2017-07-12  4:02 Aric Belsito

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox