From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/uftrace/
Date: Mon, 19 Feb 2018 15:53:07 +0000 (UTC) [thread overview]
Message-ID: <1519055574.c32161a1655cc4591a25c76863017f14c0334dfd.mrueg@gentoo> (raw)
commit: c32161a1655cc4591a25c76863017f14c0334dfd
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 19 15:52:54 2018 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Feb 19 15:52:54 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c32161a1
dev-util/uftrace: Initial version
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-util/uftrace/Manifest | 1 +
dev-util/uftrace/metadata.xml | 11 +++++++++++
dev-util/uftrace/uftrace-0.8.3.ebuild | 20 ++++++++++++++++++++
3 files changed, 32 insertions(+)
diff --git a/dev-util/uftrace/Manifest b/dev-util/uftrace/Manifest
new file mode 100644
index 00000000000..6167e7b5eed
--- /dev/null
+++ b/dev-util/uftrace/Manifest
@@ -0,0 +1 @@
+DIST uftrace-0.8.3.tar.gz 894263 BLAKE2B cdd303eb3bb488bee24fcb8ea852b27cc1c8c8de6483d95a65618f8af7aa8c06af42b561cee3b18c5d58378fff49538f88bc9debb6e2452ebade23fc7f4a32ce SHA512 2c7155ef2053dddb6b2abbed28a0374b1c1c69898ecb85cd918a1e426b27f45a4a5f9dad4be512592c72ee80c2e131e2def2a9c7a45c3bc93d4cc0b13b0c2996
diff --git a/dev-util/uftrace/metadata.xml b/dev-util/uftrace/metadata.xml
new file mode 100644
index 00000000000..eff57fa098f
--- /dev/null
+++ b/dev-util/uftrace/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>mrueg@gentoo.org</email>
+ <name>Manuel Rüger</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">namhyung/uftrace</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-util/uftrace/uftrace-0.8.3.ebuild b/dev-util/uftrace/uftrace-0.8.3.ebuild
new file mode 100644
index 00000000000..6e00f70cedd
--- /dev/null
+++ b/dev-util/uftrace/uftrace-0.8.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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=""
+
+RESTRICT="test"
+
+src_prepare() {
+ default
+ sed -i -e "s/ARCH/MYARCH/g" -e "/ldconfig/d" Makefile || die
+}
next reply other threads:[~2018-02-19 15:53 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-19 15:53 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-07-05 11:34 [gentoo-commits] repo/gentoo:master commit in: dev-util/uftrace/ Manuel Rüger
2018-11-10 15:13 Sebastian Pipping
2019-01-27 16:53 Pacho Ramos
2019-07-31 7:32 Luca Barbato
2019-08-02 13:53 Luca Barbato
2019-08-12 19:52 Michał Górny
2020-06-20 17:29 Guilherme Amadio
2020-06-20 17:29 Guilherme Amadio
2020-06-20 17:29 Guilherme Amadio
2021-05-24 7:41 Luca Barbato
2021-05-31 15:24 Guilherme Amadio
2021-05-31 15:24 Guilherme Amadio
2021-05-31 15:24 Guilherme Amadio
2021-07-31 0:18 Sam James
2021-10-10 14:12 Guilherme Amadio
2022-03-20 0:38 Sam James
2022-09-19 12:11 Guilherme Amadio
2022-09-19 12:11 Guilherme Amadio
2022-09-19 12:11 Guilherme Amadio
2023-02-13 9:56 Guilherme Amadio
2023-05-01 0:09 Sam James
2023-10-27 6:56 Guilherme Amadio
2023-10-27 6:56 Guilherme Amadio
2024-01-30 8:24 Guilherme Amadio
2024-01-30 8:24 Guilherme Amadio
2024-01-30 8:24 Guilherme Amadio
2024-03-05 6:54 Sam James
2024-05-30 15:38 Guilherme Amadio
2024-07-03 9:46 Guilherme Amadio
2024-07-03 9:46 Guilherme Amadio
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=1519055574.c32161a1655cc4591a25c76863017f14c0334dfd.mrueg@gentoo \
--to=mrueg@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