summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2008-10-13 09:35:18 +0000
committerPeter Volkov <pva@gentoo.org>2008-10-13 09:35:18 +0000
commit82a56c272a8e86963788ee9da21921d46ebf88a7 (patch)
tree8f3f2ddd80e530391f78ccceae84786e671862a1 /sys-cluster
parentalpha/ia64 stable wrt #239564 (diff)
downloadgentoo-2-82a56c272a8e86963788ee9da21921d46ebf88a7.tar.gz
gentoo-2-82a56c272a8e86963788ee9da21921d46ebf88a7.tar.bz2
gentoo-2-82a56c272a8e86963788ee9da21921d46ebf88a7.zip
amd64/x86 stable, bug #199738. Removed old.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/vzctl/ChangeLog7
-rw-r--r--sys-cluster/vzctl/files/vzctl-3.0.16-prevent-stripping.patch26
-rw-r--r--sys-cluster/vzctl/vzctl-3.0.18-r1.ebuild67
-rw-r--r--sys-cluster/vzctl/vzctl-3.0.22-r1.ebuild4
-rw-r--r--sys-cluster/vzctl/vzctl-3.0.22.ebuild70
5 files changed, 8 insertions, 166 deletions
diff --git a/sys-cluster/vzctl/ChangeLog b/sys-cluster/vzctl/ChangeLog
index c94cedddaf77..f5635c0de83c 100644
--- a/sys-cluster/vzctl/ChangeLog
+++ b/sys-cluster/vzctl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-cluster/vzctl
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.57 2008/10/13 09:25:59 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.58 2008/10/13 09:35:18 pva Exp $
+
+ 13 Oct 2008; Peter Volkov <pva@gentoo.org>
+ -files/vzctl-3.0.16-prevent-stripping.patch, -vzctl-3.0.18-r1.ebuild,
+ -vzctl-3.0.22.ebuild, vzctl-3.0.22-r1.ebuild:
+ amd64/x86 stable, bug #199738. Removed old.
*vzctl-3.0.22-r10 (13 Oct 2008)
diff --git a/sys-cluster/vzctl/files/vzctl-3.0.16-prevent-stripping.patch b/sys-cluster/vzctl/files/vzctl-3.0.16-prevent-stripping.patch
deleted file mode 100644
index 218187d59b13..000000000000
--- a/sys-cluster/vzctl/files/vzctl-3.0.16-prevent-stripping.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Index: vzctl-3.0.16/Makefile.in
-===================================================================
---- vzctl-3.0.16.orig/Makefile.in
-+++ vzctl-3.0.16/Makefile.in
-@@ -614,7 +614,7 @@ uninstall-info: uninstall-info-recursive
- dvi-am html html-am info info-am install install-am \
- install-data install-data-am install-data-local install-exec \
- install-exec-am install-info install-info-am install-man \
-- install-strip installcheck installcheck-am installdirs \
-+ installcheck installcheck-am installdirs \
- installdirs-am maintainer-clean maintainer-clean-generic \
- maintainer-clean-recursive mostlyclean mostlyclean-generic \
- mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
-Index: vzctl-3.0.16/src/Makefile.in
-===================================================================
---- vzctl-3.0.16.orig/src/Makefile.in
-+++ vzctl-3.0.16/src/Makefile.in
-@@ -680,7 +680,7 @@ uninstall-info: uninstall-info-recursive
- distclean-recursive distclean-tags distdir dvi dvi-am html \
- html-am info info-am install install-am install-data \
- install-data-am install-exec install-exec-am install-info \
-- install-info-am install-man install-sbinPROGRAMS install-strip \
-+ install-info-am install-man install-sbinPROGRAMS \
- installcheck installcheck-am installdirs installdirs-am \
- maintainer-clean maintainer-clean-generic \
- maintainer-clean-recursive mostlyclean mostlyclean-compile \
diff --git a/sys-cluster/vzctl/vzctl-3.0.18-r1.ebuild b/sys-cluster/vzctl/vzctl-3.0.18-r1.ebuild
deleted file mode 100644
index 8b3ec803ef16..000000000000
--- a/sys-cluster/vzctl/vzctl-3.0.18-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.18-r1.ebuild,v 1.2 2007/12/24 10:29:12 pva Exp $
-
-inherit bash-completion eutils
-
-DESCRIPTION="OpenVZ VE control utility"
-HOMEPAGE="http://openvz.org/"
-SRC_URI="http://download.openvz.org/utils/${PN}/${PV}/src/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc64 ~sparc x86"
-IUSE="bash-completion logrotate"
-
-RDEPEND="logrotate? ( app-admin/logrotate )
- net-firewall/iptables
- sys-apps/ed
- sys-apps/iproute2
- sys-fs/vzquota
- virtual/cron"
-
-DEPEND="${RDEPEND}"
-
-src_compile() {
- econf --localstatedir=/var \
- --enable-cron \
- --enable-udev \
- $(use_enable bash-completion bashcomp) \
- $(use_enable logrotate) || die "econf failed!"
-
- emake || die "emake failed!"
-}
-
-src_install() {
- make DESTDIR="${D}" install install-gentoo || die "make install failed"
-
- # install the bash-completion script into the right location
- rm -rf "${D}"/etc/bash_completion.d
- dobashcompletion "${S}"/etc/bash_completion.d/vzctl.sh vzctl
-
- # We need to keep some dirs
- keepdir /etc/vz
- keepdir /etc/vz/conf
- keepdir /etc/vz/names
- keepdir /vz
- keepdir /vz/dump
- keepdir /vz/lock
- keepdir /vz/template
- keepdir /vz/template/cache
- keepdir /var/lib/vzctl
- keepdir /var/lib/vzctl/veip
-}
-
-pkg_postinst() {
- bash-completion_pkg_postinst
- if has_version "<3.0.10"; then
- ewarn
- ewarn "The location of some vzctl files have changed. Most notably,"
- ewarn "VE configuration files and samples directory has changed from"
- ewarn "/etc/vz to /etc/vz/conf. In order to be able to work with"
- ewarn "your VEs, please do the following:"
- ewarn
- ewarn "bash# mv /etc/vz/[0-9]*.conf /etc/vz/conf/"
- ewarn
- fi
-}
diff --git a/sys-cluster/vzctl/vzctl-3.0.22-r1.ebuild b/sys-cluster/vzctl/vzctl-3.0.22-r1.ebuild
index 0e07e3fbcc74..cbdc16a897b8 100644
--- a/sys-cluster/vzctl/vzctl-3.0.22-r1.ebuild
+++ b/sys-cluster/vzctl/vzctl-3.0.22-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.22-r1.ebuild,v 1.1 2008/07/14 06:12:16 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.22-r1.ebuild,v 1.2 2008/10/13 09:35:18 pva Exp $
inherit bash-completion eutils
@@ -10,7 +10,7 @@ SRC_URI="http://download.openvz.org/utils/${PN}/${PV}/src/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc64 ~sparc x86"
IUSE="bash-completion logrotate"
RDEPEND="logrotate? ( app-admin/logrotate )
diff --git a/sys-cluster/vzctl/vzctl-3.0.22.ebuild b/sys-cluster/vzctl/vzctl-3.0.22.ebuild
deleted file mode 100644
index dbc39b95f9f8..000000000000
--- a/sys-cluster/vzctl/vzctl-3.0.22.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.22.ebuild,v 1.3 2008/01/30 08:30:30 pva Exp $
-
-inherit bash-completion eutils
-
-DESCRIPTION="OpenVZ VE control utility"
-HOMEPAGE="http://openvz.org/"
-SRC_URI="http://download.openvz.org/utils/${PN}/${PV}/src/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc64 ~sparc x86"
-IUSE="bash-completion logrotate"
-
-RDEPEND="logrotate? ( app-admin/logrotate )
- net-firewall/iptables
- sys-apps/ed
- sys-apps/iproute2
- sys-fs/vzquota
- virtual/cron"
-
-DEPEND="${RDEPEND}"
-
-src_compile() {
- econf --localstatedir=/var \
- --enable-cron \
- --enable-udev \
- $(use_enable bash-completion bashcomp) \
- $(use_enable logrotate) || die "econf failed!"
-
- emake || die "emake failed!"
-}
-
-src_install() {
- make DESTDIR="${D}" install install-gentoo || die "make install failed"
-
- # install the bash-completion script into the right location
- rm -rf "${D}"/etc/bash_completion.d
- dobashcompletion "${S}"/etc/bash_completion.d/vzctl.sh vzctl
-
- # We need to keep some dirs
- keepdir /vz/{dump,lock,root,private,template/cache}
- keepdir /etc/vz/names /var/lib/vzctl/veip
-}
-
-pkg_postinst() {
- bash-completion_pkg_postinst
- ewarn
- if has_version "<3.0.10"; then
- ewarn "The location of some vzctl files have changed. Most notably,"
- ewarn "VE configuration files and samples directory has changed from"
- ewarn "/etc/vz to /etc/vz/conf. In order to be able to work with"
- ewarn "your VEs, please do the following:"
- ewarn
- ewarn "bash# mv /etc/vz/[0-9]*.conf /etc/vz/conf/"
- ewarn
- fi
- ewarn "NOTE: Starting with vzctl-3.0.22 the mechanism for choosing the"
- ewarn "interfaces to send ARP requests to has been improved (see description"
- ewarn "of NEIGHBOUR_DEVS in vz.conf(5) man page). In case VE IP addresses"
- ewarn "are not on the same subnet as HN IPs, it may lead to such VEs being"
- ewarn "unreachable from the outside world."
- ewarn
- ewarn "The solution is to set up a device route(s) for the network your VEs are"
- ewarn "in. For more details, see http://bugzilla.openvz.org/show_bug.cgi?id=771#c1"
- ewarn
- ewarn "The old vzctl behavior can be restored by setting NEIGHBOUR_DEVS to any"
- ewarn 'value other than "detect" in /etc/vz/vz.conf.'
-}