summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2015-07-02 04:31:42 +0000
committerPatrick Lauer <patrick@gentoo.org>2015-07-02 04:31:42 +0000
commitffbf8588d381f80538e2cea62851eff77d30ea8b (patch)
tree2c6a68dcd7388fe34441070820787e08dadad815 /dev-libs/handystats/handystats-1.11.3.ebuild
parentStable for HPPA PPC64 (bug #553644). (diff)
downloadhistorical-ffbf8588d381f80538e2cea62851eff77d30ea8b.tar.gz
historical-ffbf8588d381f80538e2cea62851eff77d30ea8b.tar.bz2
historical-ffbf8588d381f80538e2cea62851eff77d30ea8b.zip
Bump
Package-Manager: portage-2.2.20/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/handystats/handystats-1.11.3.ebuild')
-rw-r--r--dev-libs/handystats/handystats-1.11.3.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-libs/handystats/handystats-1.11.3.ebuild b/dev-libs/handystats/handystats-1.11.3.ebuild
new file mode 100644
index 000000000000..153224ae00eb
--- /dev/null
+++ b/dev-libs/handystats/handystats-1.11.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/handystats/handystats-1.11.3.ebuild,v 1.1 2015/07/02 04:31:33 patrick Exp $
+
+EAPI=5
+
+RESTRICT="test"
+inherit cmake-utils
+
+DESCRIPTION="C++ library for collecting user-defined in-process runtime statistics with low overhead."
+HOMEPAGE="https://github.com/shindo/handystats"
+SRC_URI="https://github.com/shindo/${PN}/archive/${PV}.zip -> ${P}.zip"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${DEPEND}
+ dev-cpp/gtest
+ dev-libs/boost"