public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emulation/ganeti-instance-debootstrap: ChangeLog ganeti-instance-debootstrap-0.9.ebuild
@ 2010-03-12 19:29 Lance Albertson (ramereth)
  0 siblings, 0 replies; only message in thread
From: Lance Albertson (ramereth) @ 2010-03-12 19:29 UTC (permalink / raw
  To: gentoo-commits

ramereth    10/03/12 19:29:11

  Modified:             ChangeLog
  Added:                ganeti-instance-debootstrap-0.9.ebuild
  Log:
  Version bump to 0.9
  (Portage version: 2.1.7.17/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  app-emulation/ganeti-instance-debootstrap/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/ganeti-instance-debootstrap/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/ganeti-instance-debootstrap/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/ganeti-instance-debootstrap/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/ganeti-instance-debootstrap/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	7 Mar 2010 21:03:00 -0000	1.2
+++ ChangeLog	12 Mar 2010 19:29:10 -0000	1.3
@@ -1,6 +1,14 @@
 # ChangeLog for app-emulation/ganeti-instance-debootstrap
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-instance-debootstrap/ChangeLog,v 1.2 2010/03/07 21:03:00 ramereth Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-instance-debootstrap/ChangeLog,v 1.3 2010/03/12 19:29:10 ramereth Exp $
+
+*ganeti-instance-debootstrap-0.9 (12 Mar 2010)
+
+  12 Mar 2010; Lance Albertson <ramereth@gentoo.org>
+  +ganeti-instance-debootstrap-0.9.ebuild:
+  Version bump to 0.9
+
+  * Install example hooks
 
 *ganeti-instance-debootstrap-0.8 (07 Mar 2010)
 



1.1                  app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.9.ebuild?rev=1.1&content-type=text/plain

Index: ganeti-instance-debootstrap-0.9.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-instance-debootstrap/ganeti-instance-debootstrap-0.9.ebuild,v 1.1 2010/03/12 19:29:10 ramereth Exp $

EAPI=2

inherit eutils

DESCRIPTION="Scripts to build Ganeti VMs with debootstrap"
HOMEPAGE="http://code.google.com/p/ganeti/"
SRC_URI="http://ganeti.googlecode.com/files/ganeti-instance-debootstrap-${PV}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND="app-arch/dpkg
	app-arch/dump
	app-emulation/ganeti
	dev-util/debootstrap
	|| ( >=sys-apps/coreutils-6.10-r1 sys-apps/mktemp )
	sys-apps/util-linux
	sys-fs/e2fsprogs"

src_configure() {
	econf --docdir=/usr/share/doc/${P} || die "econf failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "install failed"
	insinto /etc/ganeti/instance-debootstrap/hooks
	doins examples/hooks/*
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-12 19:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-12 19:29 [gentoo-commits] gentoo-x86 commit in app-emulation/ganeti-instance-debootstrap: ChangeLog ganeti-instance-debootstrap-0.9.ebuild Lance Albertson (ramereth)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox