summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Albertson <ramereth@gentoo.org>2010-12-23 16:52:40 +0000
committerLance Albertson <ramereth@gentoo.org>2010-12-23 16:52:40 +0000
commitbc7362864498330f9a645e81c9e61fbc799eaf33 (patch)
tree994888869bbd59f595e26343e704ea2a0d42e9b0 /app-emulation/ganeti-htools
parentVersion bump. (diff)
downloadgentoo-2-bc7362864498330f9a645e81c9e61fbc799eaf33.tar.gz
gentoo-2-bc7362864498330f9a645e81c9e61fbc799eaf33.tar.bz2
gentoo-2-bc7362864498330f9a645e81c9e61fbc799eaf33.zip
Version bump
(Portage version: 2.1.9.25/cvs/Linux x86_64)
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.8.ebuild (renamed from app-emulation/ganeti-htools/ganeti-htools-0.2.5.ebuild)5
2 files changed, 10 insertions, 3 deletions
diff --git a/app-emulation/ganeti-htools/ChangeLog b/app-emulation/ganeti-htools/ChangeLog
index cc4f63348cee..ffbc850a2be1 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.4 2010/10/19 18:22:41 ramereth Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-htools/ChangeLog,v 1.5 2010/12/23 16:52:40 ramereth Exp $
+
+*ganeti-htools-0.2.8 (23 Dec 2010)
+
+ 23 Dec 2010; Lance Albertson <ramereth@gentoo.org>
+ -ganeti-htools-0.2.5.ebuild, +ganeti-htools-0.2.8.ebuild:
+ Version bump
*ganeti-htools-0.2.7 (19 Oct 2010)
diff --git a/app-emulation/ganeti-htools/ganeti-htools-0.2.5.ebuild b/app-emulation/ganeti-htools/ganeti-htools-0.2.8.ebuild
index 5d01e6673454..c83f704c3e8f 100644
--- a/app-emulation/ganeti-htools/ganeti-htools-0.2.5.ebuild
+++ b/app-emulation/ganeti-htools/ganeti-htools-0.2.8.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.5.ebuild,v 1.1 2010/05/07 21:16:08 ramereth Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-htools/ganeti-htools-0.2.8.ebuild,v 1.1 2010/12/23 16:52:40 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
@@ -38,4 +38,5 @@ src_install() {
doexe hail
doman *.1
dodoc README NEWS AUTHORS
+ use doc && dohtml -r apidoc/*
}