summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-04-15 20:40:17 +0200
committerMichał Górny <mgorny@gentoo.org>2011-04-15 20:40:17 +0200
commit6e48555e141570822654de31c226c9c27e94b69c (patch)
treef3a550f8c058b76bbabb3760c611a2883cdfa3a3 /x11-proto/scrnsaverproto
parentx11-libs/xtrans: Migrate to XORG_CONFIGURE_OPTIONS. (diff)
downloadx11-6e48555e141570822654de31c226c9c27e94b69c.tar.gz
x11-6e48555e141570822654de31c226c9c27e94b69c.tar.bz2
x11-6e48555e141570822654de31c226c9c27e94b69c.zip
x11-proto/scrnsaverproto: 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/scrnsaverproto')
-rw-r--r--x11-proto/scrnsaverproto/Manifest13
-rw-r--r--x11-proto/scrnsaverproto/metadata.xml5
-rw-r--r--x11-proto/scrnsaverproto/scrnsaverproto-9999.ebuild8
3 files changed, 22 insertions, 4 deletions
diff --git a/x11-proto/scrnsaverproto/Manifest b/x11-proto/scrnsaverproto/Manifest
index 14fa63e6..6ef95b5f 100644
--- a/x11-proto/scrnsaverproto/Manifest
+++ b/x11-proto/scrnsaverproto/Manifest
@@ -1 +1,12 @@
-EBUILD scrnsaverproto-9999.ebuild 596 RMD160 aebf5804c16c9565b47e4f9501b4519596dccc1f SHA1 40a07cf423bc5b7942d63191a5059b43b23104d0 SHA256 23cf4ae06418c4740c6e6475317867ce313059f870e24cc846a5ca96376dc3ad
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+EBUILD scrnsaverproto-9999.ebuild 606 RMD160 1061be9741d488a1e315c23cdfb594d8bd2edee8 SHA1 988d70b6e15d99eabe1e0fb29f1e72987dbcaba5 SHA256 827e8ffffb56ac8c31f3c9a7d3ecf8443085f62eb9e323d1e4f28cea0798d7ea
+MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iEYEARECAAYFAk2okREACgkQnGSe5QXeB7tDzwCfe1yuXA5JezQjtPY07Ab4r9yw
+5k8AoOIf+MAAUXDGRJGu/evnDtPVBuwE
+=omuk
+-----END PGP SIGNATURE-----
diff --git a/x11-proto/scrnsaverproto/metadata.xml b/x11-proto/scrnsaverproto/metadata.xml
new file mode 100644
index 00000000..01c4c004
--- /dev/null
+++ b/x11-proto/scrnsaverproto/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/scrnsaverproto/scrnsaverproto-9999.ebuild b/x11-proto/scrnsaverproto/scrnsaverproto-9999.ebuild
index 7926bce0..4d931e1b 100644
--- a/x11-proto/scrnsaverproto/scrnsaverproto-9999.ebuild
+++ b/x11-proto/scrnsaverproto/scrnsaverproto-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
+ )
}