From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QEezk-0002JF-Hy for garchives@archives.gentoo.org; Tue, 26 Apr 2011 09:55:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D80CE0230; Tue, 26 Apr 2011 09:55:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0DD92E0230 for ; Tue, 26 Apr 2011 09:55:40 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74D391B4060 for ; Tue, 26 Apr 2011 09:55:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id CDB8080507 for ; Tue, 26 Apr 2011 09:55:39 +0000 (UTC) From: "Tomas Chvatal" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tomas Chvatal" Message-ID: <375293f8e750ed2a272045cbfe6ad3ec209d2bea.scarabeus@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: x11-libs/xcb-util/, x11-libs/xcb-util-image/, x11-libs/xcb-util-wm/, ... X-VCS-Repository: proj/x11 X-VCS-Files: x11-libs/xcb-util-image/xcb-util-image-9999.ebuild x11-libs/xcb-util-keysyms/xcb-util-keysyms-9999.ebuild x11-libs/xcb-util-renderutil/xcb-util-renderutil-9999.ebuild x11-libs/xcb-util-wm/xcb-util-wm-9999.ebuild x11-libs/xcb-util/xcb-util-9999.ebuild X-VCS-Directories: x11-libs/xcb-util/ x11-libs/xcb-util-image/ x11-libs/xcb-util-wm/ x11-libs/xcb-util-keysyms/ x11-libs/xcb-util-renderutil/ X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal X-VCS-Revision: 375293f8e750ed2a272045cbfe6ad3ec209d2bea Date: Tue, 26 Apr 2011 09:55:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 234fd7a8d1e98d6d005795c7e0832660 commit: 375293f8e750ed2a272045cbfe6ad3ec209d2bea Author: Tomas Chvatal gentoo org> AuthorDate: Tue Apr 26 09:55:22 2011 +0000 Commit: Tomas Chvatal gentoo org> CommitDate: Tue Apr 26 09:55:22 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3D375293f8 [xcb-util] sync with all updates from main tree. --- x11-libs/xcb-util-image/xcb-util-image-9999.ebuild | 21 ++++++++++++--= - .../xcb-util-keysyms/xcb-util-keysyms-9999.ebuild | 21 ++++++++++++--= - .../xcb-util-renderutil-9999.ebuild | 21 ++++++++++++--= - x11-libs/xcb-util-wm/xcb-util-wm-9999.ebuild | 21 ++++++++++++--= - x11-libs/xcb-util/xcb-util-9999.ebuild | 28 ++++++++++++++= +++--- 5 files changed, 92 insertions(+), 20 deletions(-) diff --git a/x11-libs/xcb-util-image/xcb-util-image-9999.ebuild b/x11-lib= s/xcb-util-image/xcb-util-image-9999.ebuild index 66fea32..e781091 100644 --- a/x11-libs/xcb-util-image/xcb-util-image-9999.ebuild +++ b/x11-libs/xcb-util-image/xcb-util-image-9999.ebuild @@ -1,15 +1,20 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-image/xcb-util-imag= e-0.3.8.ebuild,v 1.1 2011/04/26 09:52:47 scarabeus Exp $ =20 EAPI=3D4 + +XORG_MODULE=3D/ +XORG_BASE_INDIVIDUAL_URI=3Dhttp://xcb.freedesktop.org/dist +XORG_DOC=3Ddoc inherit xorg-2 =20 -DESCRIPTION=3D"X C-language Bindings sample implementations" -HOMEPAGE=3D"http://xcb.freedesktop.org/" EGIT_REPO_URI=3D"git://anongit.freedesktop.org/git/xcb/util-image" EGIT_HAS_SUBMODULES=3Dyes =20 +DESCRIPTION=3D"X C-language Bindings sample implementations" +HOMEPAGE=3D"http://xcb.freedesktop.org/" + KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~= sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~= x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE=3D"test" =20 @@ -18,3 +23,11 @@ RDEPEND=3D">=3Dx11-libs/xcb-util-${PV} DEPEND=3D"${RDEPEND} >=3Ddev-util/gperf-3.0.1 test? ( >=3Ddev-libs/check-0.9.4 )" + +pkg_setup() { + XORG_CONFIGURE_OPTIONS=3D( + $(use_with doc doxygen) + ) + + xorg-2_pkg_setup +} \ No newline at end of file diff --git a/x11-libs/xcb-util-keysyms/xcb-util-keysyms-9999.ebuild b/x11= -libs/xcb-util-keysyms/xcb-util-keysyms-9999.ebuild index 3f3d85b..e781091 100644 --- a/x11-libs/xcb-util-keysyms/xcb-util-keysyms-9999.ebuild +++ b/x11-libs/xcb-util-keysyms/xcb-util-keysyms-9999.ebuild @@ -1,14 +1,19 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-image/xcb-util-imag= e-0.3.8.ebuild,v 1.1 2011/04/26 09:52:47 scarabeus Exp $ =20 EAPI=3D4 + +XORG_MODULE=3D/ +XORG_BASE_INDIVIDUAL_URI=3Dhttp://xcb.freedesktop.org/dist +XORG_DOC=3Ddoc inherit xorg-2 =20 +EGIT_REPO_URI=3D"git://anongit.freedesktop.org/git/xcb/util-image" +EGIT_HAS_SUBMODULES=3Dyes + DESCRIPTION=3D"X C-language Bindings sample implementations" HOMEPAGE=3D"http://xcb.freedesktop.org/" -EGIT_REPO_URI=3D"git://anongit.freedesktop.org/git/xcb/util-keysyms" -EGIT_HAS_SUBMODULES=3Dyes =20 KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~= sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~= x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE=3D"test" @@ -18,3 +23,11 @@ RDEPEND=3D">=3Dx11-libs/xcb-util-${PV} DEPEND=3D"${RDEPEND} >=3Ddev-util/gperf-3.0.1 test? ( >=3Ddev-libs/check-0.9.4 )" + +pkg_setup() { + XORG_CONFIGURE_OPTIONS=3D( + $(use_with doc doxygen) + ) + + xorg-2_pkg_setup +} \ No newline at end of file diff --git a/x11-libs/xcb-util-renderutil/xcb-util-renderutil-9999.ebuild= b/x11-libs/xcb-util-renderutil/xcb-util-renderutil-9999.ebuild index 657f5be..e781091 100644 --- a/x11-libs/xcb-util-renderutil/xcb-util-renderutil-9999.ebuild +++ b/x11-libs/xcb-util-renderutil/xcb-util-renderutil-9999.ebuild @@ -1,14 +1,19 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-image/xcb-util-imag= e-0.3.8.ebuild,v 1.1 2011/04/26 09:52:47 scarabeus Exp $ =20 EAPI=3D4 + +XORG_MODULE=3D/ +XORG_BASE_INDIVIDUAL_URI=3Dhttp://xcb.freedesktop.org/dist +XORG_DOC=3Ddoc inherit xorg-2 =20 +EGIT_REPO_URI=3D"git://anongit.freedesktop.org/git/xcb/util-image" +EGIT_HAS_SUBMODULES=3Dyes + DESCRIPTION=3D"X C-language Bindings sample implementations" HOMEPAGE=3D"http://xcb.freedesktop.org/" -EGIT_REPO_URI=3D"git://anongit.freedesktop.org/git/xcb/util-renderutil" -EGIT_HAS_SUBMODULES=3Dyes =20 KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~= sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~= x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE=3D"test" @@ -18,3 +23,11 @@ RDEPEND=3D">=3Dx11-libs/xcb-util-${PV} DEPEND=3D"${RDEPEND} >=3Ddev-util/gperf-3.0.1 test? ( >=3Ddev-libs/check-0.9.4 )" + +pkg_setup() { + XORG_CONFIGURE_OPTIONS=3D( + $(use_with doc doxygen) + ) + + xorg-2_pkg_setup +} \ No newline at end of file diff --git a/x11-libs/xcb-util-wm/xcb-util-wm-9999.ebuild b/x11-libs/xcb-= util-wm/xcb-util-wm-9999.ebuild index 551e1a5..e781091 100644 --- a/x11-libs/xcb-util-wm/xcb-util-wm-9999.ebuild +++ b/x11-libs/xcb-util-wm/xcb-util-wm-9999.ebuild @@ -1,14 +1,19 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-image/xcb-util-imag= e-0.3.8.ebuild,v 1.1 2011/04/26 09:52:47 scarabeus Exp $ =20 EAPI=3D4 + +XORG_MODULE=3D/ +XORG_BASE_INDIVIDUAL_URI=3Dhttp://xcb.freedesktop.org/dist +XORG_DOC=3Ddoc inherit xorg-2 =20 +EGIT_REPO_URI=3D"git://anongit.freedesktop.org/git/xcb/util-image" +EGIT_HAS_SUBMODULES=3Dyes + DESCRIPTION=3D"X C-language Bindings sample implementations" HOMEPAGE=3D"http://xcb.freedesktop.org/" -EGIT_REPO_URI=3D"git://anongit.freedesktop.org/git/xcb/util-wm" -EGIT_HAS_SUBMODULES=3Dyes =20 KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~= sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~= x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE=3D"test" @@ -18,3 +23,11 @@ RDEPEND=3D">=3Dx11-libs/xcb-util-${PV} DEPEND=3D"${RDEPEND} >=3Ddev-util/gperf-3.0.1 test? ( >=3Ddev-libs/check-0.9.4 )" + +pkg_setup() { + XORG_CONFIGURE_OPTIONS=3D( + $(use_with doc doxygen) + ) + + xorg-2_pkg_setup +} \ No newline at end of file diff --git a/x11-libs/xcb-util/xcb-util-9999.ebuild b/x11-libs/xcb-util/x= cb-util-9999.ebuild index bdaeccf..48afb12 100644 --- a/x11-libs/xcb-util/xcb-util-9999.ebuild +++ b/x11-libs/xcb-util/xcb-util-9999.ebuild @@ -1,15 +1,20 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/xcb-util-0.3.8.ebui= ld,v 1.1 2011/04/26 09:52:27 scarabeus Exp $ =20 EAPI=3D4 + +XORG_MODULE=3D/ +XORG_BASE_INDIVIDUAL_URI=3Dhttp://xcb.freedesktop.org/dist +XORG_DOC=3Ddoc inherit xorg-2 =20 -DESCRIPTION=3D"X C-language Bindings sample implementations" -HOMEPAGE=3D"http://xcb.freedesktop.org/" EGIT_REPO_URI=3D"git://anongit.freedesktop.org/git/xcb/util" EGIT_HAS_SUBMODULES=3Dyes =20 +DESCRIPTION=3D"X C-language Bindings sample implementations" +HOMEPAGE=3D"http://xcb.freedesktop.org/" + KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~= sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~= x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE=3D"test" =20 @@ -18,3 +23,18 @@ RDEPEND=3D">=3Dx11-libs/libxcb-1.7 DEPEND=3D"${RDEPEND} >=3Ddev-util/gperf-3.0.1 test? ( >=3Ddev-libs/check-0.9.4 )" + +PDEPEND=3D" + >=3Dx11-libs/xcb-util-image-${PV} + >=3Dx11-libs/xcb-util-keysyms-${PV} + >=3Dx11-libs/xcb-util-renderutil-${PV} + >=3Dx11-libs/xcb-util-wm-${PV} +" + +pkg_setup() { + XORG_CONFIGURE_OPTIONS=3D( + $(use_with doc doxygen) + ) + + xorg-2_pkg_setup +}