summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Albertson <ramereth@gentoo.org>2010-02-06 22:51:21 +0000
committerLance Albertson <ramereth@gentoo.org>2010-02-06 22:51:21 +0000
commit5c520eac248c3cbf05285ad380e993d5bcb0ec61 (patch)
tree6c9f9ce7a9b0011d4b19c69267866cad9c8669c3 /app-emulation/ganeti
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-5c520eac248c3cbf05285ad380e993d5bcb0ec61.tar.gz
gentoo-2-5c520eac248c3cbf05285ad380e993d5bcb0ec61.tar.bz2
gentoo-2-5c520eac248c3cbf05285ad380e993d5bcb0ec61.zip
Bump 2.0.x series
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/ganeti')
-rw-r--r--app-emulation/ganeti/ChangeLog8
-rw-r--r--app-emulation/ganeti/ganeti-2.0.3.ebuild66
-rw-r--r--app-emulation/ganeti/ganeti-2.0.6.ebuild (renamed from app-emulation/ganeti/ganeti-2.0.4.ebuild)4
3 files changed, 9 insertions, 69 deletions
diff --git a/app-emulation/ganeti/ChangeLog b/app-emulation/ganeti/ChangeLog
index d84a1d6e4808..2b09cfbdc937 100644
--- a/app-emulation/ganeti/ChangeLog
+++ b/app-emulation/ganeti/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emulation/ganeti
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ChangeLog,v 1.15 2010/01/31 01:55:10 ramereth Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ChangeLog,v 1.16 2010/02/06 22:51:21 ramereth Exp $
+
+*ganeti-2.0.6 (06 Feb 2010)
+
+ 06 Feb 2010; Lance Albertson <ramereth@gentoo.org> -ganeti-2.0.3.ebuild,
+ -ganeti-2.0.4.ebuild, +ganeti-2.0.6.ebuild:
+ Bump 2.0.x series
*ganeti-2.1.0_rc4 (31 Jan 2010)
diff --git a/app-emulation/ganeti/ganeti-2.0.3.ebuild b/app-emulation/ganeti/ganeti-2.0.3.ebuild
deleted file mode 100644
index 5c6681829547..000000000000
--- a/app-emulation/ganeti/ganeti-2.0.3.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ganeti-2.0.3.ebuild,v 1.2 2009/12/09 00:41:09 ramereth Exp $
-
-EAPI=2
-
-inherit eutils confutils bash-completion
-
-DESCRIPTION="Ganeti is a virtual server management software tool"
-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="kvm xen drbd"
-
-DEPEND="xen? ( >=app-emulation/xen-3.0 )
- kvm? ( app-emulation/qemu-kvm )
- drbd? ( >=sys-cluster/drbd-8.0 )
- dev-libs/openssl
- dev-python/pyopenssl
- dev-python/pyparsing
- dev-python/simplejson
- net-analyzer/arping
- net-misc/bridge-utils
- net-misc/openssh
- net-misc/socat
- sys-apps/iproute2
- sys-fs/lvm2"
-RDEPEND="${DEPEND}"
-
-src_prepare () {
- epatch "${FILESDIR}/${P}-gentoo-brctl-path.patch"
-}
-
-pkg_setup () {
- confutils_require_any kvm xen
-}
-
-src_configure () {
- econf --localstatedir=/var \
- --docdir=/usr/share/doc/${P} \
- --with-ssh-initscript=/etc/init.d/sshd \
- --with-export-dir=/var/lib/ganeti-storage/export \
- --with-os-search-path=/usr/share/ganeti/os \
- --with-file-storage-dir=/var/lib/ganeti-storage/file
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die "emake install failed"
- newinitd "${FILESDIR}"/ganeti2.initd ganeti
- dobashcompletion doc/examples/bash_completion ganeti
- dodoc DEVNOTES INSTALL NEWS README doc/*.rst doc/*.txt
- rm -rf "${D}"/usr/share/doc/ganeti
- docinto examples
- dodoc doc/examples/dumb-allocator doc/examples/ganeti.cron
-
- keepdir /var/{lib,log,run}/ganeti/
- keepdir /usr/share/ganeti/os/
- keepdir /var/lib/ganeti-storage/{export,file}/
-}
-
-pkg_postinst () {
- bash-completion_pkg_postinst
-}
diff --git a/app-emulation/ganeti/ganeti-2.0.4.ebuild b/app-emulation/ganeti/ganeti-2.0.6.ebuild
index 9a5f19cbbb47..a42ace39f741 100644
--- a/app-emulation/ganeti/ganeti-2.0.4.ebuild
+++ b/app-emulation/ganeti/ganeti-2.0.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ganeti-2.0.4.ebuild,v 1.2 2009/12/09 00:41:09 ramereth Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ganeti-2.0.6.ebuild,v 1.1 2010/02/06 22:51:21 ramereth Exp $
EAPI=2