diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2014-03-04 00:12:09 +0000 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2014-03-04 00:12:09 +0000 |
commit | 44c71fc403cfba2286bae033fb87c630b4a15cb9 (patch) | |
tree | 91b6002667f2b34f8d66a8be5e9b49198466b573 /app-emulation/ganeti | |
parent | Version bump for 2.9 and 2.10. Add new version of init script that has a "use... (diff) | |
download | gentoo-2-44c71fc403cfba2286bae033fb87c630b4a15cb9.tar.gz gentoo-2-44c71fc403cfba2286bae033fb87c630b4a15cb9.tar.bz2 gentoo-2-44c71fc403cfba2286bae033fb87c630b4a15cb9.zip |
Version bump for 2.9 and 2.10. Add new version of init script that has a "use net" (bug #501238). Install HA examples to docs (bug #491558). Port over to subslot deps for haskell packages.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)
Diffstat (limited to 'app-emulation/ganeti')
-rw-r--r-- | app-emulation/ganeti/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/ganeti/ganeti-2.10.0.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/ganeti/ganeti-2.9.5.ebuild | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/app-emulation/ganeti/ChangeLog b/app-emulation/ganeti/ChangeLog index 20bd31fcbaca..7cbfa8df6d20 100644 --- a/app-emulation/ganeti/ChangeLog +++ b/app-emulation/ganeti/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/ganeti # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ChangeLog,v 1.79 2014/03/03 23:59:44 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ChangeLog,v 1.80 2014/03/04 00:12:09 chutzpah Exp $ + + 04 Mar 2014; Patrick McLean <chutzpah@gentoo.org> ganeti-2.10.0.ebuild, + ganeti-2.9.5.ebuild: + Version bump for 2.9 and 2.10. Add new version of init script that has a "use + net" (bug #501238). Install HA examples to docs (bug #491558). Port over to + subslot deps for haskell packages. *ganeti-2.10.0 (03 Mar 2014) *ganeti-2.9.5 (03 Mar 2014) diff --git a/app-emulation/ganeti/ganeti-2.10.0.ebuild b/app-emulation/ganeti/ganeti-2.10.0.ebuild index 11c5f38f1336..303359a348aa 100644 --- a/app-emulation/ganeti/ganeti-2.10.0.ebuild +++ b/app-emulation/ganeti/ganeti-2.10.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ganeti-2.10.0.ebuild,v 1.1 2014/03/03 23:59:44 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ganeti-2.10.0.ebuild,v 1.2 2014/03/04 00:12:09 chutzpah Exp $ EAPI=5 PYTHON_COMPAT=(python2_{6,7}) @@ -141,7 +141,7 @@ src_install () { rm -rf "${D}"/usr/share/doc/ganeti docinto examples - dodoc doc/examples/{ganeti.cron,gnt-config-backup} doc/examples/*.ocf.* + dodoc doc/examples/{ganeti.cron,gnt-config-backup} doc/examples/*.ocf docinto examples/hooks dodoc doc/examples/hooks/{ipsec,ethers} diff --git a/app-emulation/ganeti/ganeti-2.9.5.ebuild b/app-emulation/ganeti/ganeti-2.9.5.ebuild index 8027b21397c3..ffd3d635b8a0 100644 --- a/app-emulation/ganeti/ganeti-2.9.5.ebuild +++ b/app-emulation/ganeti/ganeti-2.9.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ganeti-2.9.5.ebuild,v 1.1 2014/03/03 23:59:44 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ganeti-2.9.5.ebuild,v 1.2 2014/03/04 00:12:09 chutzpah Exp $ EAPI=5 PYTHON_COMPAT=(python2_{6,7}) @@ -141,7 +141,7 @@ src_install () { rm -rf "${D}"/usr/share/doc/ganeti docinto examples - dodoc doc/examples/{ganeti.cron,gnt-config-backup} + dodoc doc/examples/{ganeti.cron,gnt-config-backup} doc/examples/*.ocf docinto examples/hooks dodoc doc/examples/hooks/{ipsec,ethers} |