From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 948DF15808B for ; Fri, 18 Feb 2022 12:43:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA880E0801; Fri, 18 Feb 2022 12:43:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79D57E0801 for ; Fri, 18 Feb 2022 12:43:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 846793431CC for ; Fri, 18 Feb 2022 12:43:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C526C1EF for ; Fri, 18 Feb 2022 12:43:37 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1645188177.5401e5fb860810b3d48376363e947473187502d6.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/FlameGraph/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/FlameGraph/FlameGraph-1.0.ebuild dev-util/FlameGraph/FlameGraph-9999.ebuild dev-util/FlameGraph/Manifest dev-util/FlameGraph/metadata.xml X-VCS-Directories: dev-util/FlameGraph/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 5401e5fb860810b3d48376363e947473187502d6 X-VCS-Branch: master Date: Fri, 18 Feb 2022 12:43:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9acb07cf-8404-4787-b773-7f2341916be6 X-Archives-Hash: 11e5b1d619e66cd88c2c22e4ea0874e5 commit: 5401e5fb860810b3d48376363e947473187502d6 Author: Florian Schmaus gentoo org> AuthorDate: Fri Feb 18 12:42:57 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Feb 18 12:42:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5401e5fb dev-util/FlameGraph: initial import Signed-off-by: Florian Schmaus gentoo.org> dev-util/FlameGraph/FlameGraph-1.0.ebuild | 32 ++++++++++++++++++++++++++++++ dev-util/FlameGraph/FlameGraph-9999.ebuild | 32 ++++++++++++++++++++++++++++++ dev-util/FlameGraph/Manifest | 1 + dev-util/FlameGraph/metadata.xml | 8 ++++++++ 4 files changed, 73 insertions(+) diff --git a/dev-util/FlameGraph/FlameGraph-1.0.ebuild b/dev-util/FlameGraph/FlameGraph-1.0.ebuild new file mode 100644 index 000000000000..dbf96c39df4e --- /dev/null +++ b/dev-util/FlameGraph/FlameGraph-1.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Visualization of hierarchical data, especially pofiled stack traces" +HOMEPAGE="https://www.brendangregg.com/flamegraphs.html https://github.com/brendangregg/FlameGraph" + +if [[ ${PV} == "9999" ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/brendangregg/FlameGraph.git" +else + SRC_URI="https://github.com/brendangregg/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="CDDL" +SLOT="0" + +RDEPEND=" + dev-lang/perl + virtual/awk +" + +src_test() { + ./test.sh || die +} + +src_install() { + dobin *.pl *.awk + dodoc README.md +} diff --git a/dev-util/FlameGraph/FlameGraph-9999.ebuild b/dev-util/FlameGraph/FlameGraph-9999.ebuild new file mode 100644 index 000000000000..dbf96c39df4e --- /dev/null +++ b/dev-util/FlameGraph/FlameGraph-9999.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Visualization of hierarchical data, especially pofiled stack traces" +HOMEPAGE="https://www.brendangregg.com/flamegraphs.html https://github.com/brendangregg/FlameGraph" + +if [[ ${PV} == "9999" ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/brendangregg/FlameGraph.git" +else + SRC_URI="https://github.com/brendangregg/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="CDDL" +SLOT="0" + +RDEPEND=" + dev-lang/perl + virtual/awk +" + +src_test() { + ./test.sh || die +} + +src_install() { + dobin *.pl *.awk + dodoc README.md +} diff --git a/dev-util/FlameGraph/Manifest b/dev-util/FlameGraph/Manifest new file mode 100644 index 000000000000..e9fbf9de7925 --- /dev/null +++ b/dev-util/FlameGraph/Manifest @@ -0,0 +1 @@ +DIST FlameGraph-1.0.tar.gz 1049627 BLAKE2B 4ac6669de754d5c17cd783a2f4aca956f48ef5f2d02740ee63c10629b940df70ea4ea66b8ea5ebbe3c1da5ca74987383ffd700409ce469ad43eedcb72d2e8a3c SHA512 0ae27fd14f76f0db7873a50079efb2bc4fd77ee6550700746b51eeee6813fbebb233d35d744e1b397734da9f89b25c4c0de3567f283cf1218ee7baee46e1b8e8 diff --git a/dev-util/FlameGraph/metadata.xml b/dev-util/FlameGraph/metadata.xml new file mode 100644 index 000000000000..87a759d410cf --- /dev/null +++ b/dev-util/FlameGraph/metadata.xml @@ -0,0 +1,8 @@ + + + + + Florian Schmaus + flow@gentoo.org + +