Gentoo Archives: gentoo-commits

From: Maxim Koltsov <maksbotan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/vzctl/
Date: Sat, 10 Oct 2015 14:33:55
Message-Id: 1444487612.193f98bc6b92ba557ddc9cded11df78510d56333.maksbotan@gentoo
1 commit: 193f98bc6b92ba557ddc9cded11df78510d56333
2 Author: Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 14:27:54 2015 +0000
4 Commit: Maxim Koltsov <maksbotan <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 14:33:32 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=193f98bc
7
8 sys-cluster/vzctl: bump to 4.9.4, clean old
9
10 Package-Manager: portage-2.2.22
11
12 sys-cluster/vzctl/Manifest | 3 +-
13 sys-cluster/vzctl/vzctl-4.9.2.ebuild | 86 ----------------------
14 .../{vzctl-4.9.3.ebuild => vzctl-4.9.4.ebuild} | 0
15 3 files changed, 1 insertion(+), 88 deletions(-)
16
17 diff --git a/sys-cluster/vzctl/Manifest b/sys-cluster/vzctl/Manifest
18 index 3a3c408..3c4f93e 100644
19 --- a/sys-cluster/vzctl/Manifest
20 +++ b/sys-cluster/vzctl/Manifest
21 @@ -1,3 +1,2 @@
22 DIST vzctl-4.9.1.tar.bz2 517940 SHA256 b15f4b4eacd88d2a5e745f556dfe6ae079a77c0d3f0fa818674bc98715ad7d72 SHA512 998882a1f628104a9e0c6a598ee84046fb03da03b7b2ce703396659cf7d7bd0bb67bf1590596e5e43ff1223ef23078fb7cab2228e768e79d3c3136b1ba418e50 WHIRLPOOL feff55376fa5f470627f7fcbd4e9a0c24e04b8575219d33ffa5eb4a67d79e64682975b89fbf06953d4d88044e1771c9dfef3a5b578914900e5f88f59eb2d3895
23 -DIST vzctl-4.9.2.tar.bz2 549613 SHA256 a345719d47e8a3f96c5af4c86b58a9677848eee6f4777403b447eff2c9320cae SHA512 c2ab45eb8f8f80c8b044f652c68c1c816b3df85f3aca5fe33b385dea4b6addeb8e6ebe6232342454efc4c683e8433149828dffdbcb181af6bfcb68d8b5a86ef1 WHIRLPOOL 42919c1096133250787996071f1d16e0d6bce542760c58a4d6af019960b6db7df4636d0735f21ffda95032fbabb4cf6709da532bee96e9e7775bf665049cbc46
24 -DIST vzctl-4.9.3.tar.bz2 549543 SHA256 c2fe73928933609893e99b16405f9da6a2d19e43a1164e7448bea81eb47355a0 SHA512 4c4fb69c217b403668a6ec64189eaf23d3ecaadc6ad9f09127a4c2b6d3dc88ac4c73ba182f99f5e1e9c64161a285d83421bb81343fbb83481c46a8489ac99819 WHIRLPOOL 546865b8b8bac4c5a95b191a283080965e1f3bfd51cdc09d4b36a0ac97df9339e8fb2a495df60290b0d92d2a3750d97a27cbb02b1de46c715b8784e1dea3e3f5
25 +DIST vzctl-4.9.4.tar.bz2 550370 SHA256 bc3c63841b5244181e71bd1daf7c9aca6df3d42ed886a161fa5ba4b1b4520420 SHA512 651aa7882ba77442666a09441769f821a7374f417199380667b27c9980203597575dfe12ad5c261da22941b6a2bc6e032d3f9c2d88dcb03af6412634cc5b4706 WHIRLPOOL ed3c2531919b68fc2ae8acd9ac7b582b91f0eb6976155f12e2b35dbb236044c538e6499129aca579f9bc7697379c323bc6b32d0796a74a28b816a2dfb188c84f
26
27 diff --git a/sys-cluster/vzctl/vzctl-4.9.2.ebuild b/sys-cluster/vzctl/vzctl-4.9.2.ebuild
28 deleted file mode 100644
29 index 2ec6e8f..0000000
30 --- a/sys-cluster/vzctl/vzctl-4.9.2.ebuild
31 +++ /dev/null
32 @@ -1,86 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI="5"
38 -
39 -inherit base bash-completion-r1 eutils toolchain-funcs udev
40 -
41 -DESCRIPTION="OpenVZ ConTainers control utility"
42 -HOMEPAGE="http://openvz.org/"
43 -SRC_URI="http://download.openvz.org/utils/${PN}/${PV}/src/${P}.tar.bz2"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~ppc64 ~x86 -amd64-fbsd -sparc-fbsd -x86-fbsd"
48 -IUSE="+ploop +vzmigrate"
49 -
50 -RDEPEND="net-firewall/iptables
51 - sys-apps/ed
52 - >=sys-apps/iproute2-3.3.0
53 - >=sys-fs/vzquota-3.1
54 - ploop? (
55 - >=sys-cluster/ploop-1.13
56 - sys-block/parted
57 - sys-fs/quota
58 - dev-libs/libxml2
59 - )
60 - >=dev-libs/libcgroup-0.38
61 - vzmigrate? (
62 - net-misc/openssh
63 - net-misc/rsync[xattr,acl]
64 - app-arch/tar[xattr,acl]
65 - net-misc/bridge-utils
66 - virtual/awk
67 - )
68 - virtual/udev
69 - sys-apps/attr
70 - "
71 -
72 -DEPEND="${RDEPEND}
73 - virtual/pkgconfig
74 - "
75 -
76 -src_prepare() {
77 -
78 - # Set default OSTEMPLATE on gentoo
79 - sed -i -e 's:=redhat-:=gentoo-:' etc/dists/default || die 'sed on etc/dists/default failed'
80 - # Set proper udev directory
81 - sed -i -e "s:/lib/udev:$(get_udevdir):" src/lib/dev.c || die 'sed on src/lib/dev.c failed'
82 -}
83 -
84 -src_configure() {
85 -
86 - econf \
87 - --localstatedir=/var \
88 - --enable-udev \
89 - --enable-bashcomp \
90 - --enable-logrotate \
91 - --with-vz \
92 - $(use_with ploop) \
93 - --with-cgroup
94 -}
95 -
96 -src_install() {
97 -
98 - emake DESTDIR="${D}" udevdir="$(get_udevdir)"/rules.d install install-gentoo
99 -
100 - # install the bash-completion script into the right location
101 - rm -rf "${ED}"/etc/bash_completion.d
102 - newbashcomp etc/bash_completion.d/vzctl.sh ${PN}
103 -
104 - # We need to keep some dirs
105 - keepdir /vz/{dump,lock,root,private,template/cache}
106 - keepdir /etc/vz/names /var/lib/vzctl/veip
107 -}
108 -
109 -pkg_postinst() {
110 - einfo "This vzctl release required kernel above 2.6.32.92"
111 -
112 - einfo "If you have checkpoint suspend/restore feature in vanilla kernel"
113 - einfo "please install "sys-process/criu" "
114 - einfo "This is experimental and not stable ( in gentoo ) now"
115 -
116 - einfo "if you have work with .xz compressed template, please install app-arch/xz-utils"
117 - einfo "if you have check signature donwloaded template - install gpg "
118 -}
119
120 diff --git a/sys-cluster/vzctl/vzctl-4.9.3.ebuild b/sys-cluster/vzctl/vzctl-4.9.4.ebuild
121 similarity index 100%
122 rename from sys-cluster/vzctl/vzctl-4.9.3.ebuild
123 rename to sys-cluster/vzctl/vzctl-4.9.4.ebuild