From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6B2C51391DB for ; Sun, 23 Mar 2014 00:22:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53C85E0ADC; Sun, 23 Mar 2014 00:22:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4AA1E0ADC for ; Sun, 23 Mar 2014 00:22:47 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2316533FBB7 for ; Sun, 23 Mar 2014 00:22:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 7A2B8188EB for ; Sun, 23 Mar 2014 00:22:44 +0000 (UTC) From: "Lan Yixun" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lan Yixun" Message-ID: <1395534140.d7172b49d946472e35beefe7225a180a84f8731f.dlan@gentoo> Subject: [gentoo-commits] proj/virtualization:master commit in: app-emulation/xen-tools/ X-VCS-Repository: proj/virtualization X-VCS-Files: app-emulation/xen-tools/xen-tools-4.4.0.ebuild X-VCS-Directories: app-emulation/xen-tools/ X-VCS-Committer: dlan X-VCS-Committer-Name: Lan Yixun X-VCS-Revision: d7172b49d946472e35beefe7225a180a84f8731f X-VCS-Branch: master Date: Sun, 23 Mar 2014 00:22:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6ea73d20-b1d6-45c5-bcfc-3510cd4de2f5 X-Archives-Hash: 21a361265ff42d97bdcfda6fcb3ce979 commit: d7172b49d946472e35beefe7225a180a84f8731f Author: Yixun Lan gentoo org> AuthorDate: Sun Mar 23 00:22:20 2014 +0000 Commit: Lan Yixun gentoo org> CommitDate: Sun Mar 23 00:22:20 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/virtualization.git;a=commit;h=d7172b49 app-emulation/xen-tools: fix --disable-docs Signed-off-by: Yixun Lan gentoo.org> --- app-emulation/xen-tools/xen-tools-4.4.0.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app-emulation/xen-tools/xen-tools-4.4.0.ebuild b/app-emulation/xen-tools/xen-tools-4.4.0.ebuild index 04d9a38..da33b48 100644 --- a/app-emulation/xen-tools/xen-tools-4.4.0.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.4.0.ebuild @@ -303,9 +303,6 @@ src_compile() { unset LDFLAGS unset CFLAGS emake V=1 CC="$(tc-getCC)" LD="$(tc-getLD)" AR="$(tc-getAR)" RANLIB="$(tc-getRANLIB)" -C tools ${myopt} - - use doc && emake -C docs txt html - emake -C docs man-pages } src_install() { @@ -345,7 +342,6 @@ src_install() { fi rm -rf "${D}"/usr/share/doc/xen/ - doman docs/man?/* if use xend; then newinitd "${FILESDIR}"/xend.initd-r2 xend || die "Couldn't install xen.initd"