Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/lxc: lxc-1.0.7.ebuild lxc-1.0.6-r1.ebuild ChangeLog
Date: Thu, 05 Feb 2015 18:49:35
Message-Id: 20150205184927.96AE711202@oystercatcher.gentoo.org
1 hwoarang 15/02/05 18:49:27
2
3 Modified: lxc-1.0.7.ebuild lxc-1.0.6-r1.ebuild ChangeLog
4 Log:
5 Add missing use_enable seccomp. Bug #538834
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
8
9 Revision Changes Path
10 1.3 app-emulation/lxc/lxc-1.0.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.0.7.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.0.7.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.0.7.ebuild?r1=1.2&r2=1.3
15
16 Index: lxc-1.0.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.0.7.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- lxc-1.0.7.ebuild 29 Jan 2015 04:49:39 -0000 1.2
23 +++ lxc-1.0.7.ebuild 5 Feb 2015 18:49:27 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.0.7.ebuild,v 1.2 2015/01/29 04:49:39 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.0.7.ebuild,v 1.3 2015/02/05 18:49:27 hwoarang Exp $
29
30 EAPI="5"
31
32 @@ -109,6 +109,7 @@
33 --disable-apparmor \
34 $(use_enable examples) \
35 $(use_enable lua) \
36 + $(use_enable seccomp) \
37 --disable-python
38 }
39
40
41
42
43 1.3 app-emulation/lxc/lxc-1.0.6-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.0.6-r1.ebuild?rev=1.3&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.0.6-r1.ebuild?rev=1.3&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.0.6-r1.ebuild?r1=1.2&r2=1.3
48
49 Index: lxc-1.0.6-r1.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.0.6-r1.ebuild,v
52 retrieving revision 1.2
53 retrieving revision 1.3
54 diff -u -r1.2 -r1.3
55 --- lxc-1.0.6-r1.ebuild 9 Nov 2014 15:28:25 -0000 1.2
56 +++ lxc-1.0.6-r1.ebuild 5 Feb 2015 18:49:27 -0000 1.3
57 @@ -1,6 +1,6 @@
58 -# Copyright 1999-2014 Gentoo Foundation
59 +# Copyright 1999-2015 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.0.6-r1.ebuild,v 1.2 2014/11/09 15:28:25 jlec Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.0.6-r1.ebuild,v 1.3 2015/02/05 18:49:27 hwoarang Exp $
63
64 EAPI="5"
65
66 @@ -108,6 +108,7 @@
67 --disable-apparmor \
68 $(use_enable examples) \
69 $(use_enable lua) \
70 + $(use_enable seccomp) \
71 --disable-python
72 }
73
74
75
76
77 1.57 app-emulation/lxc/ChangeLog
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?rev=1.57&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?rev=1.57&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?r1=1.56&r2=1.57
82
83 Index: ChangeLog
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v
86 retrieving revision 1.56
87 retrieving revision 1.57
88 diff -u -r1.56 -r1.57
89 --- ChangeLog 31 Jan 2015 13:16:17 -0000 1.56
90 +++ ChangeLog 5 Feb 2015 18:49:27 -0000 1.57
91 @@ -1,6 +1,10 @@
92 # ChangeLog for app-emulation/lxc
93 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
94 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.56 2015/01/31 13:16:17 hwoarang Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.57 2015/02/05 18:49:27 hwoarang Exp $
96 +
97 + 05 Feb 2015; Markos Chandras <hwoarang@g.o> lxc-1.0.6-r1.ebuild,
98 + lxc-1.0.7.ebuild:
99 + Add missing use_enable seccomp. Bug #538834
100
101 31 Jan 2015; Markos Chandras <hwoarang@g.o> -lxc-1.0.4.ebuild,
102 -lxc-1.0.6.ebuild: