Gentoo Archives: gentoo-commits

From: "Michael Hanselmann (hansmi)" <hansmi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/ganeti: ChangeLog ganeti-1.2_beta3.ebuild
Date: Wed, 28 Nov 2007 17:16:37
Message-Id: E1IxQWW-0001oG-S6@stork.gentoo.org
1 hansmi 07/11/28 17:16:32
2
3 Modified: ChangeLog
4 Added: ganeti-1.2_beta3.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.4 app-emulation/ganeti/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/ganeti/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/ganeti/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/ganeti/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 24 Nov 2007 18:56:21 -0000 1.3
23 +++ ChangeLog 28 Nov 2007 17:16:32 -0000 1.4
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-emulation/ganeti
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ChangeLog,v 1.3 2007/11/24 18:56:21 swegener Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ChangeLog,v 1.4 2007/11/28 17:16:32 hansmi Exp $
29 +
30 +*ganeti-1.2_beta3 (28 Nov 2007)
31 +
32 + 28 Nov 2007; Michael Hanselmann <hansmi@g.o>
33 + +ganeti-1.2_beta3.ebuild:
34 + Version bump.
35
36 *ganeti-1.2_beta2-r1 (23 Nov 2007)
37
38
39
40
41 1.1 app-emulation/ganeti/ganeti-1.2_beta3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/ganeti/ganeti-1.2_beta3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/ganeti/ganeti-1.2_beta3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ganeti-1.2_beta3.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ganeti-1.2_beta3.ebuild,v 1.1 2007/11/28 17:16:32 hansmi Exp $
51
52 NEED_PYTHON=2.4
53
54 inherit python autotools eutils
55
56 MY_P=${P/_beta/b}
57 S="${WORKDIR}/${MY_P}"
58
59 DESCRIPTION="Ganeti is a virtual server management software tool built upon Xen"
60 HOMEPAGE="http://code.google.com/p/ganeti/"
61 SRC_URI="http://ganeti.googlecode.com/files/${MY_P}.tar.gz"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~x86"
66 IUSE=""
67
68 DEPEND=""
69 RDEPEND="
70 >=app-emulation/xen-3.0
71 dev-libs/openssl
72 dev-python/pyopenssl
73 dev-python/pyparsing
74 dev-python/simplejson
75 dev-python/twisted
76 net-analyzer/arping
77 net-misc/bridge-utils
78 net-misc/openssh
79 sys-apps/iproute2
80 sys-cluster/drbd
81 sys-fs/lvm2
82 sys-fs/mdadm
83 "
84
85 src_unpack() {
86 unpack "${A}"
87 cd "${S}"
88
89 eautoreconf
90 }
91
92 src_compile() {
93 econf --localstatedir=/var --with-ssh-initscript=/etc/init.d/sshd || die
94 emake || die
95 }
96
97 src_install() {
98 make DESTDIR="${D}" install || die
99
100 newinitd "${FILESDIR}/ganeti.initd" ganeti
101
102 keepdir /var/{lib,log,run}/ganeti/
103 keepdir /srv/ganeti/{os,export}/
104 }
105
106
107
108 --
109 gentoo-commits@g.o mailing list