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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 12A85158092 for ; Sat, 18 Jun 2022 11:03:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D058E0863; Sat, 18 Jun 2022 11:03:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1354E085B for ; Sat, 18 Jun 2022 11:03:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C99073419AA for ; Sat, 18 Jun 2022 11:03:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 584C250A for ; Sat, 18 Jun 2022 11:03:43 +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: <1655550199.a9b01929701825d76e7f8fc7f5daea7f084e940e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/heaptrack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/heaptrack/Manifest dev-util/heaptrack/heaptrack-1.3.0-r1.ebuild X-VCS-Directories: dev-util/heaptrack/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a9b01929701825d76e7f8fc7f5daea7f084e940e X-VCS-Branch: master Date: Sat, 18 Jun 2022 11:03:43 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cdbfd740-97e6-4896-8202-0ea43281469a X-Archives-Hash: b630a6233f10b8fa38a53e196698fb8a commit: a9b01929701825d76e7f8fc7f5daea7f084e940e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jun 18 10:53:00 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jun 18 11:03:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9b01929 dev-util/heaptrack: Drop 1.3.0-r1 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/heaptrack/Manifest | 1 - dev-util/heaptrack/heaptrack-1.3.0-r1.ebuild | 75 ---------------------------- 2 files changed, 76 deletions(-) diff --git a/dev-util/heaptrack/Manifest b/dev-util/heaptrack/Manifest index 6777eef06521..cb37c6e788cd 100644 --- a/dev-util/heaptrack/Manifest +++ b/dev-util/heaptrack/Manifest @@ -1,2 +1 @@ -DIST heaptrack-1.3.0.tar.xz 5521900 BLAKE2B b633ff53d83bd001705a93e2d9ffec1a994a3860cc2154334deda24c7b9d015d233e09e091201351cd3f885668a97d51eafc3b63604996c3a47ed3fdc87446da SHA512 803cc41cbd22090f3478b92097119d03a47ace8d81dc1f30490bea8f9460ae4b9fb7c9d5f64818961c8e118eafce486bea2b6765e5f2a81c91eef5690b1246de DIST heaptrack-1.4.0.tar.xz 5526100 BLAKE2B ffb912bc080cf966d670fcafcce682ddc5793878b73b8480b40aaf6b3c9596e892b646f9ca2ce40c195ed32d595e265e9c3a49095ac725b95a0845b2c4a7a81a SHA512 8d34356c9ecf2f9901e15ff7f24e6772e35d31ea9634d7b3ce5615df6f4f7ed024a7a4336f3b6fca648632c4c1693411641782fe60bf4cfeeb1d07d8607636a4 diff --git a/dev-util/heaptrack/heaptrack-1.3.0-r1.ebuild b/dev-util/heaptrack/heaptrack-1.3.0-r1.ebuild deleted file mode 100644 index b219ca4b797e..000000000000 --- a/dev-util/heaptrack/heaptrack-1.3.0-r1.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake desktop kde.org xdg-utils - -DESCRIPTION="Fast heap memory profiler" -HOMEPAGE="https://apps.kde.org/heaptrack/ -https://milianw.de/blog/heaptrack-a-heap-memory-profiler-for-linux" -SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~amd64" -IUSE="+gui test zstd" - -RESTRICT="!test? ( test )" - -DEPEND=" - dev-libs/boost:=[zstd?,zlib] - sys-libs/libunwind:= - sys-libs/zlib - gui? ( - dev-libs/kdiagram:5 - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - kde-frameworks/kconfig:5 - kde-frameworks/kconfigwidgets:5 - kde-frameworks/kcoreaddons:5 - kde-frameworks/ki18n:5 - kde-frameworks/kio:5 - kde-frameworks/kitemmodels:5 - kde-frameworks/kwidgetsaddons:5 - kde-frameworks/threadweaver:5 - ) - zstd? ( app-arch/zstd:= ) -" -RDEPEND="${DEPEND} - gui? ( >=kde-frameworks/kf-env-4 ) -" -BDEPEND=" - gui? ( kde-frameworks/extra-cmake-modules:5 ) -" - -PATCHES=( "${FILESDIR}/${P}-cmake.patch" ) # bug 829606 - -src_prepare() { - cmake_src_prepare - rm -rf 3rdparty/boost-zstd || die # ensure no bundling -} - -src_configure() { - local mycmakeargs=( - -DHEAPTRACK_BUILD_GUI=$(usex gui) - -DBUILD_TESTING=$(usex test) - $(cmake_use_find_package zstd ZSTD) - ) - cmake_src_configure -} - -pkg_postinst() { - if use gui; then - xdg_desktop_database_update - xdg_icon_cache_update - fi -} - -pkg_postrm() { - if use gui; then - xdg_desktop_database_update - xdg_icon_cache_update - fi -}