summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Albertson <ramereth@gentoo.org>2010-01-31 01:55:10 +0000
committerLance Albertson <ramereth@gentoo.org>2010-01-31 01:55:10 +0000
commite71c205493708e9ecd69f8232efb46aa5f6e98e9 (patch)
treed684a659aabc9675035e0ee197336f4ca4070044 /app-emulation
parentadd turkish support (diff)
downloadgentoo-2-e71c205493708e9ecd69f8232efb46aa5f6e98e9.tar.gz
gentoo-2-e71c205493708e9ecd69f8232efb46aa5f6e98e9.tar.bz2
gentoo-2-e71c205493708e9ecd69f8232efb46aa5f6e98e9.zip
Version bump, ebuild cleanup
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/ganeti/ChangeLog9
-rw-r--r--app-emulation/ganeti/ganeti-2.1.0_rc1.ebuild73
-rw-r--r--app-emulation/ganeti/ganeti-2.1.0_rc4.ebuild (renamed from app-emulation/ganeti/ganeti-2.1.0_rc2.ebuild)4
3 files changed, 10 insertions, 76 deletions
diff --git a/app-emulation/ganeti/ChangeLog b/app-emulation/ganeti/ChangeLog
index 579424382f51..d84a1d6e4808 100644
--- a/app-emulation/ganeti/ChangeLog
+++ b/app-emulation/ganeti/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-emulation/ganeti
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ChangeLog,v 1.14 2010/01/15 17:50:51 ramereth Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ChangeLog,v 1.15 2010/01/31 01:55:10 ramereth Exp $
+
+*ganeti-2.1.0_rc4 (31 Jan 2010)
+
+ 31 Jan 2010; Lance Albertson <ramereth@gentoo.org>
+ -ganeti-2.1.0_rc1.ebuild, -ganeti-2.1.0_rc2.ebuild,
+ +ganeti-2.1.0_rc4.ebuild:
+ Version bump, cleanup
*ganeti-2.1.0_rc3 (15 Jan 2010)
diff --git a/app-emulation/ganeti/ganeti-2.1.0_rc1.ebuild b/app-emulation/ganeti/ganeti-2.1.0_rc1.ebuild
deleted file mode 100644
index 8e654a887cb9..000000000000
--- a/app-emulation/ganeti/ganeti-2.1.0_rc1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ganeti-2.1.0_rc1.ebuild,v 1.1 2009/12/17 00:47:24 ramereth Exp $
-
-EAPI=2
-
-inherit eutils confutils bash-completion
-
-MY_PV="${PV/_rc/~rc}"
-MY_P="${PN}-${MY_PV}"
-DESCRIPTION="Ganeti is a virtual server management software tool"
-HOMEPAGE="http://code.google.com/p/ganeti/"
-SRC_URI="http://ganeti.googlecode.com/files/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="kvm xen drbd"
-
-S="${WORKDIR}/${MY_P}"
-
-DEPEND="xen? ( >=app-emulation/xen-3.0 )
- kvm? ( app-emulation/qemu-kvm )
- drbd? ( >=sys-cluster/drbd-8.0 )
- dev-libs/openssl
- dev-python/pyopenssl
- dev-python/pyparsing
- dev-python/pyinotify
- dev-python/simplejson
- net-analyzer/arping
- net-misc/bridge-utils
- net-misc/openssh
- net-misc/socat
- sys-apps/iproute2
- sys-fs/lvm2"
-RDEPEND="${DEPEND}"
-
-src_prepare () {
- epatch "${FILESDIR}/${P}-fix-brctl-path-for-gentoo.patch"
-}
-
-pkg_setup () {
- confutils_require_any kvm xen
-}
-
-src_configure () {
- econf --localstatedir=/var \
- --docdir=/usr/share/doc/${P} \
- --with-ssh-initscript=/etc/init.d/sshd \
- --with-export-dir=/var/lib/ganeti-storage/export \
- --with-os-search-path=/usr/share/ganeti/os \
- --with-file-storage-dir=/var/lib/ganeti-storage/file
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die "emake install failed"
- newinitd "${FILESDIR}"/ganeti-2.1.initd ganeti
- dobashcompletion doc/examples/bash_completion ganeti
- dodoc INSTALL NEWS README doc/*.{rst,png}
- rm -rf "${D}"/usr/share/doc/ganeti
- docinto examples
- dodoc doc/examples/{dumb-allocator,ganeti.cron,gnt-config-backup}
- docinto examples/hooks
- dodoc doc/examples/hooks/{ipsec,ethers}
-
- keepdir /var/{lib,log,run}/ganeti/
- keepdir /usr/share/ganeti/os/
- keepdir /var/lib/ganeti-storage/{export,file}/
-}
-
-pkg_postinst () {
- bash-completion_pkg_postinst
-}
diff --git a/app-emulation/ganeti/ganeti-2.1.0_rc2.ebuild b/app-emulation/ganeti/ganeti-2.1.0_rc4.ebuild
index 1c9fe1becc5f..6fcb8871fee1 100644
--- a/app-emulation/ganeti/ganeti-2.1.0_rc2.ebuild
+++ b/app-emulation/ganeti/ganeti-2.1.0_rc4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ganeti-2.1.0_rc2.ebuild,v 1.1 2009/12/17 17:05:20 ramereth Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti/ganeti-2.1.0_rc4.ebuild,v 1.1 2010/01/31 01:55:10 ramereth Exp $
EAPI=2