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 1QAoKa-000604-CY for garchives@archives.gentoo.org; Fri, 15 Apr 2011 19:05:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 816AA1C0B1; Fri, 15 Apr 2011 19:04:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4C5121C0A2 for ; Fri, 15 Apr 2011 19:04:22 +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 EC1C41B418B for ; Fri, 15 Apr 2011 19:04:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 54BBB8006D for ; Fri, 15 Apr 2011 19:04:21 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <61384021d7d76f8845a174a4a046f74d89cc5d41.mgorny@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: x11-proto/xcmiscproto/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-proto/xcmiscproto/metadata.xml x11-proto/xcmiscproto/xcmiscproto-9999.ebuild X-VCS-Directories: x11-proto/xcmiscproto/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 61384021d7d76f8845a174a4a046f74d89cc5d41 Date: Fri, 15 Apr 2011 19:04:21 +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: c839181aa034b94090bafd71c48e6488 commit: 61384021d7d76f8845a174a4a046f74d89cc5d41 Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Fri Apr 15 18:40:22 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Fri Apr 15 18:40:22 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3D61384021 x11-proto/xcmiscproto: Migrate to XORG_CONFIGURE_OPTIONS. (Portage version: 2.2.0_alpha29_p5/git/Linux x86_64, signed Manifest comm= it with key 05DE07BB) --- x11-proto/xcmiscproto/metadata.xml | 5 +++++ x11-proto/xcmiscproto/xcmiscproto-9999.ebuild | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/x11-proto/xcmiscproto/metadata.xml b/x11-proto/xcmiscproto/m= etadata.xml new file mode 100644 index 0000000..01c4c00 --- /dev/null +++ b/x11-proto/xcmiscproto/metadata.xml @@ -0,0 +1,5 @@ + + + +x11 + diff --git a/x11-proto/xcmiscproto/xcmiscproto-9999.ebuild b/x11-proto/xc= miscproto/xcmiscproto-9999.ebuild index ec8c5b0..076dbba 100644 --- a/x11-proto/xcmiscproto/xcmiscproto-9999.ebuild +++ b/x11-proto/xcmiscproto/xcmiscproto-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 @@ -18,7 +18,9 @@ DEPEND=3D"${RDEPEND}" pkg_setup() { xorg-2_pkg_setup =20 - CONFIGURE_OPTIONS=3D"$(use_enable doc specs) + XORG_CONFIGURE_OPTIONS=3D( + $(use_enable doc specs) $(use_with doc xmlto) - --without-fop" + --without-fop + ) }