summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2006-12-03 08:33:48 +0000
committerBenedikt Boehm <hollow@gentoo.org>2006-12-03 08:33:48 +0000
commitc6143c750225e9c30890d3ed5ed22abb8512f94d (patch)
tree6a894695a1f4f9ff20e1f226e215e233834654ec /sys-cluster
parent3.0.9 stable on amd64 and x86; add ~ppc64 and ~sparc (diff)
downloadgentoo-2-c6143c750225e9c30890d3ed5ed22abb8512f94d.tar.gz
gentoo-2-c6143c750225e9c30890d3ed5ed22abb8512f94d.tar.bz2
gentoo-2-c6143c750225e9c30890d3ed5ed22abb8512f94d.zip
ovz bug #254 has been solved; add ~ppc64 and ~sparc; cleanup
(Portage version: 2.1.2_rc1-r6)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/vzctl/ChangeLog5
-rw-r--r--sys-cluster/vzctl/vzctl-3.0.13.ebuild22
2 files changed, 7 insertions, 20 deletions
diff --git a/sys-cluster/vzctl/ChangeLog b/sys-cluster/vzctl/ChangeLog
index 239e91cb00ef..50366ff86fd8 100644
--- a/sys-cluster/vzctl/ChangeLog
+++ b/sys-cluster/vzctl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-cluster/vzctl
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.38 2006/11/29 22:20:08 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.39 2006/12/03 08:33:48 hollow Exp $
+
+ 03 Dec 2006; Benedikt Böhm <hollow@gentoo.org> vzctl-3.0.13.ebuild:
+ ovz bug #254 has been solved; add ~ppc64 and ~sparc; cleanup
29 Nov 2006; Christian Heim <phreak@gentoo.org> -vzctl-3.0.11-r1.ebuild,
-vzctl-3.0.12.ebuild:
diff --git a/sys-cluster/vzctl/vzctl-3.0.13.ebuild b/sys-cluster/vzctl/vzctl-3.0.13.ebuild
index 41477361256e..04328f29648a 100644
--- a/sys-cluster/vzctl/vzctl-3.0.13.ebuild
+++ b/sys-cluster/vzctl/vzctl-3.0.13.ebuild
@@ -1,18 +1,16 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.13.ebuild,v 1.1 2006/11/29 22:17:20 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.13.ebuild,v 1.2 2006/12/03 08:33:48 hollow Exp $
inherit bash-completion eutils flag-o-matic multilib
DESCRIPTION="OpenVZ VPS control utility"
HOMEPAGE="http://openvz.org/"
SRC_URI="http://download.openvz.org/utils/${PN}/${PV}/src/${P}.tar.bz2"
-# http://dev.gentoo.org/~phreak/distfiles/${PN}-patches-${PVR}.tar.bz2
-# http://dev.gentoo.org/~hollow/distfiles/${PN}-patches-${PVR}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
IUSE="bash-completion logrotate udev"
RDEPEND="logrotate? ( app-admin/logrotate )
@@ -25,14 +23,7 @@ RDEPEND="logrotate? ( app-admin/logrotate )
DEPEND="${RDEPEND}"
-src_unpack() {
- unpack ${A}
-
-# epatch "${WORKDIR}/patches"/*.patch
-}
-
src_compile() {
- append-flags -Wall -g2
emake CFLAGS="${CFLAGS}" || die
}
@@ -52,15 +43,8 @@ src_install() {
rm -rf "${D}"/etc/bash_completion.d
dobashcompletion "${S}"/etc/bash_completion.d/vzctl.sh vzctl
- # Remove the logrotate entr unless USE=logrotate
+ # Remove the logrotate entry unless USE=logrotate
use logrotate || rm -rf "${D}"/etc/logrotate.d
-
- # Provide a symlink for vz.conf (fixing #138462)
-# dosym /etc/vz/vz.conf /etc/conf.d/vz
-
- # Remove cruftie sysconfig entries
- # We can get rid of that once ovz #254 is solved
- rm -rf "${D}"/etc/sysconfig
}
pkg_postinst() {