diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2007-11-28 17:16:19 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2007-11-28 17:16:19 +0000 |
commit | 1cf4932bdd22fb1974413b961cf756f6e1219b2a (patch) | |
tree | ffe58b46670e0ed89b969ef8d589c7fce0065711 /app-emulation/ganeti-instance-debian-etch | |
parent | bump (diff) | |
download | gentoo-2-1cf4932bdd22fb1974413b961cf756f6e1219b2a.tar.gz gentoo-2-1cf4932bdd22fb1974413b961cf756f6e1219b2a.tar.bz2 gentoo-2-1cf4932bdd22fb1974413b961cf756f6e1219b2a.zip |
Version bump.
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-emulation/ganeti-instance-debian-etch')
3 files changed, 40 insertions, 1 deletions
diff --git a/app-emulation/ganeti-instance-debian-etch/ChangeLog b/app-emulation/ganeti-instance-debian-etch/ChangeLog index 0a4e47b72888..c4c3fd4c42de 100644 --- a/app-emulation/ganeti-instance-debian-etch/ChangeLog +++ b/app-emulation/ganeti-instance-debian-etch/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/ganeti-instance-debian-etch # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-instance-debian-etch/ChangeLog,v 1.2 2007/11/24 18:56:42 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-instance-debian-etch/ChangeLog,v 1.3 2007/11/28 17:16:18 hansmi Exp $ + +*ganeti-instance-debian-etch-0.3 (28 Nov 2007) + + 28 Nov 2007; Michael Hanselmann <hansmi@gentoo.org> + +ganeti-instance-debian-etch-0.3.ebuild: + Version bump. *ganeti-instance-debian-etch-0.2 (23 Nov 2007) diff --git a/app-emulation/ganeti-instance-debian-etch/files/digest-ganeti-instance-debian-etch-0.3 b/app-emulation/ganeti-instance-debian-etch/files/digest-ganeti-instance-debian-etch-0.3 new file mode 100644 index 000000000000..23c4867f6396 --- /dev/null +++ b/app-emulation/ganeti-instance-debian-etch/files/digest-ganeti-instance-debian-etch-0.3 @@ -0,0 +1,3 @@ +MD5 60a85ce30249eb49f8269a92c2623cd7 ganeti-instance-debian-etch-0.3.tar 40960 +RMD160 8714bbd4ed3deccdee0657f768d6b0f1a9e2804d ganeti-instance-debian-etch-0.3.tar 40960 +SHA256 41d7b23fafb9a3de4faa775258519f7136ba2c499e85d52fecef5042087ca401 ganeti-instance-debian-etch-0.3.tar 40960 diff --git a/app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.3.ebuild b/app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.3.ebuild new file mode 100644 index 000000000000..47108e6c04ae --- /dev/null +++ b/app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.3.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.3.ebuild,v 1.1 2007/11/28 17:16:18 hansmi Exp $ + +DESCRIPTION="Debian Etch instance example for Ganeti" +HOMEPAGE="http://code.google.com/p/ganeti/" +SRC_URI="http://ganeti.googlecode.com/files/${P}.tar" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="" +RDEPEND=" + app-arch/dpkg + app-arch/dump + app-emulation/ganeti + dev-util/debootstrap + sys-apps/mktemp + sys-apps/util-linux + sys-fs/e2fsprogs +" + +src_install() { + dir=/srv/ganeti/os/debian-etch/ + insinto ${dir} + doins "${S}"/* + fperms 755 ${dir}/{create,export,import,rename} +} |