mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-util/uftrace: Initial version
Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
1
dev-util/uftrace/Manifest
Normal file
1
dev-util/uftrace/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST uftrace-0.8.3.tar.gz 894263 BLAKE2B cdd303eb3bb488bee24fcb8ea852b27cc1c8c8de6483d95a65618f8af7aa8c06af42b561cee3b18c5d58378fff49538f88bc9debb6e2452ebade23fc7f4a32ce SHA512 2c7155ef2053dddb6b2abbed28a0374b1c1c69898ecb85cd918a1e426b27f45a4a5f9dad4be512592c72ee80c2e131e2def2a9c7a45c3bc93d4cc0b13b0c2996
|
||||
11
dev-util/uftrace/metadata.xml
Normal file
11
dev-util/uftrace/metadata.xml
Normal file
@@ -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>
|
||||
20
dev-util/uftrace/uftrace-0.8.3.ebuild
Normal file
20
dev-util/uftrace/uftrace-0.8.3.ebuild
Normal file
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user