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: ChangeLog vzctl-3.0.23-r1.ebuild
Date: Tue, 31 Mar 2009 09:47:18
Message-Id: E1LoaYs-0008D6-Kc@stork.gentoo.org
1 pva 09/03/31 09:47:14
2
3 Modified: ChangeLog vzctl-3.0.23-r1.ebuild
4 Log:
5 Nuke logrotate USE flag, bug #258174.
6 (Portage version: 2.2_rc28/cvs/Linux i686)
7
8 Revision Changes Path
9 1.62 sys-cluster/vzctl/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/vzctl/ChangeLog?rev=1.62&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/vzctl/ChangeLog?rev=1.62&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/vzctl/ChangeLog?r1=1.61&r2=1.62
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v
18 retrieving revision 1.61
19 retrieving revision 1.62
20 diff -u -r1.61 -r1.62
21 --- ChangeLog 31 Mar 2009 09:16:33 -0000 1.61
22 +++ ChangeLog 31 Mar 2009 09:47:14 -0000 1.62
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sys-cluster/vzctl
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.61 2009/03/31 09:16:33 pva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.62 2009/03/31 09:47:14 pva Exp $
28 +
29 + 31 Mar 2009; Peter Volkov <pva@g.o> vzctl-3.0.23-r1.ebuild:
30 + Nuke logrotate USE flag, bug #258174.
31
32 *vzctl-3.0.23-r1 (31 Mar 2009)
33
34
35
36
37 1.2 sys-cluster/vzctl/vzctl-3.0.23-r1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.23-r1.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.23-r1.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.23-r1.ebuild?r1=1.1&r2=1.2
42
43 Index: vzctl-3.0.23-r1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.23-r1.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- vzctl-3.0.23-r1.ebuild 31 Mar 2009 09:16:33 -0000 1.1
50 +++ vzctl-3.0.23-r1.ebuild 31 Mar 2009 09:47:14 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.23-r1.ebuild,v 1.1 2009/03/31 09:16:33 pva Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.23-r1.ebuild,v 1.2 2009/03/31 09:47:14 pva Exp $
56
57 inherit bash-completion eutils autotools
58
59 @@ -11,9 +11,9 @@
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ia64 ~ppc64 ~sparc ~x86"
63 -IUSE="bash-completion logrotate"
64 +IUSE="bash-completion"
65
66 -RDEPEND="logrotate? ( app-admin/logrotate )
67 +RDEPEND="
68 net-firewall/iptables
69 sys-apps/ed
70 sys-apps/iproute2
71 @@ -46,7 +46,7 @@
72 --enable-cron \
73 --enable-udev \
74 $(use_enable bash-completion bashcomp) \
75 - $(use_enable logrotate)
76 + --enable-logrotate
77
78 emake || die "emake failed!"
79 }