Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/vzctl: vzctl-4.6.1.ebuild ChangeLog vzctl-4.5.1.ebuild
Date: Sun, 08 Jun 2014 17:20:24
Message-Id: 20140608172020.C3B752004E@flycatcher.gentoo.org
1 pva 14/06/08 17:20:20
2
3 Modified: vzctl-4.6.1.ebuild ChangeLog vzctl-4.5.1.ebuild
4 Log:
5 amd64 stable, bug #199738 and #5072765.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F1989B07)
8
9 Revision Changes Path
10 1.2 sys-cluster/vzctl/vzctl-4.6.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/vzctl/vzctl-4.6.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/vzctl/vzctl-4.6.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/vzctl/vzctl-4.6.1.ebuild?r1=1.1&r2=1.2
15
16 Index: vzctl-4.6.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-4.6.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- vzctl-4.6.1.ebuild 3 Dec 2013 16:06:11 -0000 1.1
23 +++ vzctl-4.6.1.ebuild 8 Jun 2014 17:20:20 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-4.6.1.ebuild,v 1.1 2013/12/03 16:06:11 qnikst Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-4.6.1.ebuild,v 1.2 2014/06/08 17:20:20 pva Exp $
30
31 EAPI="5"
32
33 @@ -12,7 +12,7 @@
34
35 LICENSE="GPL-2"
36 SLOT="0"
37 -KEYWORDS="~amd64 ~x86 ~ppc64 -amd64-fbsd -x86-fbsd -sparc-fbsd"
38 +KEYWORDS="amd64 ~x86 ~ppc64 -amd64-fbsd -x86-fbsd -sparc-fbsd"
39 IUSE="+ploop +vz-kernel +vzmigrate"
40
41 RDEPEND="net-firewall/iptables
42 @@ -37,7 +37,6 @@
43 "
44
45 src_prepare() {
46 -
47 # Set default OSTEMPLATE on gentoo
48 sed -i -e 's:=redhat-:=gentoo-:' etc/dists/default || die 'sed on etc/dists/default failed'
49 # Set proper udev directory
50 @@ -45,7 +44,6 @@
51 }
52
53 src_configure() {
54 -
55 econf \
56 --localstatedir=/var \
57 --enable-udev \
58 @@ -57,7 +55,6 @@
59 }
60
61 src_install() {
62 -
63 emake DESTDIR="${D}" udevdir="$(udev_get_udevdir)"/rules.d install install-gentoo
64
65 # install the bash-completion script into the right location
66
67
68
69 1.126 sys-cluster/vzctl/ChangeLog
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/vzctl/ChangeLog?rev=1.126&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/vzctl/ChangeLog?rev=1.126&content-type=text/plain
73 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/vzctl/ChangeLog?r1=1.125&r2=1.126
74
75 Index: ChangeLog
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v
78 retrieving revision 1.125
79 retrieving revision 1.126
80 diff -u -r1.125 -r1.126
81 --- ChangeLog 8 May 2014 07:55:12 -0000 1.125
82 +++ ChangeLog 8 Jun 2014 17:20:20 -0000 1.126
83 @@ -1,6 +1,10 @@
84 # ChangeLog for sys-cluster/vzctl
85 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
86 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.125 2014/05/08 07:55:12 civil Exp $
87 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.126 2014/06/08 17:20:20 pva Exp $
88 +
89 + 08 Jun 2014; Peter Volkov <pva@g.o> vzctl-4.5.1.ebuild,
90 + vzctl-4.6.1.ebuild:
91 + amd64 stable, bug #199738 and #5072765.
92
93 08 May 2014; Vladimir Smirnov <civil@g.o> vzctl-4.7.2.ebuild:
94 Fix several typos in pkg_postinst, now messages should be displayed properly
95
96
97
98 1.4 sys-cluster/vzctl/vzctl-4.5.1.ebuild
99
100 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/vzctl/vzctl-4.5.1.ebuild?rev=1.4&view=markup
101 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/vzctl/vzctl-4.5.1.ebuild?rev=1.4&content-type=text/plain
102 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/vzctl/vzctl-4.5.1.ebuild?r1=1.3&r2=1.4
103
104 Index: vzctl-4.5.1.ebuild
105 ===================================================================
106 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-4.5.1.ebuild,v
107 retrieving revision 1.3
108 retrieving revision 1.4
109 diff -u -r1.3 -r1.4
110 --- vzctl-4.5.1.ebuild 3 Mar 2014 23:39:27 -0000 1.3
111 +++ vzctl-4.5.1.ebuild 8 Jun 2014 17:20:20 -0000 1.4
112 @@ -1,6 +1,6 @@
113 # Copyright 1999-2014 Gentoo Foundation
114 # Distributed under the terms of the GNU General Public License v2
115 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-4.5.1.ebuild,v 1.3 2014/03/03 23:39:27 pacho Exp $
116 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-4.5.1.ebuild,v 1.4 2014/06/08 17:20:20 pva Exp $
117
118 EAPI="5"
119
120 @@ -83,7 +83,7 @@
121 einfo "please install "sys-process/criu" "
122 einfo "This is experimental and not stable ( in gentoo ) now"
123
124 - einfo "if you have work with .xz compressed template, please install app-arch/xz-utils"
125 - einfo "if you have check signature donwloaded template - install gpg "
126 + einfo "To work with .xz compressed template, please install app-arch/xz-utils"
127 + einfo "To check signature donwloaded template - install gpg "
128
129 }