summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Bainbridge <chrb@gentoo.org>2006-04-10 12:18:34 +0000
committerChris Bainbridge <chrb@gentoo.org>2006-04-10 12:18:34 +0000
commit9ab5deb9316c63c54174d4b28cc358bfe03a3af6 (patch)
tree9e8da7050996a07deb5bf87e28b060ce4a705931
parentscribus version bump (diff)
downloadgentoo-2-9ab5deb9316c63c54174d4b28cc358bfe03a3af6.tar.gz
gentoo-2-9ab5deb9316c63c54174d4b28cc358bfe03a3af6.tar.bz2
gentoo-2-9ab5deb9316c63c54174d4b28cc358bfe03a3af6.zip
add some extra man pages, #129189
(Portage version: 2.1_pre7-r5)
-rw-r--r--app-emulation/xen-tools/ChangeLog5
-rw-r--r--app-emulation/xen-tools/xen-tools-3.0.2.ebuild8
2 files changed, 10 insertions, 3 deletions
diff --git a/app-emulation/xen-tools/ChangeLog b/app-emulation/xen-tools/ChangeLog
index 6af4f8589f01..73954c07068f 100644
--- a/app-emulation/xen-tools/ChangeLog
+++ b/app-emulation/xen-tools/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/xen-tools
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.5 2006/04/10 08:12:32 chrb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.6 2006/04/10 12:18:34 chrb Exp $
+
+ 10 Apr 2006; <chrb@gentoo.org> xen-tools-3.0.2.ebuild:
+ add some extra man pages, #129189
10 Apr 2006; <chrb@gentoo.org> xen-tools-3.0.2.ebuild:
remove sed fix, #129429
diff --git a/app-emulation/xen-tools/xen-tools-3.0.2.ebuild b/app-emulation/xen-tools/xen-tools-3.0.2.ebuild
index fe3012f3ebda..aa98c597502a 100644
--- a/app-emulation/xen-tools/xen-tools-3.0.2.ebuild
+++ b/app-emulation/xen-tools/xen-tools-3.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.0.2.ebuild,v 1.2 2006/04/10 08:12:32 chrb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.0.2.ebuild,v 1.3 2006/04/10 12:18:34 chrb Exp $
inherit mount-boot flag-o-matic eutils
@@ -68,8 +68,10 @@ src_compile() {
if use doc; then
sh ./docs/check_pkgs || die "package check failed"
- make -C docs ${myopt} || die "compiling docs failed"
+ make -C docs || die "compiling docs failed"
fi
+
+ emake -C docs man-pages || die "make man-pages failed"
}
src_install() {
@@ -84,6 +86,8 @@ src_install() {
mv ${D}/usr/share/doc/{${PN},${PF}}
fi
+ doman docs/man?/*
+
newinitd ${FILESDIR}/xend-init xend
newconfd ${FILESDIR}/xend-conf xend
newconfd ${FILESDIR}/xendomains-conf xendomains