pva         14/06/08 17:20:20

  Modified:             vzctl-4.6.1.ebuild ChangeLog vzctl-4.5.1.ebuild
  Log:
  amd64 stable, bug #199738 and #5072765.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
F1989B07)

Revision  Changes    Path
1.2                  sys-cluster/vzctl/vzctl-4.6.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/vzctl/vzctl-4.6.1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/vzctl/vzctl-4.6.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/vzctl/vzctl-4.6.1.ebuild?r1=1.1&r2=1.2

Index: vzctl-4.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-4.6.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vzctl-4.6.1.ebuild  3 Dec 2013 16:06:11 -0000       1.1
+++ vzctl-4.6.1.ebuild  8 Jun 2014 17:20:20 -0000       1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-4.6.1.ebuild,v 1.1 
2013/12/03 16:06:11 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-4.6.1.ebuild,v 1.2 
2014/06/08 17:20:20 pva Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc64 -amd64-fbsd -x86-fbsd -sparc-fbsd"
+KEYWORDS="amd64 ~x86 ~ppc64 -amd64-fbsd -x86-fbsd -sparc-fbsd"
 IUSE="+ploop +vz-kernel +vzmigrate"
 
 RDEPEND="net-firewall/iptables
@@ -37,7 +37,6 @@
        "
 
 src_prepare() {
-
        # Set default OSTEMPLATE on gentoo
        sed -i -e 's:=redhat-:=gentoo-:' etc/dists/default || die 'sed on 
etc/dists/default failed'
        # Set proper udev directory
@@ -45,7 +44,6 @@
 }
 
 src_configure() {
-
        econf \
                --localstatedir=/var \
                --enable-udev \
@@ -57,7 +55,6 @@
 }
 
 src_install() {
-
        emake DESTDIR="${D}" udevdir="$(udev_get_udevdir)"/rules.d install 
install-gentoo
 
        # install the bash-completion script into the right location



1.126                sys-cluster/vzctl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/vzctl/ChangeLog?rev=1.126&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/vzctl/ChangeLog?rev=1.126&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/vzctl/ChangeLog?r1=1.125&r2=1.126

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- ChangeLog   8 May 2014 07:55:12 -0000       1.125
+++ ChangeLog   8 Jun 2014 17:20:20 -0000       1.126
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/vzctl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.125 
2014/05/08 07:55:12 civil Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.126 
2014/06/08 17:20:20 pva Exp $
+
+  08 Jun 2014; Peter Volkov <[email protected]> vzctl-4.5.1.ebuild,
+  vzctl-4.6.1.ebuild:
+  amd64 stable, bug #199738 and #5072765.
 
   08 May 2014; Vladimir Smirnov <[email protected]> vzctl-4.7.2.ebuild:
   Fix several typos in pkg_postinst, now messages should be displayed properly



1.4                  sys-cluster/vzctl/vzctl-4.5.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/vzctl/vzctl-4.5.1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/vzctl/vzctl-4.5.1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/vzctl/vzctl-4.5.1.ebuild?r1=1.3&r2=1.4

Index: vzctl-4.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-4.5.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vzctl-4.5.1.ebuild  3 Mar 2014 23:39:27 -0000       1.3
+++ vzctl-4.5.1.ebuild  8 Jun 2014 17:20:20 -0000       1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-4.5.1.ebuild,v 1.3 
2014/03/03 23:39:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-4.5.1.ebuild,v 1.4 
2014/06/08 17:20:20 pva Exp $
 
 EAPI="5"
 
@@ -83,7 +83,7 @@
        einfo "please install "sys-process/criu" "
        einfo "This is experimental and not stable ( in gentoo ) now"
 
-       einfo "if you have work with  .xz compressed template, please install 
app-arch/xz-utils"
-       einfo "if you have check signature donwloaded template - install gpg "
+       einfo "To work with .xz compressed template, please install 
app-arch/xz-utils"
+       einfo "To check signature donwloaded template - install gpg "
 
 }




Reply via email to