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

ramereth    11/03/26 21:12:26

  Modified:             ChangeLog
  Added:                ganeti-instance-image-0.5.ebuild
  Log:
  version bump
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  app-emulation/ganeti-instance-image/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ganeti-instance-image/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ganeti-instance-image/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ganeti-instance-image/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/ganeti-instance-image/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	22 Jan 2011 20:09:49 -0000	1.3
+++ ChangeLog	26 Mar 2011 21:12:26 -0000	1.4
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/ganeti-instance-image
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-instance-image/ChangeLog,v 1.3 2011/01/22 20:09:49 ramereth Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-instance-image/ChangeLog,v 1.4 2011/03/26 21:12:26 ramereth Exp $
+
+*ganeti-instance-image-0.5 (26 Mar 2011)
+
+  26 Mar 2011; Lance Albertson <ramereth@gentoo.org>
+  +ganeti-instance-image-0.5.ebuild:
+  Version bump
 
   22 Jan 2011; Lance Albertson <ramereth@gentoo.org>
   ganeti-instance-image-0.4.ebuild:



1.1                  app-emulation/ganeti-instance-image/ganeti-instance-image-0.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ganeti-instance-image/ganeti-instance-image-0.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/ganeti-instance-image/ganeti-instance-image-0.5.ebuild?rev=1.1&content-type=text/plain

Index: ganeti-instance-image-0.5.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-instance-image/ganeti-instance-image-0.5.ebuild,v 1.1 2011/03/26 21:12:26 ramereth Exp $

EAPI=2

inherit eutils

if [[ ${PV} == "9999" ]]; then
	EGIT_REPO_URI="git://git.osuosl.org/${PN}.git"
	EGIT_BRANCH="master"
	inherit git autotools
else
	SRC_URI="http://ftp.osuosl.org/pub/osl/ganeti-instance-image/${P}.tar.gz"
fi

DESCRIPTION="Scripts to build out CD or image based VMs using Ganeti"
HOMEPAGE="http://code.osuosl.org/projects/ganeti-image"

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

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

src_prepare() {
	if [[ ${PV} == "9999" ]]; then
		eautoreconf
	fi
}

src_configure() {
	econf --with-default-dir=/etc/ganeti
}

src_install() {
	emake DESTDIR="${D}" install || die "install failed"

	rm -rf "${D}"/usr/share/doc/${PN}
	dodoc README NEWS ChangeLog
	insinto /etc/ganeti
	newins defaults ${PN}
}






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

only message in thread, other threads:[~2011-03-26 21:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-26 21:12 [gentoo-commits] gentoo-x86 commit in app-emulation/ganeti-instance-image: ganeti-instance-image-0.5.ebuild ChangeLog 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