summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-04-15 20:41:41 +0200
committerMichał Górny <mgorny@gentoo.org>2011-04-15 20:41:41 +0200
commit59e6814a9023a9bc5e6832de157a7e03e8274ebf (patch)
treebdc1b5b914a2db2bbef7d11a269f8686164da00e /x11-proto/xproto
parentx11-proto/fontsproto: Migrate to XORG_CONFIGURE_OPTIONS. (diff)
downloadx11-59e6814a9023a9bc5e6832de157a7e03e8274ebf.tar.gz
x11-59e6814a9023a9bc5e6832de157a7e03e8274ebf.tar.bz2
x11-59e6814a9023a9bc5e6832de157a7e03e8274ebf.zip
x11-proto/xproto: Migrate to XORG_CONFIGURE_OPTIONS.
(Portage version: 2.2.0_alpha29_p5/git/Linux x86_64, signed Manifest commit with key 05DE07BB)
Diffstat (limited to 'x11-proto/xproto')
-rw-r--r--x11-proto/xproto/Manifest13
-rw-r--r--x11-proto/xproto/metadata.xml5
-rw-r--r--x11-proto/xproto/xproto-9999.ebuild8
3 files changed, 22 insertions, 4 deletions
diff --git a/x11-proto/xproto/Manifest b/x11-proto/xproto/Manifest
index 46535d76..991227ab 100644
--- a/x11-proto/xproto/Manifest
+++ b/x11-proto/xproto/Manifest
@@ -1 +1,12 @@
-EBUILD xproto-9999.ebuild 640 RMD160 f7cf54522e3f51f379a7e213fd0b3c3cbd13ec63 SHA1 364f51a6af33263081649ca4af753bb9740899dc SHA256 0e531ec872ae5ab4748faf6450c843799a29d01d4da159ec7d194f4340a6726e
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+EBUILD xproto-9999.ebuild 650 RMD160 aa482f30fe9811397c4bf517a69fa8bec993234d SHA1 b2b3ae7cdff4615ff4453483afad9cc21f701e66 SHA256 d6a65e48ca7d891e0d23d9306a587f35965bf150f155630da32d79ca23ee116f
+MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iEYEARECAAYFAk2okWUACgkQnGSe5QXeB7s4hwCgoQoIklHol+ci1CerRpGJCA+3
+DkgAoIAEjWKLSL01X5ihz2ouwxVOTlYi
+=RQjG
+-----END PGP SIGNATURE-----
diff --git a/x11-proto/xproto/metadata.xml b/x11-proto/xproto/metadata.xml
new file mode 100644
index 00000000..01c4c004
--- /dev/null
+++ b/x11-proto/xproto/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/xproto/xproto-9999.ebuild b/x11-proto/xproto/xproto-9999.ebuild
index 63cdd820..38645e07 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: $
@@ -17,7 +17,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
+ )
}