public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libxcb/
Date: Thu, 29 Sep 2016 20:42:04 +0000 (UTC)	[thread overview]
Message-ID: <1475181284.a9e8f31d83d4bb0de87ee5c6e659d2f522fda3ec.monsieurp@gentoo> (raw)

commit:     a9e8f31d83d4bb0de87ee5c6e659d2f522fda3ec
Author:     Chris Mayo <aklhfex <AT> gmail <DOT> com>
AuthorDate: Sun Sep 18 17:01:47 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Sep 29 20:34:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9e8f31d

x11-libs/libxcb: Only install man pages with USE="doc".

This reduces the default installation down to 2043 files.

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2358

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 x11-libs/libxcb/libxcb-1.12-r1.ebuild | 64 +++++++++++++++++++++++++++++++++++
 1 file changed, 64 insertions(+)

diff --git a/x11-libs/libxcb/libxcb-1.12-r1.ebuild b/x11-libs/libxcb/libxcb-1.12-r1.ebuild
new file mode 100644
index 00000000..772464b
--- /dev/null
+++ b/x11-libs/libxcb/libxcb-1.12-r1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+PYTHON_REQ_USE=xml
+
+XORG_DOC=doc
+XORG_MULTILIB=yes
+XORG_EAUTORECONF=yes
+inherit python-any-r1 xorg-2
+
+DESCRIPTION="X C-language Bindings library"
+HOMEPAGE="https://xcb.freedesktop.org/"
+EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/libxcb"
+[[ ${PV} != 9999* ]] && \
+	SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc selinux test xkb"
+SLOT="0/${PV}"
+
+RDEPEND=">=dev-libs/libpthread-stubs-0.3-r1[${MULTILIB_USEDEP}]
+	>=x11-libs/libXau-1.0.7-r1[${MULTILIB_USEDEP}]
+	>=x11-libs/libXdmcp-1.1.1-r1[${MULTILIB_USEDEP}]"
+# Note: ${PYTHON_USEDEP} needs to go verbatim
+DEPEND="${RDEPEND}
+	test? ( dev-libs/check[${MULTILIB_USEDEP}] )
+	doc? ( app-doc/doxygen[dot] )
+	dev-libs/libxslt
+	${PYTHON_DEPS}
+	$(python_gen_any_dep \
+		">=x11-proto/xcb-proto-1.12-r1[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")"
+
+python_check_deps() {
+	has_version --host-root ">=x11-proto/xcb-proto-1.11[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+	python-any-r1_pkg_setup
+}
+
+PATCHES=(
+	"${FILESDIR}/${PN}-1.11-Don-t-install-headers-man-pages-for-disabled-extensi.patch"
+	"${FILESDIR}/${P}-fix-inconsistent-use-tabs-space.patch"
+)
+
+src_configure() {
+	XORG_CONFIGURE_OPTIONS=(
+		$(use_enable doc devel-docs)
+		$(use_enable selinux)
+		$(use_enable xkb)
+		--enable-xinput
+	)
+	xorg-2_src_configure
+}
+
+pkg_preinst() {
+	if ! use doc; then
+		rm -r "${D}"/usr/share/man || die
+	fi
+}


             reply	other threads:[~2016-09-29 20:42 UTC|newest]

