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 ABDFE1382C5 for ; Sun, 24 May 2020 21:46:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2910FE092E; Sun, 24 May 2020 21:46:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0E710E092E for ; Sun, 24 May 2020 21:46:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4DF7334EDA9 for ; Sun, 24 May 2020 21:46:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45C9E240 for ; Sun, 24 May 2020 21:46:39 +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: <1590356784.bb571ee92102f09a95f977e366a2eba68781a3ce.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 X-VCS-Directories: dev-util/heaptrack/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bb571ee92102f09a95f977e366a2eba68781a3ce X-VCS-Branch: master Date: Sun, 24 May 2020 21:46:39 +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: 91c7a911-814e-4d0a-9cb1-a95be66b8bb5 X-Archives-Hash: 1fd7dae9f94283bb166751a20b7cc2cf commit: bb571ee92102f09a95f977e366a2eba68781a3ce Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 24 21:46:24 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 24 21:46:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb571ee9 dev-util/heaptrack: Add kde.org HOMEPAGE Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/heaptrack/heaptrack-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-util/heaptrack/heaptrack-9999.ebuild b/dev-util/heaptrack/heaptrack-9999.ebuild index 99697c3d825..8f57020d1b4 100644 --- a/dev-util/heaptrack/heaptrack-9999.ebuild +++ b/dev-util/heaptrack/heaptrack-9999.ebuild @@ -6,7 +6,8 @@ EAPI=7 inherit cmake kde.org xdg-utils DESCRIPTION="Fast heap memory profiler" -HOMEPAGE="https://milianw.de/blog/heaptrack-a-heap-memory-profiler-for-linux" +HOMEPAGE="https://kde.org/applications/development/org.kde.heaptrack +https://milianw.de/blog/heaptrack-a-heap-memory-profiler-for-linux" LICENSE="LGPL-2.1+" SLOT="0"