* [gentoo-commits] proj/x11:master commit in: x11-proto/xcmiscproto/
@ 2011-04-15 19:04 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2011-04-15 19:04 UTC (permalink / raw
To: gentoo-commits
commit: 61384021d7d76f8845a174a4a046f74d89cc5d41
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 18:40:22 2011 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 18:40:22 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=61384021
x11-proto/xcmiscproto: Migrate to XORG_CONFIGURE_OPTIONS.
(Portage version: 2.2.0_alpha29_p5/git/Linux x86_64, signed Manifest commit 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/metadata.xml
new file mode 100644
index 0000000..01c4c00
--- /dev/null
+++ b/x11-proto/xcmiscproto/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>
diff --git a/x11-proto/xcmiscproto/xcmiscproto-9999.ebuild b/x11-proto/xcmiscproto/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: $
@@ -18,7 +18,9 @@ DEPEND="${RDEPEND}"
pkg_setup() {
xorg-2_pkg_setup
- CONFIGURE_OPTIONS="$(use_enable doc specs)
+ XORG_CONFIGURE_OPTIONS=(
+ $(use_enable doc specs)
$(use_with doc xmlto)
- --without-fop"
+ --without-fop
+ )
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-04-15 19:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-15 19:04 [gentoo-commits] proj/x11:master commit in: x11-proto/xcmiscproto/ 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