From: "Kacper Kowalik" <xarthisius@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-xrm/
Date: Fri, 17 Jun 2016 13:24:40 +0000 (UTC) [thread overview]
Message-ID: <1466169852.1f5c3d5f3bb9d01b6c49a4f6dfc9288c6c3caf73.xarthisius@gentoo> (raw)
commit: 1f5c3d5f3bb9d01b6c49a4f6dfc9288c6c3caf73
Author: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 17 13:24:12 2016 +0000
Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> 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 @@
+<?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="person">
+ <email>xarthisius@gentoo.org</email>
+ <name>Kacper Kowalik</name>
+ </maintainer>
+ <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..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
+}
next reply other threads:[~2016-06-17 13:24 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-17 13:24 Kacper Kowalik [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-12-25 15:22 [gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-xrm/ Lars Wendler
2017-01-11 16:17 Agostino Sarubbo
2017-02-25 14:23 Markus Meier
2017-03-10 9:09 Agostino Sarubbo
2017-03-10 10:59 Agostino Sarubbo
2017-03-17 5:52 Markus Meier
2017-06-20 12:53 Pacho Ramos
2017-08-16 7:16 Michał Górny
2017-12-24 12:01 Markus Meier
2018-03-18 11:38 Sergei Trofimovich
2018-04-02 22:44 Matt Turner
2018-05-13 22:06 Thomas Deutschmann
2018-05-14 0:22 Aaron Bauman
2019-05-19 18:05 Matt Turner
2019-05-19 18:05 Matt Turner
2019-05-20 3:00 Matt Turner
2019-12-05 23:21 Matt Turner
2019-12-05 23:21 Matt Turner
2020-08-17 0:09 Matt Turner
2020-11-05 17:01 Matt Turner
2020-11-05 17:01 Matt Turner
2021-09-18 12:29 Marek Szuba
2021-11-22 8:05 Sam James
2022-02-20 1:35 Sam James
2024-12-17 4:01 Matt Turner
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=1466169852.1f5c3d5f3bb9d01b6c49a4f6dfc9288c6c3caf73.xarthisius@gentoo \
--to=xarthisius@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