Gentoo Archives: gentoo-commits

From: "Lance Albertson (ramereth)" <ramereth@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/ganeti: ChangeLog ganeti-2.1.0_rc4.ebuild
Date: Mon, 08 Feb 2010 22:39:02
Message-Id: E1NecFw-0003ni-AM@stork.gentoo.org
1 ramereth 10/02/08 22:39:00
2
3 Modified: ChangeLog ganeti-2.1.0_rc4.ebuild
4 Log:
5 Enhance ganeti-2.1.x init script so that you can pass options to the daemons easily
6 (Portage version: 2.1.7.16/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.17 app-emulation/ganeti/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/ganeti/ChangeLog?rev=1.17&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/ganeti/ChangeLog?rev=1.17&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/ganeti/ChangeLog?r1=1.16&r2=1.17
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ChangeLog,v
18 retrieving revision 1.16
19 retrieving revision 1.17
20 diff -u -r1.16 -r1.17
21 --- ChangeLog 6 Feb 2010 22:51:21 -0000 1.16
22 +++ ChangeLog 8 Feb 2010 22:38:59 -0000 1.17
23 @@ -1,6 +1,11 @@
24 # ChangeLog for app-emulation/ganeti
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ChangeLog,v 1.16 2010/02/06 22:51:21 ramereth Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ChangeLog,v 1.17 2010/02/08 22:38:59 ramereth Exp $
28 +
29 + 08 Feb 2010; Lance Albertson <ramereth@g.o>
30 + ganeti-2.1.0_rc4.ebuild, files/ganeti-2.1.initd, +files/ganeti.confd:
31 + Enhance ganeti-2.1.x init script so that you can pass options to the daemons
32 + easily
33
34 *ganeti-2.0.6 (06 Feb 2010)
35
36
37
38
39 1.2 app-emulation/ganeti/ganeti-2.1.0_rc4.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/ganeti/ganeti-2.1.0_rc4.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/ganeti/ganeti-2.1.0_rc4.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/ganeti/ganeti-2.1.0_rc4.ebuild?r1=1.1&r2=1.2
44
45 Index: ganeti-2.1.0_rc4.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ganeti-2.1.0_rc4.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- ganeti-2.1.0_rc4.ebuild 31 Jan 2010 01:55:10 -0000 1.1
52 +++ ganeti-2.1.0_rc4.ebuild 8 Feb 2010 22:38:59 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ganeti-2.1.0_rc4.ebuild,v 1.1 2010/01/31 01:55:10 ramereth Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ganeti-2.1.0_rc4.ebuild,v 1.2 2010/02/08 22:38:59 ramereth Exp $
58
59 EAPI=2
60
61 @@ -55,6 +55,7 @@
62 src_install () {
63 emake DESTDIR="${D}" install || die "emake install failed"
64 newinitd "${FILESDIR}"/ganeti-2.1.initd ganeti
65 + newconfd "${FILESDIR}"/ganeti.confd ganeti
66 dobashcompletion doc/examples/bash_completion ganeti
67 dodoc INSTALL NEWS README doc/*.{rst,png}
68 rm -rf "${D}"/usr/share/doc/ganeti