summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Bainbridge <chrb@gentoo.org>2006-05-19 12:09:27 +0000
committerChris Bainbridge <chrb@gentoo.org>2006-05-19 12:09:27 +0000
commit1c46c4a44a9c8fd4c42fa68557e28be1178c0233 (patch)
treed0676b88fcdebba6bd710813da7aef73e521a6cd /app-emulation/domi
parentfix udev loopback device, thanks to marduk in #130855 (diff)
downloadhistorical-1c46c4a44a9c8fd4c42fa68557e28be1178c0233.tar.gz
historical-1c46c4a44a9c8fd4c42fa68557e28be1178c0233.tar.bz2
historical-1c46c4a44a9c8fd4c42fa68557e28be1178c0233.zip
add some extra depends
Package-Manager: portage-2.1_rc1-r3
Diffstat (limited to 'app-emulation/domi')
-rw-r--r--app-emulation/domi/Manifest8
-rw-r--r--app-emulation/domi/domi-20060406-r1.ebuild13
2 files changed, 15 insertions, 6 deletions
diff --git a/app-emulation/domi/Manifest b/app-emulation/domi/Manifest
index 417af74609ea..ed5382c66eff 100644
--- a/app-emulation/domi/Manifest
+++ b/app-emulation/domi/Manifest
@@ -3,10 +3,10 @@ MD5 77037f90302d700523ef38f994dcea76 files/domi.conf 2863
RMD160 1b13a9df09b42f487192f8cc2b24343046cfe486 files/domi.conf 2863
SHA256 60723e19e54ceaf37e013bc247318642ee99b34c9cdb6fa0dbbffe8ea52827f8 files/domi.conf 2863
DIST domi-20060406-104418.tar.gz 14936 RMD160 9923dbc3bc003bcb0602e5b0a5181ab54fc70874 SHA256 373fc778c8d245603b71c9d38c5c54211fe38c75961546e8f773e104a358e139 size 14936
-EBUILD domi-20060406-r1.ebuild 686 RMD160 bcc91b762a500e6f1cf39bf1e25d159cf3ea5632 SHA1 6dd40aece853d901f553622643e76348a9551837 SHA256 648d66508f00a73ad94efd9a577e1fec7f89d633cd7987360a5ee51c8fd641e2 size 686
-MD5 6d350ce64391c8ca106435a5d16ff168 domi-20060406-r1.ebuild 686
-RMD160 bcc91b762a500e6f1cf39bf1e25d159cf3ea5632 domi-20060406-r1.ebuild 686
-SHA256 648d66508f00a73ad94efd9a577e1fec7f89d633cd7987360a5ee51c8fd641e2 domi-20060406-r1.ebuild 686
+EBUILD domi-20060406-r1.ebuild 910 RMD160 c6e51d57882a52d39920c46ff279d6c31856e9e7 SHA1 e55ceaa683435b561a7a47b4e730e778720f36b3 SHA256 0352077cf7eb8902825faf225c27f13ae6d43e2dbad615f3189c2175bc31957f size 910
+MD5 b40184d2a680424cfe874b0d2b47e159 domi-20060406-r1.ebuild 910
+RMD160 c6e51d57882a52d39920c46ff279d6c31856e9e7 domi-20060406-r1.ebuild 910
+SHA256 0352077cf7eb8902825faf225c27f13ae6d43e2dbad615f3189c2175bc31957f domi-20060406-r1.ebuild 910
MISC ChangeLog 593 RMD160 bf5b2ced5c90ac7e6ddf104a807ebffeb47d45d0 SHA1 e2bd5951d56352d9bf799b9b054193a51e70743d SHA256 e002fd94086e3bb1b4879d42e41b5d1d1d5e128356a0d64c3e437397d7050465 size 593
MD5 8154296b506d5098785946e395cc07e7 ChangeLog 593
RMD160 bf5b2ced5c90ac7e6ddf104a807ebffeb47d45d0 ChangeLog 593
diff --git a/app-emulation/domi/domi-20060406-r1.ebuild b/app-emulation/domi/domi-20060406-r1.ebuild
index 9cdc744e3db1..3814acd49374 100644
--- a/app-emulation/domi/domi-20060406-r1.ebuild
+++ b/app-emulation/domi/domi-20060406-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/domi/domi-20060406-r1.ebuild,v 1.1 2006/05/19 11:57:12 chrb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/domi/domi-20060406-r1.ebuild,v 1.2 2006/05/19 12:09:27 chrb Exp $
inherit eutils
DESCRIPTION="Scripts for building Xen domains"
@@ -11,7 +11,16 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
-DEPEND="app-emulation/xen-tools"
+DEPEND="app-emulation/xen-tools
+ app-arch/rpm
+ sys-apps/parted
+ sys-fs/lvm2"
+# there are some other depends we may need depending on the target system
+# these packages aren't in gentoo yet. feel free to submit ebuilds via bugzilla.
+# yum
+# kpartx
+# y2pmsh
+
S=${WORKDIR}/${PN}
src_unpack() {