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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2C7871382C5 for ; Sat, 17 Mar 2018 16:49:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFFE2E0833; Sat, 17 Mar 2018 16:49:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BBCB5E0833 for ; Sat, 17 Mar 2018 16:49:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0EEE1335CBE for ; Sat, 17 Mar 2018 16:49:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD7E7239 for ; Sat, 17 Mar 2018 16:49:29 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1521305360.4e006f04559c005cbe5f5bd8ccbd1e536f173674.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/heaptrack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/heaptrack/heaptrack-9999.ebuild dev-util/heaptrack/metadata.xml X-VCS-Directories: dev-util/heaptrack/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4e006f04559c005cbe5f5bd8ccbd1e536f173674 X-VCS-Branch: master Date: Sat, 17 Mar 2018 16:49:29 +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-Archives-Salt: 15aed9e0-f90e-4533-9d81-0abc733b5cbf X-Archives-Hash: c535d9d4ffb7570aedbda93292cf2cef commit: 4e006f04559c005cbe5f5bd8ccbd1e536f173674 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 17 16:32:03 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 17 16:49:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e006f04 dev-util/heaptrack: Add USE=zstd Upstream commit 4edc10044f2743e067b0387d04518b94afd602e1 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-util/heaptrack/heaptrack-9999.ebuild | 6 ++++-- dev-util/heaptrack/metadata.xml | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/dev-util/heaptrack/heaptrack-9999.ebuild b/dev-util/heaptrack/heaptrack-9999.ebuild index 45bb021ef3a..cfcb4fc5822 100644 --- a/dev-util/heaptrack/heaptrack-9999.ebuild +++ b/dev-util/heaptrack/heaptrack-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ HOMEPAGE="http://milianw.de/blog/heaptrack-a-heap-memory-profiler-for-linux" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="" -IUSE="+qt5" +IUSE="+qt5 zstd" COMMON_DEPEND=" dev-libs/boost:= @@ -33,6 +33,7 @@ COMMON_DEPEND=" $(add_qt_dep qtwidgets) dev-libs/kdiagram:5 ) + zstd? ( app-arch/zstd:= ) " DEPEND="${COMMON_DEPEND} $(add_frameworks_dep extra-cmake-modules) @@ -44,6 +45,7 @@ RDEPEND="${COMMON_DEPEND} src_configure() { local mycmakeargs=( -DHEAPTRACK_BUILD_GUI=$(usex qt5) + $(cmake-utils_use_find_package zstd Zstd) ) kde5_src_configure diff --git a/dev-util/heaptrack/metadata.xml b/dev-util/heaptrack/metadata.xml index c6bc2d94015..afa56cb8428 100644 --- a/dev-util/heaptrack/metadata.xml +++ b/dev-util/heaptrack/metadata.xml @@ -5,4 +5,7 @@ asturm@gentoo.org Andreas Sturmlechner + + Enable support for ZSTD compression using app-arch/zstd +