diff options
author | Chris Bainbridge <chrb@gentoo.org> | 2006-06-03 09:55:51 +0000 |
---|---|---|
committer | Chris Bainbridge <chrb@gentoo.org> | 2006-06-03 09:55:51 +0000 |
commit | c67a1449f196c465203d9cb9eeafaf9002979a0d (patch) | |
tree | ec2a0d04178f333f73e593683a255632efcde5cc /app-emulation/domi | |
parent | Stable on hppa. (diff) | |
download | historical-c67a1449f196c465203d9cb9eeafaf9002979a0d.tar.gz historical-c67a1449f196c465203d9cb9eeafaf9002979a0d.tar.bz2 historical-c67a1449f196c465203d9cb9eeafaf9002979a0d.zip |
Add depend for kpartx, thanks to Andrew Ross in bug #135357
Package-Manager: portage-2.1_rc3-r2
Diffstat (limited to 'app-emulation/domi')
-rw-r--r-- | app-emulation/domi/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/domi/domi-20060406-r2.ebuild | 35 | ||||
-rw-r--r-- | app-emulation/domi/files/digest-domi-20060406-r2 | 3 |
3 files changed, 45 insertions, 1 deletions
diff --git a/app-emulation/domi/ChangeLog b/app-emulation/domi/ChangeLog index a6e44614bb12..a3b9d9929bf3 100644 --- a/app-emulation/domi/ChangeLog +++ b/app-emulation/domi/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/domi # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/domi/ChangeLog,v 1.2 2006/05/19 11:57:12 chrb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/domi/ChangeLog,v 1.3 2006/06/03 09:55:51 chrb Exp $ + +*domi-20060406-r2 (03 Jun 2006) + + 03 Jun 2006; Chris Bainbridge <chrb@gentoo.org> -domi-20060406-r1.ebuild, + +domi-20060406-r2.ebuild: + Add depend for kpartx, thanks to Andrew Ross in bug #135357 *domi-20060406-r1 (19 May 2006) diff --git a/app-emulation/domi/domi-20060406-r2.ebuild b/app-emulation/domi/domi-20060406-r2.ebuild new file mode 100644 index 000000000000..90264c8fc06c --- /dev/null +++ b/app-emulation/domi/domi-20060406-r2.ebuild @@ -0,0 +1,35 @@ +# 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-r2.ebuild,v 1.1 2006/06/03 09:55:51 chrb Exp $ + +inherit eutils +DESCRIPTION="Scripts for building Xen domains" +HOMEPAGE="http://www.bytesex.org" +EXTRA_VERSION="104418" +SRC_URI="http://dl.bytesex.org/cvs-snapshots/${P}-${EXTRA_VERSION}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="app-emulation/xen-tools + app-arch/rpm + sys-apps/parted + sys-fs/lvm2 + sys-fs/multipath-tools" +# 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 +# y2pmsh + +S=${WORKDIR}/${PN} + +src_unpack() { + unpack ${A} + sed -i -e 's:/dev/loop\$:/dev/loop/\$:' ${S}/domi +} + +src_install() { + einstall || die + insinto /etc + doins ${FILESDIR}/domi.conf || die +} diff --git a/app-emulation/domi/files/digest-domi-20060406-r2 b/app-emulation/domi/files/digest-domi-20060406-r2 new file mode 100644 index 000000000000..5b16412356fb --- /dev/null +++ b/app-emulation/domi/files/digest-domi-20060406-r2 @@ -0,0 +1,3 @@ +MD5 fa41a5b6f59a4ffcb6020ddb93630297 domi-20060406-104418.tar.gz 14936 +RMD160 9923dbc3bc003bcb0602e5b0a5181ab54fc70874 domi-20060406-104418.tar.gz 14936 +SHA256 373fc778c8d245603b71c9d38c5c54211fe38c75961546e8f773e104a358e139 domi-20060406-104418.tar.gz 14936 |