public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aric Belsito" <lluixhi@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/musl:master commit in: x11-libs/xcb-util-xrm/
Date: Wed, 12 Jul 2017 04:02:59 +0000 (UTC)	[thread overview]
Message-ID: <1499832144.1ec4369e5ed520224840c41ce9ddbe0e3131a488.lluixhi@gentoo> (raw)

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
+}


             reply	other threads:[~2017-07-12  4:03 UTC|newest]

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

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=1499832144.1ec4369e5ed520224840c41ce9ddbe0e3131a488.lluixhi@gentoo \
    --to=lluixhi@gmail.com \
    --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