public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emulation/ganeti: ganeti-2.9.5.ebuild ganeti-2.10.0.ebuild ChangeLog
@ 2014-03-04  0:12 Patrick McLean (chutzpah)
  0 siblings, 0 replies; only message in thread
From: Patrick McLean (chutzpah) @ 2014-03-04  0:12 UTC (permalink / raw
  To: gentoo-commits

chutzpah    14/03/04 00:12:09

  Modified:             ganeti-2.9.5.ebuild ganeti-2.10.0.ebuild ChangeLog
  Log:
  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)

Revision  Changes    Path
1.2                  app-emulation/ganeti/ganeti-2.9.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ganeti/ganeti-2.9.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ganeti/ganeti-2.9.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ganeti/ganeti-2.9.5.ebuild?r1=1.1&r2=1.2

Index: ganeti-2.9.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ganeti-2.9.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ganeti-2.9.5.ebuild	3 Mar 2014 23:59:44 -0000	1.1
+++ ganeti-2.9.5.ebuild	4 Mar 2014 00:12:09 -0000	1.2
@@ -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 @@
 	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}



1.2                  app-emulation/ganeti/ganeti-2.10.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ganeti/ganeti-2.10.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ganeti/ganeti-2.10.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ganeti/ganeti-2.10.0.ebuild?r1=1.1&r2=1.2

Index: ganeti-2.10.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ganeti-2.10.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ganeti-2.10.0.ebuild	3 Mar 2014 23:59:44 -0000	1.1
+++ ganeti-2.10.0.ebuild	4 Mar 2014 00:12:09 -0000	1.2
@@ -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 @@
 	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}



1.80                 app-emulation/ganeti/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ganeti/ChangeLog?rev=1.80&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ganeti/ChangeLog?rev=1.80&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ganeti/ChangeLog?r1=1.79&r2=1.80

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog	3 Mar 2014 23:59:44 -0000	1.79
+++ ChangeLog	4 Mar 2014 00:12:09 -0000	1.80
@@ -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)





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-03-04  0:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-04  0:12 [gentoo-commits] gentoo-x86 commit in app-emulation/ganeti: ganeti-2.9.5.ebuild ganeti-2.10.0.ebuild ChangeLog Patrick McLean (chutzpah)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox