summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-04-15 20:40:23 +0200
committerMichał Górny <mgorny@gentoo.org>2011-04-15 20:40:23 +0200
commit0c70d5601297574ba41db736ac8a0389555e9029 (patch)
treee5d0e04bfcf962bdb22a30d43cdeb9e3682f9b9c /x11-proto
parentx11-proto/xcmiscproto: Migrate to XORG_CONFIGURE_OPTIONS. (diff)
downloadx11-0c70d5601297574ba41db736ac8a0389555e9029.tar.gz
x11-0c70d5601297574ba41db736ac8a0389555e9029.tar.bz2
x11-0c70d5601297574ba41db736ac8a0389555e9029.zip
x11-proto/fontsproto: 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')
-rw-r--r--x11-proto/fontsproto/Manifest13
-rw-r--r--x11-proto/fontsproto/fontsproto-9999.ebuild8
-rw-r--r--x11-proto/fontsproto/metadata.xml5
3 files changed, 22 insertions, 4 deletions
diff --git a/x11-proto/fontsproto/Manifest b/x11-proto/fontsproto/Manifest
index 186b1462..1ad72b9c 100644
--- a/x11-proto/fontsproto/Manifest
+++ b/x11-proto/fontsproto/Manifest
@@ -1 +1,12 @@
-EBUILD fontsproto-9999.ebuild 592 RMD160 2fbe66c6e7d7dd5e076846a858b69dec96e089fb SHA1 1bdc8739bb4fcb072160b7bd6c0006e486705c1a SHA256 0a02a5e93212e8eb13b3e8595ea3be74f990ec1e435db6b80feeb45bab61efda
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+EBUILD fontsproto-9999.ebuild 602 RMD160 f0ee15ce43b1afe771d82ac967d1d76d49031a4c SHA1 ef08af942f4f50dbd98e9537c1fe0e80f8671412 SHA256 d7bac8d3dbd1d77817a783165954e3c9527fbd83b0ff160f33c20c1fe1725c53
+MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iEYEARECAAYFAk2okRcACgkQnGSe5QXeB7s7RACguGJ0JgDAkzotch3o/zFdEyI5
+8mIAn0/Zb7gisFQ5nktvXfsm7NY8oNCV
+=DHH7
+-----END PGP SIGNATURE-----
diff --git a/x11-proto/fontsproto/fontsproto-9999.ebuild b/x11-proto/fontsproto/fontsproto-9999.ebuild
index 7a3667bb..0903cfa0 100644
--- a/x11-proto/fontsproto/fontsproto-9999.ebuild
+++ b/x11-proto/fontsproto/fontsproto-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
+ )
}
diff --git a/x11-proto/fontsproto/metadata.xml b/x11-proto/fontsproto/metadata.xml
new file mode 100644
index 00000000..01c4c004
--- /dev/null
+++ b/x11-proto/fontsproto/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>