diff options
author | Lance Albertson <ramereth@gentoo.org> | 2011-02-10 20:16:49 +0000 |
---|---|---|
committer | Lance Albertson <ramereth@gentoo.org> | 2011-02-10 20:16:49 +0000 |
commit | da8861626530c1cc88ea3d64ba03d9a5b29d7c40 (patch) | |
tree | d12499329a3ea1d844f8a84eeea39b41fb83cd06 /app-emulation/ganeti | |
parent | Delete older ebuild. (diff) | |
download | gentoo-2-da8861626530c1cc88ea3d64ba03d9a5b29d7c40.tar.gz gentoo-2-da8861626530c1cc88ea3d64ba03d9a5b29d7c40.tar.bz2 gentoo-2-da8861626530c1cc88ea3d64ba03d9a5b29d7c40.zip |
Version bump
(Portage version: 2.1.9.25/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.4.0_rc1.ebuild (renamed from app-emulation/ganeti/ganeti-2.4.0_beta1.ebuild) | 9 |
2 files changed, 12 insertions, 5 deletions
diff --git a/app-emulation/ganeti/ChangeLog b/app-emulation/ganeti/ChangeLog index 01f31ca98273..0a7c34344329 100644 --- a/app-emulation/ganeti/ChangeLog +++ b/app-emulation/ganeti/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/ganeti # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ChangeLog,v 1.39 2011/01/22 20:05:06 ramereth Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ChangeLog,v 1.40 2011/02/10 20:16:49 ramereth Exp $ + +*ganeti-2.4.0_rc1 (10 Feb 2011) + + 10 Feb 2011; Lance Albertson <ramereth@gentoo.org> + -ganeti-2.4.0_beta1.ebuild, +ganeti-2.4.0_rc1.ebuild: + Version bump 22 Jan 2011; Lance Albertson <ramereth@gentoo.org> ganeti-2.0.6.ebuild, ganeti-2.1.8.ebuild, -ganeti-2.2.0.ebuild, -ganeti-2.2.1.ebuild, diff --git a/app-emulation/ganeti/ganeti-2.4.0_beta1.ebuild b/app-emulation/ganeti/ganeti-2.4.0_rc1.ebuild index 8f8de5848ec6..e82282e90f0d 100644 --- a/app-emulation/ganeti/ganeti-2.4.0_beta1.ebuild +++ b/app-emulation/ganeti/ganeti-2.4.0_rc1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ganeti-2.4.0_beta1.ebuild,v 1.1 2011/01/22 02:07:43 ramereth Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ganeti-2.4.0_rc1.ebuild,v 1.1 2011/02/10 20:16:49 ramereth Exp $ EAPI=2 inherit eutils confutils bash-completion -#MY_PV="${PV/_rc/~rc}" -MY_PV="${PV/_beta/~beta}" +MY_PV="${PV/_rc/~rc}" +#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/" @@ -70,7 +70,8 @@ src_install () { dodoc INSTALL UPGRADE NEWS README doc/*.rst rm -rf "${D}"/usr/share/doc/ganeti docinto examples - dodoc doc/examples/{dumb-allocator,ganeti.cron,gnt-config-backup} + #dodoc doc/examples/{basic-oob,ganeti.cron,gnt-config-backup} + dodoc doc/examples/{ganeti.cron,gnt-config-backup} docinto examples/hooks dodoc doc/examples/hooks/{ipsec,ethers} |