public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emulation/ganeti-htools: ChangeLog ganeti-htools-0.2.6.ebuild
@ 2010-08-17 18:01 Lance Albertson (ramereth)
  0 siblings, 0 replies; only message in thread
From: Lance Albertson (ramereth) @ 2010-08-17 18:01 UTC (permalink / raw
  To: gentoo-commits

ramereth    10/08/17 18:01:35

  Modified:             ChangeLog
  Added:                ganeti-htools-0.2.6.ebuild
  Log:
  Version bump, install api docs optionally
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  app-emulation/ganeti-htools/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ganeti-htools/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ganeti-htools/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ganeti-htools/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/ganeti-htools/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	7 May 2010 21:16:08 -0000	1.2
+++ ChangeLog	17 Aug 2010 18:01:35 -0000	1.3
@@ -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.2 2010/05/07 21:16:08 ramereth Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-htools/ChangeLog,v 1.3 2010/08/17 18:01:35 ramereth Exp $
+
+*ganeti-htools-0.2.6 (17 Aug 2010)
+
+  17 Aug 2010; Lance Albertson <ramereth@gentoo.org>
+  +ganeti-htools-0.2.6.ebuild:
+  Version bump, install api docs optionally
 
 *ganeti-htools-0.2.5 (07 May 2010)
 



1.1                  app-emulation/ganeti-htools/ganeti-htools-0.2.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ganeti-htools/ganeti-htools-0.2.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ganeti-htools/ganeti-htools-0.2.6.ebuild?rev=1.1&content-type=text/plain

Index: ganeti-htools-0.2.6.ebuild
===================================================================
# 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.6.ebuild,v 1.1 2010/08/17 18:01:35 ramereth Exp $

EAPI="2"

inherit multilib

DESCRIPTION="Cluster tools for fixing common allocation problems on Ganeti 2.0
clusters."
HOMEPAGE="http://code.google.com/p/ganeti/"
SRC_URI="http://ganeti.googlecode.com/files/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"

DEPEND="dev-lang/ghc
	dev-haskell/json
	dev-haskell/curl
	dev-haskell/network"
RDEPEND="${DEPEND}"

src_prepare() {
	# htools does not currently compile cleanly with ghc-6.12+, so remove this
	# for now
	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/*
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-08-17 18:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-17 18:01 [gentoo-commits] gentoo-x86 commit in app-emulation/ganeti-htools: ChangeLog ganeti-htools-0.2.6.ebuild Lance Albertson (ramereth)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox