From: "Luca Barbato" <lu_zero@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/uftrace/
Date: Wed, 31 Jul 2019 07:32:05 +0000 (UTC) [thread overview]
Message-ID: <1564558313.5ffebc0740f9ef2c0e77fccbebe09937d164e82f.lu_zero@gentoo> (raw)
commit: 5ffebc0740f9ef2c0e77fccbebe09937d164e82f
Author: Luca Barbato <lu_zero <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 31 07:15:46 2019 +0000
Commit: Luca Barbato <lu_zero <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 07:31:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ffebc07
dev-util/uftrace: Version bump
Package-Manager: Portage-2.3.67, Repoman-2.3.12
Signed-off-by: Luca Barbato <lu_zero <AT> gentoo.org>
dev-util/uftrace/Manifest | 1 +
dev-util/uftrace/metadata.xml | 3 +++
dev-util/uftrace/uftrace-0.9.3.ebuild | 33 +++++++++++++++++++++++++++++++++
3 files changed, 37 insertions(+)
diff --git a/dev-util/uftrace/Manifest b/dev-util/uftrace/Manifest
index f8d995fdc3f..03add0ce8e4 100644
--- a/dev-util/uftrace/Manifest
+++ b/dev-util/uftrace/Manifest
@@ -1 +1,2 @@
DIST uftrace-0.9.1.tar.gz 967083 BLAKE2B 2e381f5cda92fadd963fc7e0ccebaec6b6796acd75d8436b66f9b6ee4257141f704471832e224712bb65e7570fe4997f953458455b2b0f257ead7f4093140313 SHA512 a906664f883e08f19063229e7dd43aebc9115b08829d866fb887dd281a0375a5684332920c3f7307a4d62baa14e982cb7535bdfe454ab3ad5d8ec7fb5792402e
+DIST uftrace-0.9.3.tar.gz 1003880 BLAKE2B ae5e1c44412055ea59e85378877cf3c18f33e0c6ae3a904253b03587dae2c7cce4350f1480f499e645375b1b2502a51a8b8d44e9b7ff1ee588be7180c12b63f3 SHA512 671486a05da8c44400169f21426505266db89e94ef9483370dff8f465b673f70fba994174458f3033991ea0640225e13c639418380a6a580d24c302d42327382
diff --git a/dev-util/uftrace/metadata.xml b/dev-util/uftrace/metadata.xml
index 9be2c3f269d..83b016d1540 100644
--- a/dev-util/uftrace/metadata.xml
+++ b/dev-util/uftrace/metadata.xml
@@ -5,4 +5,7 @@
<upstream>
<remote-id type="github">namhyung/uftrace</remote-id>
</upstream>
+ <use>
+ <flag name="capstone">Use capstone to provide dynamic tracing without recompilation</flag>
+ </use>
</pkgmetadata>
diff --git a/dev-util/uftrace/uftrace-0.9.3.ebuild b/dev-util/uftrace/uftrace-0.9.3.ebuild
new file mode 100644
index 00000000000..4ba08924007
--- /dev/null
+++ b/dev-util/uftrace/uftrace-0.9.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Function (graph) tracer for user-space"
+HOMEPAGE="https://github.com/namhyung/uftrace"
+SRC_URI="https://github.com/namhyung/uftrace/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="capstone"
+
+RESTRICT="test"
+
+RDEPEND="
+ dev-lang/python:2.7
+ sys-devel/gcc:*[cxx]
+ sys-libs/ncurses:=
+ virtual/libelf:=
+ capstone? ( dev-libs/capstone:0= )
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+ default
+ sed -i -e "s/ARCH/MYARCH/g" -e "/ldconfig/d" Makefile || die
+}
+
+src_configure() {
+ econf $(use_with capstone)
+}
next reply other threads:[~2019-07-31 7:32 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-31 7:32 Luca Barbato [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-02 10:21 [gentoo-commits] repo/gentoo:master commit in: dev-util/uftrace/ Guilherme Amadio
2024-07-03 9:46 Guilherme Amadio
2024-07-03 9:46 Guilherme Amadio
2024-05-30 15:38 Guilherme Amadio
2024-03-05 6:54 Sam James
2024-01-30 8:24 Guilherme Amadio
2024-01-30 8:24 Guilherme Amadio
2024-01-30 8:24 Guilherme Amadio
2023-10-27 6:56 Guilherme Amadio
2023-10-27 6:56 Guilherme Amadio
2023-05-01 0:09 Sam James
2023-02-13 9:56 Guilherme Amadio
2022-09-19 12:11 Guilherme Amadio
2022-09-19 12:11 Guilherme Amadio
2022-09-19 12:11 Guilherme Amadio
2022-03-20 0:38 Sam James
2021-10-10 14:12 Guilherme Amadio
2021-07-31 0:18 Sam James
2021-05-31 15:24 Guilherme Amadio
2021-05-31 15:24 Guilherme Amadio
2021-05-31 15:24 Guilherme Amadio
2021-05-24 7:41 Luca Barbato
2020-06-20 17:29 Guilherme Amadio
2020-06-20 17:29 Guilherme Amadio
2020-06-20 17:29 Guilherme Amadio
2019-08-12 19:52 Michał Górny
2019-08-02 13:53 Luca Barbato
2019-01-27 16:53 Pacho Ramos
2018-11-10 15:13 Sebastian Pipping
2018-07-05 11:34 Manuel Rüger
2018-02-19 15:53 Manuel Rüger
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=1564558313.5ffebc0740f9ef2c0e77fccbebe09937d164e82f.lu_zero@gentoo \
--to=lu_zero@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