Gentoo Archives: gentoo-commits

From: "Thilo Bangert (bangert)" <bangert@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/domi: ChangeLog domi-20060816.ebuild
Date: Wed, 01 Oct 2008 18:47:57
Message-Id: E1Kl6jq-0001ia-HB@stork.gentoo.org
1 bangert 08/10/01 18:47:54
2
3 Modified: ChangeLog
4 Added: domi-20060816.ebuild
5 Log:
6 version bump - by Thomas Pani - bug #146338
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.10 app-emulation/domi/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/domi/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/domi/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/domi/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/domi/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 13 May 2007 18:28:34 -0000 1.9
23 +++ ChangeLog 1 Oct 2008 18:47:54 -0000 1.10
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-emulation/domi
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/domi/ChangeLog,v 1.9 2007/05/13 18:28:34 bangert Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/domi/ChangeLog,v 1.10 2008/10/01 18:47:54 bangert Exp $
30 +
31 +*domi-20060816 (01 Oct 2008)
32 +
33 + 01 Oct 2008; Thilo Bangert <bangert@g.o> +domi-20060816.ebuild:
34 + version bump - by Thomas Pani - bug #146338
35
36 13 May 2007; Thilo Bangert <bangert@g.o> metadata.xml:
37 add <herd>no-herd</herd>
38
39
40
41 1.1 app-emulation/domi/domi-20060816.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/domi/domi-20060816.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/domi/domi-20060816.ebuild?rev=1.1&content-type=text/plain
45
46 Index: domi-20060816.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-emulation/domi/domi-20060816.ebuild,v 1.1 2008/10/01 18:47:54 bangert Exp $
51
52 inherit eutils
53 DESCRIPTION="Scripts for building Xen domains"
54 HOMEPAGE="http://www.bytesex.org"
55 EXTRA_VERSION="153213"
56 SRC_URI="http://dl.bytesex.org/cvs-snapshots/${P}-${EXTRA_VERSION}.tar.gz"
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~x86"
60 IUSE=""
61 DEPEND="app-emulation/xen-tools
62 app-arch/rpm
63 sys-apps/parted
64 sys-apps/yum
65 sys-fs/lvm2
66 sys-fs/multipath-tools"
67 # there are some other depends we may need depending on the target system
68 # these packages aren't in gentoo yet. feel free to submit ebuilds via bugzilla.
69 # y2pmsh
70 RESTRICT="test"
71
72 S=${WORKDIR}/${PN}
73
74 src_unpack() {
75 unpack ${A}
76 sed -i -e 's:/dev/loop\$:/dev/loop/\$:' "${S}"/domi
77 }
78
79 src_install() {
80 einstall || die
81 insinto /etc
82 doins "${FILESDIR}"/domi.conf || die
83 }