Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/qemu-user: qemu-user-1.2.2.ebuild qemu-user-9999.ebuild ChangeLog
Date: Mon, 25 Feb 2013 16:35:40
Message-Id: 20130225163536.CAF802171D@flycatcher.gentoo.org
1 zmedico 13/02/25 16:35:36
2
3 Modified: qemu-user-1.2.2.ebuild qemu-user-9999.ebuild
4 ChangeLog
5 Log:
6 Fix 'cannot find -lseccomp' when libseccomp[static-libs] is not installed.
7
8 (Portage version: 2.2.0_alpha163_p13/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
9
10 Revision Changes Path
11 1.2 app-emulation/qemu-user/qemu-user-1.2.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu-user/qemu-user-1.2.2.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu-user/qemu-user-1.2.2.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu-user/qemu-user-1.2.2.ebuild?r1=1.1&r2=1.2
16
17 Index: qemu-user-1.2.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-1.2.2.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- qemu-user-1.2.2.ebuild 20 Jan 2013 00:47:06 -0000 1.1
24 +++ qemu-user-1.2.2.ebuild 25 Feb 2013 16:35:36 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-1.2.2.ebuild,v 1.1 2013/01/20 00:47:06 lu_zero Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-1.2.2.ebuild,v 1.2 2013/02/25 16:35:36 zmedico Exp $
30
31 EAPI=4
32
33 @@ -106,6 +106,7 @@
34 conf_opts+=" --disable-vnc-tls"
35 conf_opts+=" --disable-curses"
36 conf_opts+=" --disable-sdl"
37 + conf_opts+=" --disable-seccomp"
38 conf_opts+=" --disable-vde"
39 conf_opts+=" --prefix=/usr --sysconfdir=/etc --disable-bluez --disable-kvm"
40 conf_opts+=" --cc=$(tc-getCC) --host-cc=$(tc-getBUILD_CC)"
41
42
43
44 1.5 app-emulation/qemu-user/qemu-user-9999.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu-user/qemu-user-9999.ebuild?rev=1.5&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu-user/qemu-user-9999.ebuild?rev=1.5&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu-user/qemu-user-9999.ebuild?r1=1.4&r2=1.5
49
50 Index: qemu-user-9999.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-9999.ebuild,v
53 retrieving revision 1.4
54 retrieving revision 1.5
55 diff -u -r1.4 -r1.5
56 --- qemu-user-9999.ebuild 22 Nov 2012 18:47:25 -0000 1.4
57 +++ qemu-user-9999.ebuild 25 Feb 2013 16:35:36 -0000 1.5
58 @@ -1,6 +1,6 @@
59 -# Copyright 1999-2012 Gentoo Foundation
60 +# Copyright 1999-2013 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-9999.ebuild,v 1.4 2012/11/22 18:47:25 ago Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/qemu-user-9999.ebuild,v 1.5 2013/02/25 16:35:36 zmedico Exp $
64
65 EAPI=4
66
67 @@ -99,6 +99,7 @@
68 conf_opts+=" --disable-vnc-tls"
69 conf_opts+=" --disable-curses"
70 conf_opts+=" --disable-sdl"
71 + conf_opts+=" --disable-seccomp"
72 conf_opts+=" --disable-vde"
73 conf_opts+=" --prefix=/usr --disable-bluez --disable-kvm"
74 conf_opts+=" --cc=$(tc-getCC) --host-cc=$(tc-getBUILD_CC)"
75
76
77
78 1.53 app-emulation/qemu-user/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu-user/ChangeLog?rev=1.53&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu-user/ChangeLog?rev=1.53&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu-user/ChangeLog?r1=1.52&r2=1.53
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/ChangeLog,v
87 retrieving revision 1.52
88 retrieving revision 1.53
89 diff -u -r1.52 -r1.53
90 --- ChangeLog 20 Jan 2013 00:47:06 -0000 1.52
91 +++ ChangeLog 25 Feb 2013 16:35:36 -0000 1.53
92 @@ -1,6 +1,10 @@
93 # ChangeLog for app-emulation/qemu-user
94 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/ChangeLog,v 1.52 2013/01/20 00:47:06 lu_zero Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-user/ChangeLog,v 1.53 2013/02/25 16:35:36 zmedico Exp $
97 +
98 + 25 Feb 2013; Zac Medico <zmedico@g.o> qemu-user-1.2.2.ebuild,
99 + qemu-user-9999.ebuild:
100 + Fix 'cannot find -lseccomp' when libseccomp[static-libs] is not installed.
101
102 *qemu-user-1.2.2 (20 Jan 2013)