summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Albertson <ramereth@gentoo.org>2011-02-16 21:41:39 +0000
committerLance Albertson <ramereth@gentoo.org>2011-02-16 21:41:39 +0000
commitacf1acd220b1b902af034fea932323f2dd5a550f (patch)
tree0279d49e62e19be516679d4c6b14945b706f4c4e /app-emulation
parentadd an useflag for the snapshot vout plugin (diff)
downloadgentoo-2-acf1acd220b1b902af034fea932323f2dd5a550f.tar.gz
gentoo-2-acf1acd220b1b902af034fea932323f2dd5a550f.tar.bz2
gentoo-2-acf1acd220b1b902af034fea932323f2dd5a550f.zip
Mark stable, ebuild cleanup
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/ganeti-htools/ChangeLog7
-rw-r--r--app-emulation/ganeti-htools/ganeti-htools-0.2.6.ebuild42
-rw-r--r--app-emulation/ganeti-htools/ganeti-htools-0.2.7.ebuild42
-rw-r--r--app-emulation/ganeti-htools/ganeti-htools-0.2.8.ebuild6
4 files changed, 9 insertions, 88 deletions
diff --git a/app-emulation/ganeti-htools/ChangeLog b/app-emulation/ganeti-htools/ChangeLog
index d9f6a57e5039..e0ba64c4eaae 100644
--- a/app-emulation/ganeti-htools/ChangeLog
+++ b/app-emulation/ganeti-htools/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emulation/ganeti-htools
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-htools/ChangeLog,v 1.6 2011/02/10 20:54:09 ramereth Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-htools/ChangeLog,v 1.7 2011/02/16 21:41:39 ramereth Exp $
+
+ 16 Feb 2011; Lance Albertson <ramereth@gentoo.org>
+ -ganeti-htools-0.2.6.ebuild, -ganeti-htools-0.2.7.ebuild,
+ ganeti-htools-0.2.8.ebuild:
+ Mark stable, ebuild cleanup
*ganeti-htools-0.3.0 (10 Feb 2011)
diff --git a/app-emulation/ganeti-htools/ganeti-htools-0.2.6.ebuild b/app-emulation/ganeti-htools/ganeti-htools-0.2.6.ebuild
deleted file mode 100644
index d4453394f86a..000000000000
--- a/app-emulation/ganeti-htools/ganeti-htools-0.2.6.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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/*
-}
diff --git a/app-emulation/ganeti-htools/ganeti-htools-0.2.7.ebuild b/app-emulation/ganeti-htools/ganeti-htools-0.2.7.ebuild
deleted file mode 100644
index 86b7836c81f0..000000000000
--- a/app-emulation/ganeti-htools/ganeti-htools-0.2.7.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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.7.ebuild,v 1.1 2010/10/19 18:22:41 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/*
-}
diff --git a/app-emulation/ganeti-htools/ganeti-htools-0.2.8.ebuild b/app-emulation/ganeti-htools/ganeti-htools-0.2.8.ebuild
index c83f704c3e8f..39da0d732000 100644
--- a/app-emulation/ganeti-htools/ganeti-htools-0.2.8.ebuild
+++ b/app-emulation/ganeti-htools/ganeti-htools-0.2.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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.8.ebuild,v 1.1 2010/12/23 16:52:40 ramereth Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-htools/ganeti-htools-0.2.8.ebuild,v 1.2 2011/02/16 21:41:39 ramereth Exp $
EAPI="2"
@@ -13,7 +13,7 @@ SRC_URI="http://ganeti.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="doc"
DEPEND="dev-lang/ghc