Thread overview: 133+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-29 20:42 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-07  2:52 [gentoo-commits] repo/gentoo:master commit in: x11-libs/libxcb/ Sam James
2024-07-11 15:41 Matt Turner
2024-05-26  6:01 Sam James
2024-05-19 19:05 Sam James
2024-05-18  3:51 Sam James
2024-05-18  3:51 Sam James
2024-05-18  3:51 Sam James
2024-05-18  3:19 Sam James
2024-05-18  3:19 Sam James
2024-04-15 15:32 Matt Turner
2024-04-03  5:02 Sam James
2024-04-03  5:02 Sam James
2024-04-02 19:31 Arthur Zamarin
2024-04-02 16:53 Arthur Zamarin
2024-04-02 16:53 Arthur Zamarin
2024-04-02 16:37 Arthur Zamarin
2024-04-02 16:37 Arthur Zamarin
2024-03-21 18:08 Matt Turner
2024-03-17  6:27 Ionen Wolkens
2024-03-03  4:24 Matt Turner
2024-03-02 14:47 Arthur Zamarin
2024-02-17 14:48 Sam James
2024-02-16 21:40 Sam James
2024-02-16 21:39 Sam James
2024-02-16 21:39 Sam James
2024-02-16 21:39 Sam James
2024-02-16 21:39 Sam James
2023-10-24 17:59 Matt Turner
2023-10-14  1:38 Sam James
2023-10-13 20:23 Arthur Zamarin
2023-10-13 20:18 Arthur Zamarin
2023-10-13 20:18 Arthur Zamarin
2023-10-13 20:18 Arthur Zamarin
2023-10-13 20:18 Arthur Zamarin
2023-10-13 20:18 Arthur Zamarin
2023-10-13 20:18 Arthur Zamarin
2023-08-18 16:40 Matt Turner
2023-08-16 20:24 Matt Turner
2023-06-05  5:15 Sam James
2023-05-09 21:16 Matt Turner
2022-08-17 16:11 Arthur Zamarin
2022-08-17  5:57 Arthur Zamarin
2022-08-15 19:39 Arthur Zamarin
2022-08-15 18:03 Arthur Zamarin
2022-08-15 14:33 Sam James
2022-07-26 15:24 Agostino Sarubbo
2022-07-26 15:15 Agostino Sarubbo
2022-06-24 11:04 Arthur Zamarin
2022-06-17 18:16 Matt Turner
2022-06-17  6:56 Agostino Sarubbo
2022-06-16 15:16 Sam James
2022-06-16 15:16 Sam James
2022-06-16  7:39 Agostino Sarubbo
2022-06-16  7:38 Agostino Sarubbo
2022-06-16  6:10 Agostino Sarubbo
2022-06-16  6:09 Agostino Sarubbo
2022-05-08  3:10 WANG Xuerui
2022-05-03 22:32 Matt Turner
2022-01-01 15:10 James Le Cuirot
2021-10-29  7:16 Arthur Zamarin
2021-09-23 20:13 Sam James
2021-05-02 15:24 Matt Turner
2020-12-18 22:05 Matt Turner
2020-12-05 19:50 Sam James
2020-10-06  3:44 Matt Turner
2020-05-30 20:05 Brian Evans
2020-05-22  3:17 Mike Gilbert
2020-05-14 21:33 Matt Turner
2020-04-20 17:05 Sergei Trofimovich
2020-04-06  7:34 Agostino Sarubbo
2020-04-05 19:57 Mart Raudsepp
2020-04-05 10:13 Agostino Sarubbo
2020-04-05 10:12 Agostino Sarubbo
2020-04-05 10:11 Agostino Sarubbo
2020-04-05 10:11 Agostino Sarubbo
2020-04-05 10:10 Agostino Sarubbo
2020-04-05  6:09 Mikle Kolyada
2020-02-22 21:06 Matt Turner
2020-01-29 21:53 Matt Turner
2019-12-05 23:21 Matt Turner
2019-06-12 17:08 Michael Haubenwallner
2018-10-19 17:53 Matt Turner
2018-10-19 17:53 Matt Turner
2018-09-27 18:29 Matt Turner
2018-06-22 15:13 Mikle Kolyada
2018-05-20 18:37 Matt Turner
2018-05-13 11:30 Markus Meier
2018-05-08  6:24 Sergei Trofimovich
2018-05-07 19:22 Thomas Deutschmann
2018-05-06 20:45 Matt Turner
2018-05-06 20:45 Matt Turner
2018-05-06 19:40 Sergei Trofimovich
2018-05-06 19:23 Matt Turner
2018-05-06 12:36 Mikle Kolyada
2018-05-06 11:46 Mart Raudsepp
2018-03-12 19:42 Sebastian Pipping
2018-03-05 19:46 Matt Turner
2017-08-16  7:16 Michał Górny
2017-05-05 15:20 Manuel Rüger
2017-03-28 23:32 Michael Weber
2017-03-16  8:15 Jeroen Roovers
2017-03-11 18:59 Agostino Sarubbo
2017-03-10 12:53 Agostino Sarubbo
2017-03-10 10:59 Agostino Sarubbo
2017-03-10  9:09 Agostino Sarubbo
2017-03-08  7:44 Michael Weber
2017-03-06 15:50 Tobias Klausmann
2017-03-01  0:31 Michael Weber
2017-01-29 21:11 Fabian Groffen
2017-01-25 12:28 Agostino Sarubbo
2017-01-22 17:20 Agostino Sarubbo
2016-11-17 10:48 Agostino Sarubbo
2016-11-16 10:44 Agostino Sarubbo
2016-11-13  9:17 Agostino Sarubbo
2016-11-12 11:52 Agostino Sarubbo
2016-10-01 18:03 Mart Raudsepp
2016-10-01 18:03 Mart Raudsepp
2016-09-30 10:10 Alexis Ballier
2016-09-22 15:55 Tobias Klausmann
2016-09-17 11:14 Pacho Ramos
2016-09-17 10:49 Pacho Ramos
2016-08-06 10:55 Markus Meier
2016-08-03  4:32 Jeroen Roovers
2016-06-02 17:12 Tobias Klausmann
2016-05-29 20:11 Chí-Thanh Christopher Nguyễn
2016-02-03  5:10 Ian Delaney
2016-01-09 14:35 Jeroen Roovers
2015-12-19 21:45 Markus Meier
2015-12-02 11:16 Agostino Sarubbo
2015-12-01 10:17 Agostino Sarubbo
2015-11-30 11:51 Agostino Sarubbo
2015-09-11 21:40 Manuel Rüger

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=1475181284.a9e8f31d83d4bb0de87ee5c6e659d2f522fda3ec.monsieurp@gentoo \
    --to=monsieurp@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