summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-08-11 09:32:16 +0000
committerMichał Górny <mgorny@gentoo.org>2012-08-11 09:32:16 +0000
commit4df24b83b074d9f9ef9845befe2e80cc42f03018 (patch)
tree6717635d248527a1b033c3e8ad7693df845857f1 /sys-apps
parentStable for amd64, wrt bug #427522 (diff)
downloadgentoo-2-4df24b83b074d9f9ef9845befe2e80cc42f03018.tar.gz
gentoo-2-4df24b83b074d9f9ef9845befe2e80cc42f03018.tar.bz2
gentoo-2-4df24b83b074d9f9ef9845befe2e80cc42f03018.zip
Remove leftover from USE=doc, and cleanup metadata.xml.
(Portage version: 2.2.0_alpha120_p6/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/systemd/ChangeLog6
-rw-r--r--sys-apps/systemd/metadata.xml5
-rw-r--r--sys-apps/systemd/systemd-188.ebuild4
3 files changed, 7 insertions, 8 deletions
diff --git a/sys-apps/systemd/ChangeLog b/sys-apps/systemd/ChangeLog
index 7b382395e7f5..2116a62a15d8 100644
--- a/sys-apps/systemd/ChangeLog
+++ b/sys-apps/systemd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.39 2012/08/11 07:34:30 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.40 2012/08/11 09:32:16 mgorny Exp $
+
+ 11 Aug 2012; Michał Górny <mgorny@gentoo.org> metadata.xml,
+ systemd-188.ebuild:
+ Remove leftover from USE=doc, and cleanup metadata.xml.
11 Aug 2012; Michał Górny <mgorny@gentoo.org>
files/0001-Disable-udev-targets.patch:
diff --git a/sys-apps/systemd/metadata.xml b/sys-apps/systemd/metadata.xml
index 4a129bbe5887..2c289e206f6f 100644
--- a/sys-apps/systemd/metadata.xml
+++ b/sys-apps/systemd/metadata.xml
@@ -9,10 +9,5 @@
<!-- XXX: describe those two better -->
<flag name='audit'>Enable support for <pkg>sys-process/audit</pkg></flag>
<flag name='cryptsetup'>Use libcryptsetup</flag>
- <flag name='doc'>Build gtk-doc API docs</flag>
- <flag name='gudev'>Enable libudev gobject interface</flag>
- <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
- for introspection</flag>
- <flag name='plymouth'>Enable support for <pkg>sys-boot/plymouth</pkg></flag>
</use>
</pkgmetadata>
diff --git a/sys-apps/systemd/systemd-188.ebuild b/sys-apps/systemd/systemd-188.ebuild
index 5a50872ce0f4..23390e71ae37 100644
--- a/sys-apps/systemd/systemd-188.ebuild
+++ b/sys-apps/systemd/systemd-188.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-188.ebuild,v 1.1 2012/08/11 00:14:07 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-188.ebuild,v 1.2 2012/08/11 09:32:16 mgorny Exp $
EAPI=4
@@ -87,11 +87,11 @@ src_configure() {
--enable-split-usr
# udev parts
--disable-introspection
+ --disable-gtk-doc
--disable-gudev
$(use_enable acl)
$(use_enable audit)
$(use_enable cryptsetup libcryptsetup)
- $(use_enable doc gtk-doc)
$(use_enable lzma xz)
$(use_enable pam)
$(use_enable selinux)