summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Bainbridge <chrb@gentoo.org>2006-06-03 09:55:51 +0000
committerChris Bainbridge <chrb@gentoo.org>2006-06-03 09:55:51 +0000
commite27f80c41d613ba681cb0f56b296a5fc617ecec5 (patch)
treee8513c6279422a60f612664dcfb2560a85a01c50 /app-emulation
parentStable on hppa. (diff)
downloadgentoo-2-e27f80c41d613ba681cb0f56b296a5fc617ecec5.tar.gz
gentoo-2-e27f80c41d613ba681cb0f56b296a5fc617ecec5.tar.bz2
gentoo-2-e27f80c41d613ba681cb0f56b296a5fc617ecec5.zip
Add depend for kpartx, thanks to Andrew Ross in bug #135357
(Portage version: 2.1_rc3-r2)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/domi/ChangeLog8
-rw-r--r--app-emulation/domi/domi-20060406-r2.ebuild35
-rw-r--r--app-emulation/domi/files/digest-domi-20060406-r23
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