diff options
-rw-r--r-- | app-emulation/ganeti-htools/Manifest | 2 | ||||
-rw-r--r-- | app-emulation/ganeti-htools/ganeti-htools-0.2.8.ebuild | 45 | ||||
-rw-r--r-- | app-emulation/ganeti-htools/ganeti-htools-0.3.0.ebuild | 48 |
3 files changed, 0 insertions, 95 deletions
diff --git a/app-emulation/ganeti-htools/Manifest b/app-emulation/ganeti-htools/Manifest index 31b7e2d7be76..4c8779c2cef6 100644 --- a/app-emulation/ganeti-htools/Manifest +++ b/app-emulation/ganeti-htools/Manifest @@ -1,3 +1 @@ -DIST ganeti-htools-0.2.8.tar.gz 236904 SHA256 40574419e07353144e75211b5b524c38cd8e5335589a60ef774851f8e028596d SHA512 a01f29c684456a9fe9023e061892e713c4e89a6e4f9ece01da62cea0eb8ce8fc95a936ba2be351b5dcc0026989054eb4471563475f1c4001f9282d28b996eadc WHIRLPOOL c56fab535149412411301923c936c61f830ecbe4007a3560d5f05de5158d7f90f8b84ab49c3bf3f26e621661e06038893703cb3446c150d54b26130705231500 -DIST ganeti-htools-0.3.0.tar.gz 284839 SHA256 80fcd138cd21f662db226cd30b1efcc08fdaa197c56822809c1c2b58be04a32c SHA512 aa73fed2a99e2fe96f1660b0dd718e9ac3afc6924a25182f5e1ee1eafdccfe43b99986a2f2eefa6bb87b3543565d1fefdf1ef7c9c68ab36dfa9ca677c507945a WHIRLPOOL 0c47f1d330b5cebe69da4598de0a035fdf6e9c7fa65b6cdbe435b1d240d44ef61e2fa9a2ea77f5c1968f61aef5f5885319fef812d32edf934b1bf79b309abc8d DIST ganeti-htools-0.3.1.tar.gz 300261 SHA256 c28f3f78594e9dddd8fdc21bc37ce1f1b697d7e9d5d29f1de212705eadea1d7b SHA512 76acc476dc5b3add808db41b7aad4be6ee4b62d31e81eaefa17fbf010daa817bcc920b4e290727ebeddebbe6015017b19d2b7643dbc6d529f158b9746b7a4b43 WHIRLPOOL 1a9c8b4782c1b6265ec647b63c445735a8c2b56dda618aa3a699f1d4ee80838c0e9db51ae84644ade6ef39466cf7dc5aa92687176718c964a1441306e028681c diff --git a/app-emulation/ganeti-htools/ganeti-htools-0.2.8.ebuild b/app-emulation/ganeti-htools/ganeti-htools-0.2.8.ebuild deleted file mode 100644 index 127367024430..000000000000 --- a/app-emulation/ganeti-htools/ganeti-htools-0.2.8.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" - -inherit eutils multilib - -DESCRIPTION="Cluster tools for fixing common allocation problems on Ganeti 2.0 -clusters" -HOMEPAGE="http://www.ganeti.org/" -SRC_URI="https://ganeti.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc test" - -DEPEND="dev-lang/ghc - dev-haskell/json - dev-haskell/curl - dev-haskell/network" -RDEPEND="${DEPEND} - !>=app-emulation/ganeti-2.4" -DEPEND+=" test? ( dev-haskell/quickcheck:1 )" - -src_prepare() { - # htools does not currently compile cleanly with ghc-6.12+, so remove this - # for now - sed -i -e "s:-Werror ::" Makefile - epatch "${FILESDIR}"/${P}-use-QC-1.patch #316629 -} - -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.3.0.ebuild b/app-emulation/ganeti-htools/ganeti-htools-0.3.0.ebuild deleted file mode 100644 index eeefd94ce3f0..000000000000 --- a/app-emulation/ganeti-htools/ganeti-htools-0.3.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" - -inherit eutils multilib - -DESCRIPTION="Cluster tools for fixing common allocation problems on Ganeti 2.0 -clusters" -HOMEPAGE="http://www.ganeti.org/" -SRC_URI="https://ganeti.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc test" - -DEPEND="dev-lang/ghc - dev-haskell/json - dev-haskell/curl - dev-haskell/network - dev-haskell/parallel" -RDEPEND="${DEPEND} - !<app-emulation/ganeti-2.4" -DEPEND+=" test? ( dev-haskell/quickcheck:1 )" - -src_prepare() { - # htools does not currently compile cleanly with ghc-6.12+, so remove this - # for now - sed -i -e "s:-Werror ::" Makefile - # Workaround to skip pandoc - sed -i -e "s:) man:):" Makefile - epatch "${FILESDIR}"/${PN}-0.2.8-use-QC-1.patch #316629 -} - -src_compile() { - emake -j1 || die "emake failed" -} - -src_install() { - dosbin hspace hscan hbal - exeinto /usr/$(get_libdir)/ganeti/iallocators - doexe hail - doman man/*.1 - dodoc README NEWS AUTHORS - use doc && dohtml -r apidoc/* -} |