From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/sysdig/
Date: Mon, 28 Sep 2015 12:12:59 +0000 (UTC) [thread overview]
Message-ID: <1443441056.89cc9a24c081d549428038d570c1100a584baf2a.jlec@gentoo> (raw)
commit: 89cc9a24c081d549428038d570c1100a584baf2a
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 28 11:50:56 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Sep 28 11:50:56 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89cc9a24
dev-util/sysdig: Make CONFIG_TRACEPOINTS check non-fatal
Package-Manager: portage-2.2.22
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-util/sysdig/metadata.xml | 2 +-
dev-util/sysdig/sysdig-0.1.104.ebuild | 5 +++--
dev-util/sysdig/sysdig-0.1.92.ebuild | 7 ++++---
dev-util/sysdig/sysdig-0.1.98.ebuild | 5 +++--
4 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/dev-util/sysdig/metadata.xml b/dev-util/sysdig/metadata.xml
index 33c7008..059917e 100644
--- a/dev-util/sysdig/metadata.xml
+++ b/dev-util/sysdig/metadata.xml
@@ -6,7 +6,7 @@
<name>Michał Górny</name>
</maintainer>
<use>
- <flag name='modules'>Build kernel modules needed for tracing local
+ <flag name="modules">Build kernel modules needed for tracing local
events. Disable this only if you intend to use sysdig purely
to work with dumpfiles.</flag>
</use>
diff --git a/dev-util/sysdig/sysdig-0.1.104.ebuild b/dev-util/sysdig/sysdig-0.1.104.ebuild
index dbd0e94..0c4d00a 100644
--- a/dev-util/sysdig/sysdig-0.1.104.ebuild
+++ b/dev-util/sysdig/sysdig-0.1.104.ebuild
@@ -15,7 +15,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+modules"
-RDEPEND="dev-lang/luajit:2=
+RDEPEND="
+ dev-lang/luajit:2=
>=dev-libs/jsoncpp-0.6_pre:0=
sys-libs/ncurses:0=
sys-libs/zlib:0="
@@ -24,7 +25,7 @@ DEPEND="${RDEPEND}
virtual/os-headers"
# needed for the kernel module
-CONFIG_CHECK="HAVE_SYSCALL_TRACEPOINTS TRACEPOINTS"
+CONFIG_CHECK="HAVE_SYSCALL_TRACEPOINTS ~TRACEPOINTS"
pkg_pretend() {
use modules && linux-mod_pkg_setup
diff --git a/dev-util/sysdig/sysdig-0.1.92.ebuild b/dev-util/sysdig/sysdig-0.1.92.ebuild
index 2ee1277..b477141 100644
--- a/dev-util/sysdig/sysdig-0.1.92.ebuild
+++ b/dev-util/sysdig/sysdig-0.1.92.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -16,7 +16,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+modules"
-RDEPEND="dev-lang/luajit:2=
+RDEPEND="
+ dev-lang/luajit:2=
dev-libs/jsoncpp:0=
sys-libs/zlib:0="
DEPEND="${RDEPEND}
@@ -24,7 +25,7 @@ DEPEND="${RDEPEND}
virtual/os-headers"
# needed for the kernel module
-CONFIG_CHECK="HAVE_SYSCALL_TRACEPOINTS TRACEPOINTS"
+CONFIG_CHECK="HAVE_SYSCALL_TRACEPOINTS ~TRACEPOINTS"
pkg_pretend() {
use modules && linux-mod_pkg_setup
diff --git a/dev-util/sysdig/sysdig-0.1.98.ebuild b/dev-util/sysdig/sysdig-0.1.98.ebuild
index 0169889..bf9e04b 100644
--- a/dev-util/sysdig/sysdig-0.1.98.ebuild
+++ b/dev-util/sysdig/sysdig-0.1.98.ebuild
@@ -16,7 +16,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+modules"
-RDEPEND="dev-lang/luajit:2=
+RDEPEND="
+ dev-lang/luajit:2=
>=dev-libs/jsoncpp-0.6_pre:0=
sys-libs/zlib:0="
DEPEND="${RDEPEND}
@@ -24,7 +25,7 @@ DEPEND="${RDEPEND}
virtual/os-headers"
# needed for the kernel module
-CONFIG_CHECK="HAVE_SYSCALL_TRACEPOINTS TRACEPOINTS"
+CONFIG_CHECK="HAVE_SYSCALL_TRACEPOINTS ~TRACEPOINTS"
pkg_pretend() {
use modules && linux-mod_pkg_setup
next reply other threads:[~2015-09-28 12:13 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-28 12:12 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-08-21 19:57 [gentoo-commits] repo/gentoo:master commit in: dev-util/sysdig/ Sam James
2023-08-21 19:57 Sam James
2023-07-02 15:34 Sam James
2023-07-02 14:36 Sam James
2023-04-29 6:44 Sam James
2023-01-04 6:30 Arthur Zamarin
2023-01-03 18:28 Sam James
2022-08-23 5:34 Sam James
2022-03-09 15:11 Sam James
2022-03-09 15:11 Sam James
2021-12-15 16:12 Michał Górny
2021-05-02 17:56 Mikle Kolyada
2020-10-03 17:00 Michał Górny
2020-09-18 9:38 Michał Górny
2020-08-11 13:43 Michał Górny
2020-05-05 7:15 Michał Górny
2020-05-04 9:37 Michał Górny
2020-04-03 14:12 Michał Górny
2020-03-19 19:51 Michał Górny
2019-12-26 11:27 Michał Górny
2019-09-08 6:43 Michał Górny
2019-08-22 6:49 Michał Górny
2019-08-20 12:06 Michał Górny
2019-08-07 5:43 Michał Górny
2019-05-29 6:25 Michał Górny
2019-03-11 21:44 Michał Górny
2018-12-22 8:35 Michał Górny
2018-10-19 9:57 Michał Górny
2018-10-06 7:11 Michał Górny
2018-10-05 6:41 Michał Górny
2018-09-06 21:22 Michał Górny
2018-08-15 7:29 Michał Górny
2018-08-09 20:40 Michał Górny
2018-08-09 20:40 Michał Górny
2018-08-01 7:27 Michał Górny
2018-07-14 8:28 Michał Górny
2018-05-27 9:03 Michał Górny
2018-03-30 16:45 Michał Górny
2018-03-26 16:14 Michał Górny
2018-01-19 14:08 Michał Górny
2017-11-11 8:28 Michał Górny
2017-10-05 15:48 Michał Górny
2017-09-23 14:18 Michał Górny
2017-08-14 6:07 Michał Górny
2017-08-14 6:07 Michał Górny
2017-07-25 7:58 Michał Górny
2017-07-25 7:58 Michał Górny
2017-06-30 6:18 Michał Górny
2017-05-08 16:07 Michał Górny
2017-04-26 14:04 Michał Górny
2017-03-03 16:21 Thomas Deutschmann
2017-01-26 21:17 Michał Górny
2016-12-21 21:01 Michał Górny
2016-12-21 21:01 Michał Górny
2016-11-15 14:32 Michał Górny
2016-11-15 14:32 Michał Górny
2016-11-15 14:32 Michał Górny
2016-11-11 9:43 Michał Górny
2016-06-23 12:48 Michał Górny
2016-06-17 9:05 Michał Górny
2016-04-16 14:54 Michał Górny
2016-04-16 14:54 Michał Górny
2016-01-16 9:58 Michał Górny
2015-12-12 15:13 Michał Górny
2015-10-29 20:49 Michał Górny
2015-09-28 11:10 Michał Górny
2015-09-28 11:10 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1443441056.89cc9a24c081d549428038d570c1100a584baf2a.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox