diff options
author | Lance Albertson <ramereth@gentoo.org> | 2010-09-03 22:02:34 +0000 |
---|---|---|
committer | Lance Albertson <ramereth@gentoo.org> | 2010-09-03 22:02:34 +0000 |
commit | 5079951f86731872cf91cce7c5b87486ee706987 (patch) | |
tree | 4a05bfe95dc5127607a700495de7b396a5491478 /app-emulation/ganeti | |
parent | old (diff) | |
download | gentoo-2-5079951f86731872cf91cce7c5b87486ee706987.tar.gz gentoo-2-5079951f86731872cf91cce7c5b87486ee706987.tar.bz2 gentoo-2-5079951f86731872cf91cce7c5b87486ee706987.zip |
Version bump, cleanup
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/ganeti')
-rw-r--r-- | app-emulation/ganeti/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/ganeti/ganeti-2.2.0_rc1.ebuild (renamed from app-emulation/ganeti/ganeti-2.2.0_beta0.ebuild) | 7 |
2 files changed, 12 insertions, 3 deletions
diff --git a/app-emulation/ganeti/ChangeLog b/app-emulation/ganeti/ChangeLog index 607c0798002e..b263f7101620 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.28 2010/08/25 17:20:49 ramereth Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ChangeLog,v 1.29 2010/09/03 22:02:34 ramereth Exp $ + +*ganeti-2.2.0_rc1 (03 Sep 2010) + + 03 Sep 2010; Lance Albertson <ramereth@gentoo.org> + -ganeti-2.2.0_beta0.ebuild, +ganeti-2.2.0_rc1.ebuild: + Version bump, cleanup *ganeti-2.1.7 (25 Aug 2010) diff --git a/app-emulation/ganeti/ganeti-2.2.0_beta0.ebuild b/app-emulation/ganeti/ganeti-2.2.0_rc1.ebuild index 2814984842c2..f13a5d8c1e94 100644 --- a/app-emulation/ganeti/ganeti-2.2.0_beta0.ebuild +++ b/app-emulation/ganeti/ganeti-2.2.0_rc1.ebuild @@ -1,13 +1,13 @@ # 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.2.0_beta0.ebuild,v 1.1 2010/06/20 20:47:55 ramereth Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ganeti-2.2.0_rc1.ebuild,v 1.1 2010/09/03 22:02:34 ramereth Exp $ EAPI=2 inherit eutils confutils bash-completion MY_PV="${PV/_rc/~rc}" -MY_PV="${PV/_beta/~beta}" +#MY_PV="${PV/_beta/~beta}" MY_P="${PN}-${MY_PV}" DESCRIPTION="Ganeti is a virtual server management software tool" HOMEPAGE="http://code.google.com/p/ganeti/" @@ -24,12 +24,15 @@ DEPEND="xen? ( >=app-emulation/xen-3.0 ) kvm? ( app-emulation/qemu-kvm ) drbd? ( >=sys-cluster/drbd-8.0 ) dev-libs/openssl + dev-python/paramiko dev-python/pyopenssl dev-python/pyparsing + dev-python/pycurl dev-python/pyinotify dev-python/simplejson net-analyzer/arping net-misc/bridge-utils + net-misc/curl[ssl] net-misc/openssh net-misc/socat sys-apps/iproute2 |