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 1QAoKf-00062K-NG for garchives@archives.gentoo.org; Fri, 15 Apr 2011 19:05:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D78391C0B2; Fri, 15 Apr 2011 19:04:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A12791C0AA 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 603511B418F for ; Fri, 15 Apr 2011 19:04:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id BFED480076 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: <59e6814a9023a9bc5e6832de157a7e03e8274ebf.mgorny@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: x11-proto/xproto/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-proto/xproto/metadata.xml x11-proto/xproto/xproto-9999.ebuild X-VCS-Directories: x11-proto/xproto/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 59e6814a9023a9bc5e6832de157a7e03e8274ebf 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: 0c193d2d8d7126848dc5a42202dfb5ea commit: 59e6814a9023a9bc5e6832de157a7e03e8274ebf Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Fri Apr 15 18:41:41 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Fri Apr 15 18:41:41 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3D59e6814a x11-proto/xproto: 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/xproto/metadata.xml | 5 +++++ x11-proto/xproto/xproto-9999.ebuild | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/x11-proto/xproto/metadata.xml b/x11-proto/xproto/metadata.xm= l new file mode 100644 index 0000000..01c4c00 --- /dev/null +++ b/x11-proto/xproto/metadata.xml @@ -0,0 +1,5 @@ + + + +x11 + diff --git a/x11-proto/xproto/xproto-9999.ebuild b/x11-proto/xproto/xprot= o-9999.ebuild index 63cdd82..38645e0 100644 --- a/x11-proto/xproto/xproto-9999.ebuild +++ b/x11-proto/xproto/xproto-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: $ =20 @@ -17,7 +17,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 + ) }