summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Labedan <plabedan@gmail.com>2017-11-22 12:46:45 +0100
committerPaul Labedan <plabedan@gmail.com>2017-11-22 21:48:57 +0100
commit22da8f438641e2feccd8ab79891a71bd6bc82ec4 (patch)
tree40fc62163f276cd7b5cc258025f3839b6d13cda4
parentupdate phpstorm (diff)
downloadplab-22da8f438641e2feccd8ab79891a71bd6bc82ec4.tar.gz
plab-22da8f438641e2feccd8ab79891a71bd6bc82ec4.tar.bz2
plab-22da8f438641e2feccd8ab79891a71bd6bc82ec4.zip
add easy-profiler 1.3.0
-rw-r--r--dev-util/easy-profiler/Manifest1
-rw-r--r--dev-util/easy-profiler/easy-profiler-1.3.0.ebuild27
2 files changed, 28 insertions, 0 deletions
diff --git a/dev-util/easy-profiler/Manifest b/dev-util/easy-profiler/Manifest
new file mode 100644
index 0000000..7acb9d2
--- /dev/null
+++ b/dev-util/easy-profiler/Manifest
@@ -0,0 +1 @@
+EBUILD easy-profiler-1.3.0.ebuild 520 SHA256 45d7d6e41d482be597e75e7c81ac089b13b2ecb4b208d0e7032bcd716ab5a098 SHA512 5f3606630571c268da750f865bfb621d668065d4471fa6e955bf18ea5ff30df3e7340e77b851f440dfda5ddd8b3dc7f367683f68f32b45db539ecd4fb1299cf4 WHIRLPOOL 68e763f12a0fbf981569979a92b23f0136e2082cc03da2d657ca856741ac34e6918bebbdd3ccfb11af810f761750e815458cbbe521cadc91e2cd70a8d694f228
diff --git a/dev-util/easy-profiler/easy-profiler-1.3.0.ebuild b/dev-util/easy-profiler/easy-profiler-1.3.0.ebuild
new file mode 100644
index 0000000..0c6e858
--- /dev/null
+++ b/dev-util/easy-profiler/easy-profiler-1.3.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils git-r3
+
+DESCRIPTION="Lightweight profiler library for c++"
+HOMEPAGE="https://github.com/yse/easy_profiler"
+EGIT_REPO_URI="https://github.com/yse/easy_profiler.git"
+EGIT_COMMIT="v${PV}"
+
+LICENSE="MIT"
+KEYWORDS="amd64 x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-qt/designer:5
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtopengl:5
+ dev-qt/qtsql:5
+ dev-qt/qtwebkit:5"
+DEPEND="${RDEPEND}"
+