aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerion Entrup <gerion.entrup@flump.de>2018-12-07 13:35:58 +0100
committerGerion Entrup <gerion.entrup@flump.de>2018-12-10 10:12:55 +0100
commit81728e82971bfccfbd32347de0e2f5e92697dda4 (patch)
treeaefe0bd636b6d7f0947aca62f068a025704a715a /dev-cpp
parentdev-vcs/gitlint: add for zephyr (diff)
downloadgerislay-81728e82971bfccfbd32347de0e2f5e92697dda4.tar.gz
gerislay-81728e82971bfccfbd32347de0e2f5e92697dda4.tar.bz2
gerislay-81728e82971bfccfbd32347de0e2f5e92697dda4.zip
gperftools-2.7: initial ebuild
Signed-off-by: Gerion Entrup <gerion.entrup@flump.de>
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/gperftools/Manifest2
-rw-r--r--dev-cpp/gperftools/gperftools-2.7.ebuild16
2 files changed, 18 insertions, 0 deletions
diff --git a/dev-cpp/gperftools/Manifest b/dev-cpp/gperftools/Manifest
new file mode 100644
index 0000000..24b2e8c
--- /dev/null
+++ b/dev-cpp/gperftools/Manifest
@@ -0,0 +1,2 @@
+DIST gperftools-2.7.tar.gz 1523562 BLAKE2B 9bf8c60562371c44427551ccb20d74d96c2f7e578a82490bf0f72da5616587e187b80c0504baeb80b9474dc08dfaf79644d04ff1f5133f4bf64cdc882f96dec1 SHA512 7cd079fcfa9fd517ef99ff81c294daa6150898ae9024cb5ee02e1bce086d135d2cadcd2b863528cc82327fc00c9f4574d5078b47a02ac57fbc393fa66adc32ec
+EBUILD gperftools-2.7.ebuild 421 BLAKE2B 0838e27991cdae8dd678cd71055ad97565e9634e42495dc2f42405768249ca7997451c164e5ba1690eab08e41c53c3cffbe1578fc7fb7c2f204cf023b0ab010f SHA512 241c38d11a066b217087768f8410cc41b273e94d267912a4a221d0c41fe35e2317947b64e235f8988cf0560e59bb1b8dd714900782de09d863ee4bda9be800b0
diff --git a/dev-cpp/gperftools/gperftools-2.7.ebuild b/dev-cpp/gperftools/gperftools-2.7.ebuild
new file mode 100644
index 0000000..46ab78f
--- /dev/null
+++ b/dev-cpp/gperftools/gperftools-2.7.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Fast, multi-threaded malloc() and nifty performance analysis tools"
+HOMEPAGE="https://github.com/gperftools/gperftools"
+SRC_URI="https://github.com/gperftools/${PN}/releases/download/${P}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="sys-libs/libunwind"
+RDEPEND="${DEPEND}"