Gentoo Archives: gentoo-commits

From: Lan Yixun <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/virtualization:master commit in: app-emulation/xen-tools/
Date: Sun, 23 Mar 2014 00:22:52
Message-Id: 1395534140.d7172b49d946472e35beefe7225a180a84f8731f.dlan@gentoo
1 commit: d7172b49d946472e35beefe7225a180a84f8731f
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 23 00:22:20 2014 +0000
4 Commit: Lan Yixun <dlan <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 23 00:22:20 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/virtualization.git;a=commit;h=d7172b49
7
8 app-emulation/xen-tools: fix --disable-docs
9
10 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
11
12 ---
13 app-emulation/xen-tools/xen-tools-4.4.0.ebuild | 4 ----
14 1 file changed, 4 deletions(-)
15
16 diff --git a/app-emulation/xen-tools/xen-tools-4.4.0.ebuild b/app-emulation/xen-tools/xen-tools-4.4.0.ebuild
17 index 04d9a38..da33b48 100644
18 --- a/app-emulation/xen-tools/xen-tools-4.4.0.ebuild
19 +++ b/app-emulation/xen-tools/xen-tools-4.4.0.ebuild
20 @@ -303,9 +303,6 @@ src_compile() {
21 unset LDFLAGS
22 unset CFLAGS
23 emake V=1 CC="$(tc-getCC)" LD="$(tc-getLD)" AR="$(tc-getAR)" RANLIB="$(tc-getRANLIB)" -C tools ${myopt}
24 -
25 - use doc && emake -C docs txt html
26 - emake -C docs man-pages
27 }
28
29 src_install() {
30 @@ -345,7 +342,6 @@ src_install() {
31 fi
32
33 rm -rf "${D}"/usr/share/doc/xen/
34 - doman docs/man?/*
35
36 if use xend; then
37 newinitd "${FILESDIR}"/xend.initd-r2 xend || die "Couldn't install xen.initd"