Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/FlameGraph/
Date: Tue, 01 Mar 2022 18:04:14
Message-Id: 1646157820.adb19650c32376b8594f7ffea284415fb2025668.flow@gentoo
1 commit: adb19650c32376b8594f7ffea284415fb2025668
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 1 18:00:34 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 1 18:03:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb19650
7
8 dev-util/FlameGraph: add 1.0_p20210830
9
10 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
11
12 .../FlameGraph/FlameGraph-1.0_p20210830.ebuild | 32 ++++++++++++++++++++++
13 dev-util/FlameGraph/Manifest | 1 +
14 2 files changed, 33 insertions(+)
15
16 diff --git a/dev-util/FlameGraph/FlameGraph-1.0_p20210830.ebuild b/dev-util/FlameGraph/FlameGraph-1.0_p20210830.ebuild
17 new file mode 100644
18 index 000000000000..e4e77ba0b9f3
19 --- /dev/null
20 +++ b/dev-util/FlameGraph/FlameGraph-1.0_p20210830.ebuild
21 @@ -0,0 +1,32 @@
22 +# Copyright 1999-2022 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=8
26 +
27 +DESCRIPTION="Visualization of hierarchical data, especially pofiled stack traces"
28 +HOMEPAGE="https://www.brendangregg.com/flamegraphs.html https://github.com/brendangregg/FlameGraph"
29 +
30 +if [[ ${PV} == "9999" ]]; then
31 + inherit git-r3
32 + EGIT_REPO_URI="https://github.com/brendangregg/FlameGraph.git"
33 +else
34 + SRC_URI="https://dev.gentoo.org/~flow/distfiles/${PN}/${P}.tar.gz"
35 + KEYWORDS="~amd64 ~x86"
36 +fi
37 +
38 +LICENSE="CDDL"
39 +SLOT="0"
40 +
41 +RDEPEND="
42 + dev-lang/perl
43 + virtual/awk
44 +"
45 +
46 +src_test() {
47 + ./test.sh || die
48 +}
49 +
50 +src_install() {
51 + dobin *.pl *.awk
52 + dodoc README.md
53 +}
54
55 diff --git a/dev-util/FlameGraph/Manifest b/dev-util/FlameGraph/Manifest
56 index e9fbf9de7925..681eee3ee057 100644
57 --- a/dev-util/FlameGraph/Manifest
58 +++ b/dev-util/FlameGraph/Manifest
59 @@ -1 +1,2 @@
60 DIST FlameGraph-1.0.tar.gz 1049627 BLAKE2B 4ac6669de754d5c17cd783a2f4aca956f48ef5f2d02740ee63c10629b940df70ea4ea66b8ea5ebbe3c1da5ca74987383ffd700409ce469ad43eedcb72d2e8a3c SHA512 0ae27fd14f76f0db7873a50079efb2bc4fd77ee6550700746b51eeee6813fbebb233d35d744e1b397734da9f89b25c4c0de3567f283cf1218ee7baee46e1b8e8
61 +DIST FlameGraph-1.0_p20210830.tar.gz 1057405 BLAKE2B 75669be86ace6e6ccb30bd3883c77aef9a3b6e9c1d5d62e4d22f4090d9934a37fa083fe7783e4514f5439448c7d39d3f1c3b839170ac523e44a3bca71597463b SHA512 16769c1e3e907f0b53fd544a55eb3f580a2f1af55dd22b594d6aac9f4ffa881a2cdc6ddfc3599a6479eb127c1d3aefe0052dff1932553a2bdc377aa6f995f26c