diff options
author | Thilo Bangert <bangert@gentoo.org> | 2008-10-01 18:47:54 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2008-10-01 18:47:54 +0000 |
commit | 7b4b49f3e33204a5887150eab6dd164f9630c0c3 (patch) | |
tree | c822e99a17cdc21635011a4d43ffd0f138abf988 /app-emulation | |
parent | Version bump, adding linguas support. Drop old versions. (diff) | |
download | gentoo-2-7b4b49f3e33204a5887150eab6dd164f9630c0c3.tar.gz gentoo-2-7b4b49f3e33204a5887150eab6dd164f9630c0c3.tar.bz2 gentoo-2-7b4b49f3e33204a5887150eab6dd164f9630c0c3.zip |
version bump - by Thomas Pani - bug #146338
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/domi/ChangeLog | 9 | ||||
-rw-r--r-- | app-emulation/domi/domi-20060816.ebuild | 36 |
2 files changed, 43 insertions, 2 deletions
diff --git a/app-emulation/domi/ChangeLog b/app-emulation/domi/ChangeLog index 2795b847d385..60af24b780a5 100644 --- a/app-emulation/domi/ChangeLog +++ b/app-emulation/domi/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/domi -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/domi/ChangeLog,v 1.9 2007/05/13 18:28:34 bangert Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/domi/ChangeLog,v 1.10 2008/10/01 18:47:54 bangert Exp $ + +*domi-20060816 (01 Oct 2008) + + 01 Oct 2008; Thilo Bangert <bangert@gentoo.org> +domi-20060816.ebuild: + version bump - by Thomas Pani - bug #146338 13 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml: add <herd>no-herd</herd> diff --git a/app-emulation/domi/domi-20060816.ebuild b/app-emulation/domi/domi-20060816.ebuild new file mode 100644 index 000000000000..4a92de576821 --- /dev/null +++ b/app-emulation/domi/domi-20060816.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/domi/domi-20060816.ebuild,v 1.1 2008/10/01 18:47:54 bangert Exp $ + +inherit eutils +DESCRIPTION="Scripts for building Xen domains" +HOMEPAGE="http://www.bytesex.org" +EXTRA_VERSION="153213" +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 +} |