summaryrefslogtreecommitdiff
path: root/dev-util/igprof
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-util/igprof
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-util/igprof')
-rw-r--r--dev-util/igprof/Manifest3
-rw-r--r--dev-util/igprof/igprof-5.9.11.ebuild26
-rw-r--r--dev-util/igprof/metadata.xml10
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-util/igprof/Manifest b/dev-util/igprof/Manifest
new file mode 100644
index 000000000000..e8d2f00096fc
--- /dev/null
+++ b/dev-util/igprof/Manifest
@@ -0,0 +1,3 @@
+DIST igprof-5.9.11.tar.gz 174304 BLAKE2B 80e392622d928cfac1352a7c5b65c85b05511c8d10f8067195bd19ee74b0ce42d453a8999378726a52c156b815f69078a76c4d24771cfdf8b657674b0c699bb0 SHA512 1c6a16e286243a997b9ce798f2403597e1d8178a7b4652e38e9afbcd48c84d868dc83ddee7eb76243096f21b9cd9c0337641bba840008c24429e60454cff1444
+EBUILD igprof-5.9.11.ebuild 673 BLAKE2B cd6207f9ce0398f48a0b7dff9ac5b2ecaaff3e44255046b39e4e4dd824b12baca03a303a4ee5b8ba517015a00fc089493f9d003436f5cc8bad9ac78b578b9912 SHA512 a087bb121802b03d459a07106c571371929c0deea8c58a12bb48dc7d05d217a7f54ad2d803bf30f7d7edd9bbbd3d684ae93b295bedd145af7c920913a86ef8ab
+MISC metadata.xml 295 BLAKE2B 04f8d4b0effb517c88011d1be87858d4c877fdd73299438dcd3f870bb44334a1bc29ba7cbed5ab2aa11f7ffac5b1d4a964efea3578131d9ff3ec9c93ae36ebe6 SHA512 da6b377b85e03955329c76f8f05d5933e63fdb826848635b7f6f2df07bfd66dad1592f3b4786556551ebf69fccc7e09475216389a1fda68a00da80a0e8966ae5
diff --git a/dev-util/igprof/igprof-5.9.11.ebuild b/dev-util/igprof/igprof-5.9.11.ebuild
new file mode 100644
index 000000000000..14f8ced68fcd
--- /dev/null
+++ b/dev-util/igprof/igprof-5.9.11.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit cmake-utils
+
+DESCRIPTION="Ignominous Profiler for analysing application memory and performance"
+HOMEPAGE="http://igprof.org"
+SRC_URI="https://github.com/ktf/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+# pcre is automagic dependency, let's make it unoptional
+# libatomic_ops is listed as dependency, but isn't actually used by package
+DEPEND="dev-libs/libpcre
+ sys-libs/libunwind"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ sed -e 's/-Werror//g' -i CMakeLists.txt
+ cmake-utils_src_prepare
+}
diff --git a/dev-util/igprof/metadata.xml b/dev-util/igprof/metadata.xml
new file mode 100644
index 000000000000..38187d691182
--- /dev/null
+++ b/dev-util/igprof/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>maksbotan@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">ktf/igprof</remote-id>
+ </upstream>
+</pkgmetadata>