diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 14:56:13 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 14:56:13 +0000 |
commit | 0f4566107df53b7f15dc6a048981c1f4194591be (patch) | |
tree | f9ad363c05ea4ee9549d48c653fb8b9084996be1 /app-emulation/domi | |
parent | Remove old (diff) | |
download | gentoo-2-0f4566107df53b7f15dc6a048981c1f4194591be.tar.gz gentoo-2-0f4566107df53b7f15dc6a048981c1f4194591be.tar.bz2 gentoo-2-0f4566107df53b7f15dc6a048981c1f4194591be.zip |
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/domi')
-rw-r--r-- | app-emulation/domi/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/domi/domi-20060630.ebuild | 36 |
2 files changed, 5 insertions, 38 deletions
diff --git a/app-emulation/domi/ChangeLog b/app-emulation/domi/ChangeLog index 1972b5be76ba..89f4dc9c538f 100644 --- a/app-emulation/domi/ChangeLog +++ b/app-emulation/domi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/domi -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/domi/ChangeLog,v 1.12 2010/08/20 17:00:42 jer Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/domi/ChangeLog,v 1.13 2012/05/10 14:56:13 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -domi-20060630.ebuild: + Remove old 20 Aug 2010; Jeroen Roovers <jer@gentoo.org> domi-20060630.ebuild, domi-20060816.ebuild: diff --git a/app-emulation/domi/domi-20060630.ebuild b/app-emulation/domi/domi-20060630.ebuild deleted file mode 100644 index b4ad00e2df88..000000000000 --- a/app-emulation/domi/domi-20060630.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2010 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.2 2010/08/20 17:00:43 jer 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-block/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 -} |