summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/ganeti-htools')
-rw-r--r--app-emulation/ganeti-htools/ChangeLog8
-rw-r--r--app-emulation/ganeti-htools/ganeti-htools-0.2.7.ebuild (renamed from app-emulation/ganeti-htools/ganeti-htools-0.2.4.ebuild)9
2 files changed, 14 insertions, 3 deletions
diff --git a/app-emulation/ganeti-htools/ChangeLog b/app-emulation/ganeti-htools/ChangeLog
index 56b787f99ceb..cc4f63348cee 100644
--- a/app-emulation/ganeti-htools/ChangeLog
+++ b/app-emulation/ganeti-htools/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emulation/ganeti-htools
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-htools/ChangeLog,v 1.3 2010/08/17 18:01:35 ramereth Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-htools/ChangeLog,v 1.4 2010/10/19 18:22:41 ramereth Exp $
+
+*ganeti-htools-0.2.7 (19 Oct 2010)
+
+ 19 Oct 2010; Lance Albertson <ramereth@gentoo.org>
+ -ganeti-htools-0.2.4.ebuild, +ganeti-htools-0.2.7.ebuild:
+ Version bump, clean up
*ganeti-htools-0.2.6 (17 Aug 2010)
diff --git a/app-emulation/ganeti-htools/ganeti-htools-0.2.4.ebuild b/app-emulation/ganeti-htools/ganeti-htools-0.2.7.ebuild
index 567492f3ec34..86b7836c81f0 100644
--- a/app-emulation/ganeti-htools/ganeti-htools-0.2.4.ebuild
+++ b/app-emulation/ganeti-htools/ganeti-htools-0.2.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-htools/ganeti-htools-0.2.4.ebuild,v 1.1 2010/03/11 17:14:00 ramereth Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-htools/ganeti-htools-0.2.7.ebuild,v 1.1 2010/10/19 18:22:41 ramereth Exp $
EAPI="2"
@@ -14,7 +14,7 @@ SRC_URI="http://ganeti.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="doc"
DEPEND="dev-lang/ghc
dev-haskell/json
@@ -28,10 +28,15 @@ src_prepare() {
sed -i -e "s:-Werror ::" Makefile
}
+src_compile() {
+ emake -j1 || die "emake failed"
+}
+
src_install() {
dosbin hspace hscan hbal
exeinto /usr/$(get_libdir)/ganeti/iallocators
doexe hail
doman *.1
dodoc README NEWS AUTHORS
+ use doc && dohtml -r apidoc/*
}