public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/x11:master commit in: x11-libs/libxcb/
@ 2011-04-15 19:04 Michał Górny
  0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2011-04-15 19:04 UTC (permalink / raw
  To: gentoo-commits

commit:     3710de589ca9b24dbb857057bd7139b04a637e68
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 18:32:27 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 18:32:27 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=3710de58

x11-libs/libxcb: Migrate to XORG_CONFIGURE_OPTIONS.

(Portage version: 2.2.0_alpha29_p5/git/Linux x86_64, signed Manifest commit with key 05DE07BB)

---
 x11-libs/libxcb/libxcb-9999.ebuild |    8 +++++---
 x11-libs/libxcb/metadata.xml       |    5 +++++
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/x11-libs/libxcb/libxcb-9999.ebuild b/x11-libs/libxcb/libxcb-9999.ebuild
index 4e961da..24efe07 100644
--- a/x11-libs/libxcb/libxcb-9999.ebuild
+++ b/x11-libs/libxcb/libxcb-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -27,7 +27,9 @@ DEPEND="${RDEPEND}
 pkg_setup() {
 	python_set_active_version 2
 	xorg-2_pkg_setup
-	CONFIGURE_OPTIONS="$(use_enable doc build-docs)
+	XORG_CONFIGURE_OPTIONS=(
+		$(use_enable doc build-docs)
 		$(use_enable selinux)
-		--enable-xinput"
+		--enable-xinput
+	)
 }

diff --git a/x11-libs/libxcb/metadata.xml b/x11-libs/libxcb/metadata.xml
new file mode 100644
index 0000000..01c4c00
--- /dev/null
+++ b/x11-libs/libxcb/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>x11</herd>
+</pkgmetadata>



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

* [gentoo-commits] proj/x11:master commit in: x11-libs/libxcb/
@ 2012-01-12 12:50 Chi-Thanh Christopher Nguyen
  0 siblings, 0 replies; 18+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2012-01-12 12:50 UTC (permalink / raw
  To: gentoo-commits

commit:     d6fac161baa106751dac4e9b046cd8b328dce0f7
Author:     Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 12 12:50:41 2012 +0000
Commit:     Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Thu Jan 12 12:50:41 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=d6fac161

x11-libs/libxcb: works with python-3

---
 x11-libs/libxcb/libxcb-9999.ebuild |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/x11-libs/libxcb/libxcb-9999.ebuild b/x11-libs/libxcb/libxcb-9999.ebuild
index 24efe07..8dadbbb 100644
--- a/x11-libs/libxcb/libxcb-9999.ebuild
+++ b/x11-libs/libxcb/libxcb-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=3
+EAPI=4
 
 XORG_DOC=doc
 inherit python xorg-2
@@ -19,13 +19,12 @@ IUSE="selinux"
 RDEPEND="dev-libs/libpthread-stubs
 	x11-libs/libXau
 	x11-libs/libXdmcp
-	>=x11-proto/xcb-proto-1.6"
+	>=x11-proto/xcb-proto-1.7"
 DEPEND="${RDEPEND}
 	=dev-lang/python-2*[xml]
 	dev-libs/libxslt"
 
 pkg_setup() {
-	python_set_active_version 2
 	xorg-2_pkg_setup
 	XORG_CONFIGURE_OPTIONS=(
 		$(use_enable doc build-docs)



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

* [gentoo-commits] proj/x11:master commit in: x11-libs/libxcb/
@ 2012-03-10  0:07 Chi-Thanh Christopher Nguyen
  0 siblings, 0 replies; 18+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2012-03-10  0:07 UTC (permalink / raw
  To: gentoo-commits

commit:     d5acbb9c85d95571f6e8632afde770fb8debd7e8
Author:     Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  9 23:58:46 2012 +0000
Commit:     Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Fri Mar  9 23:58:46 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=d5acbb9c

x11-libs/libxcb: sync with portage

---
 x11-libs/libxcb/libxcb-9999.ebuild |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/x11-libs/libxcb/libxcb-9999.ebuild b/x11-libs/libxcb/libxcb-9999.ebuild
index 8dadbbb..532fd85 100644
--- a/x11-libs/libxcb/libxcb-9999.ebuild
+++ b/x11-libs/libxcb/libxcb-9999.ebuild
@@ -13,16 +13,15 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/libxcb"
 [[ ${PV} != 9999* ]] && \
 	SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="selinux"
 
 RDEPEND="dev-libs/libpthread-stubs
 	x11-libs/libXau
-	x11-libs/libXdmcp
-	>=x11-proto/xcb-proto-1.7"
+	x11-libs/libXdmcp"
 DEPEND="${RDEPEND}
-	=dev-lang/python-2*[xml]
-	dev-libs/libxslt"
+	dev-libs/libxslt
+	>=x11-proto/xcb-proto-1.7"
 
 pkg_setup() {
 	xorg-2_pkg_setup



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

* [gentoo-commits] proj/x11:master commit in: x11-libs/libxcb/
@ 2012-03-10  1:17 Chi-Thanh Christopher Nguyen
  0 siblings, 0 replies; 18+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2012-03-10  1:17 UTC (permalink / raw
  To: gentoo-commits

commit:     b90cf9b2c44782e6918946bf9ac1d5131c304724
Author:     Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 10 01:17:03 2012 +0000
Commit:     Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Sat Mar 10 01:17:03 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=b90cf9b2

x11-libs/libxcb: sync python changes with portage.

---
 x11-libs/libxcb/libxcb-9999.ebuild |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libxcb/libxcb-9999.ebuild b/x11-libs/libxcb/libxcb-9999.ebuild
index 532fd85..2f5e605 100644
--- a/x11-libs/libxcb/libxcb-9999.ebuild
+++ b/x11-libs/libxcb/libxcb-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=4
 
 XORG_DOC=doc
-inherit python xorg-2
+inherit xorg-2
 
 DESCRIPTION="X C-language Bindings library"
 HOMEPAGE="http://xcb.freedesktop.org/"
@@ -20,6 +20,7 @@ RDEPEND="dev-libs/libpthread-stubs
 	x11-libs/libXau
 	x11-libs/libXdmcp"
 DEPEND="${RDEPEND}
+	dev-lang/python[xml]
 	dev-libs/libxslt
 	>=x11-proto/xcb-proto-1.7"
 



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

* [gentoo-commits] proj/x11:master commit in: x11-libs/libxcb/
@ 2013-06-01  5:05 Chi-Thanh Christopher Nguyen
  0 siblings, 0 replies; 18+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2013-06-01  5:05 UTC (permalink / raw
  To: gentoo-commits

commit:     2d291e26c803ae4a55d4c32b5244a33c2f51f8df
Author:     Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  1 05:05:36 2013 +0000
Commit:     Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Sat Jun  1 05:05:36 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=2d291e26

x11-libs/libxcb: add xkb USE flag, bug #471684.

---
 x11-libs/libxcb/libxcb-9999.ebuild | 3 ++-
 x11-libs/libxcb/metadata.xml       | 3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/x11-libs/libxcb/libxcb-9999.ebuild b/x11-libs/libxcb/libxcb-9999.ebuild
index 944f1d5..f4511c9 100644
--- a/x11-libs/libxcb/libxcb-9999.ebuild
+++ b/x11-libs/libxcb/libxcb-9999.ebuild
@@ -18,7 +18,7 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/libxcb"
 	SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
 
 KEYWORDS="~alpha ~amd64 ~arm ~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="selinux"
+IUSE="selinux xkb"
 
 RDEPEND="dev-libs/libpthread-stubs[${MULTILIB_USEDEP}]
 	x11-libs/libXau[${MULTILIB_USEDEP}]
@@ -37,6 +37,7 @@ src_configure() {
 	XORG_CONFIGURE_OPTIONS=(
 		$(use_enable doc build-docs)
 		$(use_enable selinux)
+		$(use_enable xkb)
 		--enable-xinput
 	)
 	xorg-2_src_configure

diff --git a/x11-libs/libxcb/metadata.xml b/x11-libs/libxcb/metadata.xml
index 01c4c00..4a117f6 100644
--- a/x11-libs/libxcb/metadata.xml
+++ b/x11-libs/libxcb/metadata.xml
@@ -2,4 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 <herd>x11</herd>
+<use>
+<flag name="xkb">Enable the XCB keyboard extension</flag>
+</use>
 </pkgmetadata>


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

* [gentoo-commits] proj/x11:master commit in: x11-libs/libxcb/
@ 2013-09-29 20:50 Michał Górny
  0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2013-09-29 20:50 UTC (permalink / raw
  To: gentoo-commits

commit:     e6c78ac711b9871600724e1940226b50ac53e70d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 29 20:51:04 2013 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 29 20:51:04 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=e6c78ac7

x11-libs/libxcb: Convert to python-any-r1, using the new python_gen_any_dep.

Package-Manager: portage-2.2.7

---
 x11-libs/libxcb/libxcb-9999.ebuild | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/x11-libs/libxcb/libxcb-9999.ebuild b/x11-libs/libxcb/libxcb-9999.ebuild
index f4511c9..ac9a6e9 100644
--- a/x11-libs/libxcb/libxcb-9999.ebuild
+++ b/x11-libs/libxcb/libxcb-9999.ebuild
@@ -9,7 +9,7 @@ PYTHON_REQ_USE=xml
 
 XORG_DOC=doc
 XORG_MULTILIB=yes
-inherit python-single-r1 xorg-2
+inherit python-any-r1 xorg-2
 
 DESCRIPTION="X C-language Bindings library"
 HOMEPAGE="http://xcb.freedesktop.org/"
@@ -23,14 +23,18 @@ IUSE="selinux xkb"
 RDEPEND="dev-libs/libpthread-stubs[${MULTILIB_USEDEP}]
 	x11-libs/libXau[${MULTILIB_USEDEP}]
 	x11-libs/libXdmcp[${MULTILIB_USEDEP}]"
+# Note: ${PYTHON_USEDEP} needs to go verbatim
 DEPEND="${RDEPEND}
-	dev-lang/python[xml]
 	dev-libs/libxslt
-	>=x11-proto/xcb-proto-1.7-r1[${MULTILIB_USEDEP},${PYTHON_USEDEP}]
-	${PYTHON_DEPS}"
+	$(python_gen_any_dep \
+		">=x11-proto/xcb-proto-1.7-r1[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")"
+
+python_check_deps() {
+	has_version ">=x11-proto/xcb-proto-1.7-r1[${MULTILIB_USEDEP},${PYTHON_USEDEP}]"
+}
 
 pkg_setup() {
-	python-single-r1_pkg_setup
+	python-any-r1_pkg_setup
 }
 
 src_configure() {


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

* [gentoo-commits] proj/x11:master commit in: x11-libs/libxcb/
@ 2013-11-08 20:20 David Heidelberger
  0 siblings, 0 replies; 18+ messages in thread
From: David Heidelberger @ 2013-11-08 20:20 UTC (permalink / raw
  To: gentoo-commits

commit:     f2f3fcfb8360354a42e572ed24425a7b1788aaab
Author:     David Heidelberger <david.heidelberger <AT> ixit <DOT> cz>
AuthorDate: Fri Nov  8 20:20:05 2013 +0000
Commit:     David Heidelberger <d.okias <AT> gmail <DOT> com>
CommitDate: Fri Nov  8 20:20:05 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=f2f3fcfb

x11-libs/libxcb: raise dep to xcb-proto 1.9

---
 x11-libs/libxcb/libxcb-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libxcb/libxcb-9999.ebuild b/x11-libs/libxcb/libxcb-9999.ebuild
index ac9a6e9..6e2f44d 100644
--- a/x11-libs/libxcb/libxcb-9999.ebuild
+++ b/x11-libs/libxcb/libxcb-9999.ebuild
@@ -27,10 +27,10 @@ RDEPEND="dev-libs/libpthread-stubs[${MULTILIB_USEDEP}]
 DEPEND="${RDEPEND}
 	dev-libs/libxslt
 	$(python_gen_any_dep \
-		">=x11-proto/xcb-proto-1.7-r1[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")"
+		">=x11-proto/xcb-proto-1.9[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")"
 
 python_check_deps() {
-	has_version ">=x11-proto/xcb-proto-1.7-r1[${MULTILIB_USEDEP},${PYTHON_USEDEP}]"
+	has_version ">=x11-proto/xcb-proto-1.9[${MULTILIB_USEDEP},${PYTHON_USEDEP}]"
 }
 
 pkg_setup() {


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

* [gentoo-commits] proj/x11:master commit in: x11-libs/libxcb/
@ 2014-01-19 18:23 Alexey Shvetsov
  0 siblings, 0 replies; 18+ messages in thread
From: Alexey Shvetsov @ 2014-01-19 18:23 UTC (permalink / raw
  To: gentoo-commits

commit:     1a2c18850cfb94a8053a7cb42ad233e32d0598b9
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 19 18:24:06 2014 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Sun Jan 19 18:24:06 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=1a2c1885

[x11-libs/libxcb] Version bump per bug #496800 and bug #496802

Package-Manager: portage-2.2.8

---
 x11-libs/libxcb/libxcb-1.10.ebuild | 48 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/x11-libs/libxcb/libxcb-1.10.ebuild b/x11-libs/libxcb/libxcb-1.10.ebuild
new file mode 100644
index 0000000..0edfff4
--- /dev/null
+++ b/x11-libs/libxcb/libxcb-1.10.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
+PYTHON_REQ_USE=xml
+
+XORG_DOC=doc
+XORG_MULTILIB=yes
+inherit python-any-r1 xorg-2
+
+DESCRIPTION="X C-language Bindings library"
+HOMEPAGE="http://xcb.freedesktop.org/"
+EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/libxcb"
+[[ ${PV} != 9999* ]] && \
+	SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
+
+KEYWORDS="~alpha ~amd64 ~arm ~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="selinux xkb"
+
+RDEPEND="dev-libs/libpthread-stubs[${MULTILIB_USEDEP}]
+	x11-libs/libXau[${MULTILIB_USEDEP}]
+	x11-libs/libXdmcp[${MULTILIB_USEDEP}]"
+# Note: ${PYTHON_USEDEP} needs to go verbatim
+DEPEND="${RDEPEND}
+	dev-libs/libxslt
+	$(python_gen_any_dep \
+		">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")"
+
+python_check_deps() {
+	has_version ">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+	python-any-r1_pkg_setup
+}
+
+src_configure() {
+	XORG_CONFIGURE_OPTIONS=(
+		$(use_enable doc build-docs)
+		$(use_enable selinux)
+		$(use_enable xkb)
+		--enable-xinput
+	)
+	xorg-2_src_configure
+}


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

* [gentoo-commits] proj/x11:master commit in: x11-libs/libxcb/
@ 2014-01-26 19:10 Matt Turner
  0 siblings, 0 replies; 18+ messages in thread
From: Matt Turner @ 2014-01-26 19:10 UTC (permalink / raw
  To: gentoo-commits

commit:     4c077712c89975f2087d5815a5c09bd9a84b732e
Author:     Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Sun Jan 26 19:00:24 2014 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 19:00:24 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=4c077712

x11-libs/libxcb: Update libxcb-9999's dependencies.

---
 x11-libs/libxcb/libxcb-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libxcb/libxcb-9999.ebuild b/x11-libs/libxcb/libxcb-9999.ebuild
index ddef122..0edfff4 100644
--- a/x11-libs/libxcb/libxcb-9999.ebuild
+++ b/x11-libs/libxcb/libxcb-9999.ebuild
@@ -27,10 +27,10 @@ RDEPEND="dev-libs/libpthread-stubs[${MULTILIB_USEDEP}]
 DEPEND="${RDEPEND}
 	dev-libs/libxslt
 	$(python_gen_any_dep \
-		">=x11-proto/xcb-proto-1.9[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")"
+		">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")"
 
 python_check_deps() {
-	has_version ">=x11-proto/xcb-proto-1.9[${MULTILIB_USEDEP},${PYTHON_USEDEP}]"
+	has_version ">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},${PYTHON_USEDEP}]"
 }
 
 pkg_setup() {


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

* [gentoo-commits] proj/x11:master commit in: x11-libs/libxcb/
@ 2014-01-26 19:10 Matt Turner
  0 siblings, 0 replies; 18+ messages in thread
From: Matt Turner @ 2014-01-26 19:10 UTC (permalink / raw
  To: gentoo-commits

commit:     9f3dbc8cae421303f8352aa36532ad73093c2e2d
Author:     Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Sun Jan 26 19:10:54 2014 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 19:10:54 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=9f3dbc8c

x11-libs/libxcb: Move 1.10 to the tree.

---
 x11-libs/libxcb/libxcb-1.10.ebuild | 48 --------------------------------------
 1 file changed, 48 deletions(-)

diff --git a/x11-libs/libxcb/libxcb-1.10.ebuild b/x11-libs/libxcb/libxcb-1.10.ebuild
deleted file mode 100644
index 0edfff4..0000000
--- a/x11-libs/libxcb/libxcb-1.10.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
-PYTHON_REQ_USE=xml
-
-XORG_DOC=doc
-XORG_MULTILIB=yes
-inherit python-any-r1 xorg-2
-
-DESCRIPTION="X C-language Bindings library"
-HOMEPAGE="http://xcb.freedesktop.org/"
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/libxcb"
-[[ ${PV} != 9999* ]] && \
-	SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
-
-KEYWORDS="~alpha ~amd64 ~arm ~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="selinux xkb"
-
-RDEPEND="dev-libs/libpthread-stubs[${MULTILIB_USEDEP}]
-	x11-libs/libXau[${MULTILIB_USEDEP}]
-	x11-libs/libXdmcp[${MULTILIB_USEDEP}]"
-# Note: ${PYTHON_USEDEP} needs to go verbatim
-DEPEND="${RDEPEND}
-	dev-libs/libxslt
-	$(python_gen_any_dep \
-		">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")"
-
-python_check_deps() {
-	has_version ">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-	python-any-r1_pkg_setup
-}
-
-src_configure() {
-	XORG_CONFIGURE_OPTIONS=(
-		$(use_enable doc build-docs)
-		$(use_enable selinux)
-		$(use_enable xkb)
-		--enable-xinput
-	)
-	xorg-2_src_configure
-}


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

* [gentoo-commits] proj/x11:master commit in: x11-libs/libxcb/
@ 2014-07-29 14:23 Michał Górny
  2014-08-19  7:02 ` Michał Górny
  0 siblings, 1 reply; 18+ messages in thread
From: Michał Górny @ 2014-07-29 14:23 UTC (permalink / raw
  To: gentoo-commits

commit:     358039449ec2faaaba55cf6638b145de75769c79
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 29 14:23:25 2014 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 29 14:23:25 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=35803944

x11-libs/libxcb: Fix finding Python when building in a root, bug #503228. Patch by James Le Cuirot.

Package-Manager: portage-2.2.10

---
 x11-libs/libxcb/libxcb-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libxcb/libxcb-9999.ebuild b/x11-libs/libxcb/libxcb-9999.ebuild
index 0edfff4..de69d88 100644
--- a/x11-libs/libxcb/libxcb-9999.ebuild
+++ b/x11-libs/libxcb/libxcb-9999.ebuild
@@ -30,7 +30,7 @@ DEPEND="${RDEPEND}
 		">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")"
 
 python_check_deps() {
-	has_version ">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},${PYTHON_USEDEP}]"
+	has_version --host-root ">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},${PYTHON_USEDEP}]"
 }
 
 pkg_setup() {


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

* [gentoo-commits] proj/x11:master commit in: x11-libs/libxcb/
  2014-07-29 14:23 Michał Górny
@ 2014-08-19  7:02 ` Michał Górny
  0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2014-08-19  7:02 UTC (permalink / raw
  To: gentoo-commits

commit:     358039449ec2faaaba55cf6638b145de75769c79
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 29 14:23:25 2014 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 29 14:23:25 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=35803944

x11-libs/libxcb: Fix finding Python when building in a root, bug #503228. Patch by James Le Cuirot.

Package-Manager: portage-2.2.10

---
 x11-libs/libxcb/libxcb-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libxcb/libxcb-9999.ebuild b/x11-libs/libxcb/libxcb-9999.ebuild
index 0edfff4..de69d88 100644
--- a/x11-libs/libxcb/libxcb-9999.ebuild
+++ b/x11-libs/libxcb/libxcb-9999.ebuild
@@ -30,7 +30,7 @@ DEPEND="${RDEPEND}
 		">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")"
 
 python_check_deps() {
-	has_version ">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},${PYTHON_USEDEP}]"
+	has_version --host-root ">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},${PYTHON_USEDEP}]"
 }
 
 pkg_setup() {


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

* [gentoo-commits] proj/x11:master commit in: x11-libs/libxcb/
@ 2014-10-04 20:54 David Heidelberger
  0 siblings, 0 replies; 18+ messages in thread
From: David Heidelberger @ 2014-10-04 20:54 UTC (permalink / raw
  To: gentoo-commits

commit:     3f6a1571eae610d89c9f7ebc71ccdbbfe0545e46
Author:     David Heidelberger <david.heidelberger <AT> ixit <DOT> cz>
AuthorDate: Sat Oct  4 20:50:37 2014 +0000
Commit:     David Heidelberger <d.okias <AT> gmail <DOT> com>
CommitDate: Sat Oct  4 20:50:37 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=3f6a1571

x11-libs/libxcb: bump 1.11

Signed-off-by: David Heidelberger <david.heidelberger <AT> ixit.cz>

---
 .../libxcb/{libxcb-9999.ebuild => libxcb-1.11.ebuild}     | 15 ++++++++-------
 x11-libs/libxcb/libxcb-9999.ebuild                        |  6 +++---
 2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/x11-libs/libxcb/libxcb-9999.ebuild b/x11-libs/libxcb/libxcb-1.11.ebuild
similarity index 56%
copy from x11-libs/libxcb/libxcb-9999.ebuild
copy to x11-libs/libxcb/libxcb-1.11.ebuild
index e2df007..450d7cf 100644
--- a/x11-libs/libxcb/libxcb-9999.ebuild
+++ b/x11-libs/libxcb/libxcb-1.11.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3} )
 PYTHON_REQ_USE=xml
 
 XORG_DOC=doc
@@ -17,20 +17,21 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/libxcb"
 [[ ${PV} != 9999* ]] && \
 	SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
 
-KEYWORDS="~alpha ~amd64 ~arm ~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"
+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="selinux xkb"
 
-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}]"
+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}
 	dev-libs/libxslt
+	${PYTHON_DEPS}
 	$(python_gen_any_dep \
-		">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")"
+		">=x11-proto/xcb-proto-1.11[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")"
 
 python_check_deps() {
-	has_version --host-root ">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},${PYTHON_USEDEP}]"
+	has_version --host-root ">=x11-proto/xcb-proto-1.11[${PYTHON_USEDEP}]"
 }
 
 pkg_setup() {

diff --git a/x11-libs/libxcb/libxcb-9999.ebuild b/x11-libs/libxcb/libxcb-9999.ebuild
index e2df007..fd627b4 100644
--- a/x11-libs/libxcb/libxcb-9999.ebuild
+++ b/x11-libs/libxcb/libxcb-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} )
 PYTHON_REQ_USE=xml
 
 XORG_DOC=doc
@@ -27,10 +27,10 @@ RDEPEND=">=dev-libs/libpthread-stubs-0.3-r1:=[${MULTILIB_USEDEP}]
 DEPEND="${RDEPEND}
 	dev-libs/libxslt
 	$(python_gen_any_dep \
-		">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")"
+		">=x11-proto/xcb-proto-1.11[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")"
 
 python_check_deps() {
-	has_version --host-root ">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},${PYTHON_USEDEP}]"
+	has_version --host-root ">=x11-proto/xcb-proto-1.11[${MULTILIB_USEDEP},${PYTHON_USEDEP}]"
 }
 
 pkg_setup() {


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

* [gentoo-commits] proj/x11:master commit in: x11-libs/libxcb/
@ 2014-10-06 11:46 Chi-Thanh Christopher Nguyen
  0 siblings, 0 replies; 18+ messages in thread
From: Chi-Thanh Christopher Nguyen @ 2014-10-06 11:46 UTC (permalink / raw
  To: gentoo-commits

commit:     16388c5081d13b46222ea7a463fd0f999f8c6d38
Author:     Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  6 11:46:25 2014 +0000
Commit:     Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Mon Oct  6 11:46:25 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=16388c50

x11-libs/libxcb: drop stable keywords

---
 x11-libs/libxcb/libxcb-1.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libxcb/libxcb-1.11.ebuild b/x11-libs/libxcb/libxcb-1.11.ebuild
index 450d7cf..44e6686 100644
--- a/x11-libs/libxcb/libxcb-1.11.ebuild
+++ b/x11-libs/libxcb/libxcb-1.11.ebuild
@@ -17,7 +17,7 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/libxcb"
 [[ ${PV} != 9999* ]] && \
 	SRC_URI="http://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"
+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="selinux xkb"
 
 RDEPEND=">=dev-libs/libpthread-stubs-0.3-r1[${MULTILIB_USEDEP}]


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

* [gentoo-commits] proj/x11:master commit in: x11-libs/libxcb/
@ 2014-10-12 11:07 David Heidelberger
  0 siblings, 0 replies; 18+ messages in thread
From: David Heidelberger @ 2014-10-12 11:07 UTC (permalink / raw
  To: gentoo-commits

commit:     b5780ff818efc06a5d6861f29905aab064550182
Author:     David Heidelberger <david.heidelberger <AT> ixit <DOT> cz>
AuthorDate: Sun Oct 12 11:06:13 2014 +0000
Commit:     David Heidelberger <d.okias <AT> gmail <DOT> com>
CommitDate: Sun Oct 12 11:06:13 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=b5780ff8

x11-libs/libxcb: add subslot for ABI changes

Signed-off-by: David Heidelberger <david.heidelberger <AT> ixit.cz>

---
 x11-libs/libxcb/libxcb-1.11.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-libs/libxcb/libxcb-1.11.ebuild b/x11-libs/libxcb/libxcb-1.11.ebuild
index 44e6686..e67a10c 100644
--- a/x11-libs/libxcb/libxcb-1.11.ebuild
+++ b/x11-libs/libxcb/libxcb-1.11.ebuild
@@ -19,6 +19,7 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/libxcb"
 
 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="selinux xkb"
+SLOT="0/${PV}"
 
 RDEPEND=">=dev-libs/libpthread-stubs-0.3-r1[${MULTILIB_USEDEP}]
 	>=x11-libs/libXau-1.0.7-r1[${MULTILIB_USEDEP}]


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

* [gentoo-commits] proj/x11:master commit in: x11-libs/libxcb/
@ 2015-02-23  1:34 Matt Turner
  0 siblings, 0 replies; 18+ messages in thread
From: Matt Turner @ 2015-02-23  1:34 UTC (permalink / raw
  To: gentoo-commits

commit:     05316cde9c7176f74d686f9ec459c85a3864795a
Author:     Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Mon Feb 23 01:33:59 2015 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Feb 23 01:33:59 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=05316cde

x11-libs/libxcb: Depend on dev-libs/check for tests.

Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=484054

---
 x11-libs/libxcb/libxcb-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-libs/libxcb/libxcb-9999.ebuild b/x11-libs/libxcb/libxcb-9999.ebuild
index d2838aa..091dd95 100644
--- a/x11-libs/libxcb/libxcb-9999.ebuild
+++ b/x11-libs/libxcb/libxcb-9999.ebuild
@@ -18,7 +18,7 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/libxcb"
 	SRC_URI="http://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="selinux xkb"
+IUSE="selinux test xkb"
 SLOT="0/${PV}"
 
 RDEPEND=">=dev-libs/libpthread-stubs-0.3-r1[${MULTILIB_USEDEP}]
@@ -26,6 +26,7 @@ RDEPEND=">=dev-libs/libpthread-stubs-0.3-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}] )
 	dev-libs/libxslt
 	${PYTHON_DEPS}
 	$(python_gen_any_dep \


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

* [gentoo-commits] proj/x11:master commit in: x11-libs/libxcb/
@ 2015-02-23  1:57 Matt Turner
  0 siblings, 0 replies; 18+ messages in thread
From: Matt Turner @ 2015-02-23  1:57 UTC (permalink / raw
  To: gentoo-commits

commit:     60b750af3f3d3895f2cc32424f4d873fd6cbacff
Author:     Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Mon Feb 23 01:56:43 2015 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Feb 23 01:56:43 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=60b750af

x11-libs/libxcb: Add doc USE flag.

Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=534122

---
 x11-libs/libxcb/libxcb-9999.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libxcb/libxcb-9999.ebuild b/x11-libs/libxcb/libxcb-9999.ebuild
index 091dd95..a7a57d3 100644
--- a/x11-libs/libxcb/libxcb-9999.ebuild
+++ b/x11-libs/libxcb/libxcb-9999.ebuild
@@ -18,7 +18,7 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/libxcb"
 	SRC_URI="http://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="selinux test xkb"
+IUSE="doc selinux test xkb"
 SLOT="0/${PV}"
 
 RDEPEND=">=dev-libs/libpthread-stubs-0.3-r1[${MULTILIB_USEDEP}]
@@ -27,6 +27,7 @@ RDEPEND=">=dev-libs/libpthread-stubs-0.3-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 \
@@ -42,7 +43,7 @@ pkg_setup() {
 
 src_configure() {
 	XORG_CONFIGURE_OPTIONS=(
-		$(use_enable doc build-docs)
+		$(use_enable doc devel-docs)
 		$(use_enable selinux)
 		$(use_enable xkb)
 		--enable-xinput


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

* [gentoo-commits] proj/x11:master commit in: x11-libs/libxcb/
@ 2016-05-29 19:31 Chí-Thanh Christopher Nguyễn
  0 siblings, 0 replies; 18+ messages in thread
From: Chí-Thanh Christopher Nguyễn @ 2016-05-29 19:31 UTC (permalink / raw
  To: gentoo-commits

commit:     96e99c5c626065f432e7135f5f557dcdfcd97251
Author:     Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 19:31:22 2016 +0000
Commit:     Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
CommitDate: Sun May 29 19:31:22 2016 +0000
URL:        https://gitweb.gentoo.org/proj/x11.git/commit/?id=96e99c5c

x11-libs/libxcb: sync dependencies and python compatibility with portage

 x11-libs/libxcb/libxcb-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libxcb/libxcb-9999.ebuild b/x11-libs/libxcb/libxcb-9999.ebuild
index b12397a..a480e50 100644
--- a/x11-libs/libxcb/libxcb-9999.ebuild
+++ b/x11-libs/libxcb/libxcb-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4,3_5} )
 PYTHON_REQ_USE=xml
 
 XORG_DOC=doc
@@ -31,7 +31,7 @@ DEPEND="${RDEPEND}
 	dev-libs/libxslt
 	${PYTHON_DEPS}
 	$(python_gen_any_dep \
-		">=x11-proto/xcb-proto-1.11[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")"
+		">=x11-proto/xcb-proto-1.12[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")"
 
 python_check_deps() {
 	has_version --host-root ">=x11-proto/xcb-proto-1.11[${PYTHON_USEDEP}]"


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

end of thread, other threads:[~2016-05-29 19:31 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-23  1:57 [gentoo-commits] proj/x11:master commit in: x11-libs/libxcb/ Matt Turner
  -- strict thread matches above, loose matches on Subject: below --
2016-05-29 19:31 Chí-Thanh Christopher Nguyễn
2015-02-23  1:34 Matt Turner
2014-10-12 11:07 David Heidelberger
2014-10-06 11:46 Chi-Thanh Christopher Nguyen
2014-10-04 20:54 David Heidelberger
2014-07-29 14:23 Michał Górny
2014-08-19  7:02 ` Michał Górny
2014-01-26 19:10 Matt Turner
2014-01-26 19:10 Matt Turner
2014-01-19 18:23 Alexey Shvetsov
2013-11-08 20:20 David Heidelberger
2013-09-29 20:50 Michał Górny
2013-06-01  5:05 Chi-Thanh Christopher Nguyen
2012-03-10  1:17 Chi-Thanh Christopher Nguyen
2012-03-10  0:07 Chi-Thanh Christopher Nguyen
2012-01-12 12:50 Chi-Thanh Christopher Nguyen
2011-04-15 19:04 Michał Górny

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