From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4DA1B1382BD for ; Fri, 17 Jun 2016 13:24:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7143CE0936; Fri, 17 Jun 2016 13:24:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB99EE0936 for ; Fri, 17 Jun 2016 13:24:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 200E03403C1 for ; Fri, 17 Jun 2016 13:24:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4084209B for ; Fri, 17 Jun 2016 13:24:40 +0000 (UTC) From: "Kacper Kowalik" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kacper Kowalik" Message-ID: <1466169852.1f5c3d5f3bb9d01b6c49a4f6dfc9288c6c3caf73.xarthisius@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-xrm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/xcb-util-xrm/Manifest x11-libs/xcb-util-xrm/metadata.xml x11-libs/xcb-util-xrm/xcb-util-xrm-1.0.ebuild X-VCS-Directories: x11-libs/xcb-util-xrm/ X-VCS-Committer: xarthisius X-VCS-Committer-Name: Kacper Kowalik X-VCS-Revision: 1f5c3d5f3bb9d01b6c49a4f6dfc9288c6c3caf73 X-VCS-Branch: master Date: Fri, 17 Jun 2016 13:24:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f4046a41-2afb-4b65-a9d2-16846011e2fc X-Archives-Hash: f29b25fe1adbb54d7a3f109de204ed57 commit: 1f5c3d5f3bb9d01b6c49a4f6dfc9288c6c3caf73 Author: Kacper Kowalik gentoo org> AuthorDate: Fri Jun 17 13:24:12 2016 +0000 Commit: Kacper Kowalik gentoo org> CommitDate: Fri Jun 17 13:24:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f5c3d5f x11-libs/xcb-util-xrm: Initial import, fixes #579650 Package-Manager: portage-2.2.28 x11-libs/xcb-util-xrm/Manifest | 1 + x11-libs/xcb-util-xrm/metadata.xml | 23 +++++++++++++++++++++++ x11-libs/xcb-util-xrm/xcb-util-xrm-1.0.ebuild | 26 ++++++++++++++++++++++++++ 3 files changed, 50 insertions(+) diff --git a/x11-libs/xcb-util-xrm/Manifest b/x11-libs/xcb-util-xrm/Manifest new file mode 100644 index 0000000..38e8ea5 --- /dev/null +++ b/x11-libs/xcb-util-xrm/Manifest @@ -0,0 +1 @@ +DIST xcb-util-xrm-1.0.tar.bz2 327196 SHA256 9400ac1ecefdb469b2f6ef6bf0460643b6c252fb8406e91377b89dd12eefbbc0 SHA512 b49d97b018a231b5642bb05a287eb7720d9e1ffe15024d46a4c7ebf2f9cc37a0a4a3262d9aa963fe9554ca801ba013ad6cb5d3f87b67daf4d69efd180d7ba8fd WHIRLPOOL d6ed2eb13730f01813792bbe2a165dcc9dc228681c7e6fb9494c8f500bd2f9f4ce20b47b1ce63cd2a5eed8853385d6667664685fcf87813d1ae5c2d4d4a3e973 diff --git a/x11-libs/xcb-util-xrm/metadata.xml b/x11-libs/xcb-util-xrm/metadata.xml new file mode 100644 index 0000000..2fa61d7 --- /dev/null +++ b/x11-libs/xcb-util-xrm/metadata.xml @@ -0,0 +1,23 @@ + + + + + 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. + + + xarthisius@gentoo.org + Kacper Kowalik + + + x11@gentoo.org + X11 + + + Airblader/xcb-util-xrm + + 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..f141ce6 --- /dev/null +++ b/x11-libs/xcb-util-xrm/xcb-util-xrm-1.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 ~x86" +IUSE="test" + +RDEPEND=">=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}] + x11-libs/xcb-util[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND} + test? ( x11-libs/libX11[${MULTILIB_USEDEP}] )" + +src_configure() { + xorg-2_src_configure +}