Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/sysdig/
Date: Mon, 28 Sep 2015 12:13:07
Message-Id: 1443441056.89cc9a24c081d549428038d570c1100a584baf2a.jlec@gentoo
1 commit: 89cc9a24c081d549428038d570c1100a584baf2a
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 28 11:50:56 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 28 11:50:56 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89cc9a24
7
8 dev-util/sysdig: Make CONFIG_TRACEPOINTS check non-fatal
9
10 Package-Manager: portage-2.2.22
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-util/sysdig/metadata.xml | 2 +-
14 dev-util/sysdig/sysdig-0.1.104.ebuild | 5 +++--
15 dev-util/sysdig/sysdig-0.1.92.ebuild | 7 ++++---
16 dev-util/sysdig/sysdig-0.1.98.ebuild | 5 +++--
17 4 files changed, 11 insertions(+), 8 deletions(-)
18
19 diff --git a/dev-util/sysdig/metadata.xml b/dev-util/sysdig/metadata.xml
20 index 33c7008..059917e 100644
21 --- a/dev-util/sysdig/metadata.xml
22 +++ b/dev-util/sysdig/metadata.xml
23 @@ -6,7 +6,7 @@
24 <name>Michał Górny</name>
25 </maintainer>
26 <use>
27 - <flag name='modules'>Build kernel modules needed for tracing local
28 + <flag name="modules">Build kernel modules needed for tracing local
29 events. Disable this only if you intend to use sysdig purely
30 to work with dumpfiles.</flag>
31 </use>
32
33 diff --git a/dev-util/sysdig/sysdig-0.1.104.ebuild b/dev-util/sysdig/sysdig-0.1.104.ebuild
34 index dbd0e94..0c4d00a 100644
35 --- a/dev-util/sysdig/sysdig-0.1.104.ebuild
36 +++ b/dev-util/sysdig/sysdig-0.1.104.ebuild
37 @@ -15,7 +15,8 @@ SLOT="0"
38 KEYWORDS="~amd64 ~x86"
39 IUSE="+modules"
40
41 -RDEPEND="dev-lang/luajit:2=
42 +RDEPEND="
43 + dev-lang/luajit:2=
44 >=dev-libs/jsoncpp-0.6_pre:0=
45 sys-libs/ncurses:0=
46 sys-libs/zlib:0="
47 @@ -24,7 +25,7 @@ DEPEND="${RDEPEND}
48 virtual/os-headers"
49
50 # needed for the kernel module
51 -CONFIG_CHECK="HAVE_SYSCALL_TRACEPOINTS TRACEPOINTS"
52 +CONFIG_CHECK="HAVE_SYSCALL_TRACEPOINTS ~TRACEPOINTS"
53
54 pkg_pretend() {
55 use modules && linux-mod_pkg_setup
56
57 diff --git a/dev-util/sysdig/sysdig-0.1.92.ebuild b/dev-util/sysdig/sysdig-0.1.92.ebuild
58 index 2ee1277..b477141 100644
59 --- a/dev-util/sysdig/sysdig-0.1.92.ebuild
60 +++ b/dev-util/sysdig/sysdig-0.1.92.ebuild
61 @@ -1,4 +1,4 @@
62 -# Copyright 1999-2014 Gentoo Foundation
63 +# Copyright 1999-2015 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 # $Id$
66
67 @@ -16,7 +16,8 @@ SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69 IUSE="+modules"
70
71 -RDEPEND="dev-lang/luajit:2=
72 +RDEPEND="
73 + dev-lang/luajit:2=
74 dev-libs/jsoncpp:0=
75 sys-libs/zlib:0="
76 DEPEND="${RDEPEND}
77 @@ -24,7 +25,7 @@ DEPEND="${RDEPEND}
78 virtual/os-headers"
79
80 # needed for the kernel module
81 -CONFIG_CHECK="HAVE_SYSCALL_TRACEPOINTS TRACEPOINTS"
82 +CONFIG_CHECK="HAVE_SYSCALL_TRACEPOINTS ~TRACEPOINTS"
83
84 pkg_pretend() {
85 use modules && linux-mod_pkg_setup
86
87 diff --git a/dev-util/sysdig/sysdig-0.1.98.ebuild b/dev-util/sysdig/sysdig-0.1.98.ebuild
88 index 0169889..bf9e04b 100644
89 --- a/dev-util/sysdig/sysdig-0.1.98.ebuild
90 +++ b/dev-util/sysdig/sysdig-0.1.98.ebuild
91 @@ -16,7 +16,8 @@ SLOT="0"
92 KEYWORDS="~amd64 ~x86"
93 IUSE="+modules"
94
95 -RDEPEND="dev-lang/luajit:2=
96 +RDEPEND="
97 + dev-lang/luajit:2=
98 >=dev-libs/jsoncpp-0.6_pre:0=
99 sys-libs/zlib:0="
100 DEPEND="${RDEPEND}
101 @@ -24,7 +25,7 @@ DEPEND="${RDEPEND}
102 virtual/os-headers"
103
104 # needed for the kernel module
105 -CONFIG_CHECK="HAVE_SYSCALL_TRACEPOINTS TRACEPOINTS"
106 +CONFIG_CHECK="HAVE_SYSCALL_TRACEPOINTS ~TRACEPOINTS"
107
108 pkg_pretend() {
109 use modules && linux-mod_pkg_setup