diff options
author | Chris Bainbridge <chrb@gentoo.org> | 2006-08-04 14:50:00 +0000 |
---|---|---|
committer | Chris Bainbridge <chrb@gentoo.org> | 2006-08-04 14:50:00 +0000 |
commit | cbdc7d7d9eddd9ed29d07427421fc025bb82c4f2 (patch) | |
tree | 1248eb498e6630ad68f07ea5445e0a85c5ae474b /app-emulation/domi | |
parent | Moved vmware-workstation ebuilds using the new vmware eclass from the vmware ... (diff) | |
download | historical-cbdc7d7d9eddd9ed29d07427421fc025bb82c4f2.tar.gz historical-cbdc7d7d9eddd9ed29d07427421fc025bb82c4f2.tar.bz2 historical-cbdc7d7d9eddd9ed29d07427421fc025bb82c4f2.zip |
Bump thanks to Andrew Ross, #136726.
Package-Manager: portage-2.1.1_pre4-r2
Diffstat (limited to 'app-emulation/domi')
-rw-r--r-- | app-emulation/domi/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/domi/domi-20060630.ebuild | 36 | ||||
-rw-r--r-- | app-emulation/domi/files/digest-domi-20060630 | 3 |
3 files changed, 45 insertions, 1 deletions
diff --git a/app-emulation/domi/ChangeLog b/app-emulation/domi/ChangeLog index 0537afadf550..9773c81e24c9 100644 --- a/app-emulation/domi/ChangeLog +++ b/app-emulation/domi/ChangeLog @@ -1,6 +1,11 @@ # 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.6 2006/06/10 14:17:58 chrb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/domi/ChangeLog,v 1.7 2006/08/04 14:50:00 chrb Exp $ + +*domi-20060630 (04 Aug 2006) + + 04 Aug 2006; Chris Bainbridge <chrb@gentoo.org> +domi-20060630.ebuild: + Bump thanks to Andrew Ross, #136726. 10 Jun 2006; Chris Bainbridge <chrb@gentoo.org> -domi-20060406-r2.ebuild: remove old version diff --git a/app-emulation/domi/domi-20060630.ebuild b/app-emulation/domi/domi-20060630.ebuild new file mode 100644 index 000000000000..32ff635bb412 --- /dev/null +++ b/app-emulation/domi/domi-20060630.ebuild @@ -0,0 +1,36 @@ +# 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-20060630.ebuild,v 1.1 2006/08/04 14:50:00 chrb Exp $ + +inherit eutils +DESCRIPTION="Scripts for building Xen domains" +HOMEPAGE="http://www.bytesex.org" +EXTRA_VERSION="145440" +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-apps/yum + 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. +# y2pmsh +RESTRICT="test" + +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-20060630 b/app-emulation/domi/files/digest-domi-20060630 new file mode 100644 index 000000000000..45ffac98ade1 --- /dev/null +++ b/app-emulation/domi/files/digest-domi-20060630 @@ -0,0 +1,3 @@ +MD5 4e1ec8e67682920cdf38786b3f46fbc0 domi-20060630-145440.tar.gz 15464 +RMD160 22a9525a4fb27e8d0a3d281f1acdc828490c99f0 domi-20060630-145440.tar.gz 15464 +SHA256 afcd220f35aad039b83d72621a7ec7709c64b713f2fc9d0f6fdcb802948f1ec8 domi-20060630-145440.tar.gz 15464 |