Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/heaptrack/
Date: Sun, 24 May 2020 21:46:45
Message-Id: 1590356784.bb571ee92102f09a95f977e366a2eba68781a3ce.asturm@gentoo
1 commit: bb571ee92102f09a95f977e366a2eba68781a3ce
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 24 21:46:24 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 24 21:46:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb571ee9
7
8 dev-util/heaptrack: Add kde.org HOMEPAGE
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-util/heaptrack/heaptrack-9999.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-util/heaptrack/heaptrack-9999.ebuild b/dev-util/heaptrack/heaptrack-9999.ebuild
17 index 99697c3d825..8f57020d1b4 100644
18 --- a/dev-util/heaptrack/heaptrack-9999.ebuild
19 +++ b/dev-util/heaptrack/heaptrack-9999.ebuild
20 @@ -6,7 +6,8 @@ EAPI=7
21 inherit cmake kde.org xdg-utils
22
23 DESCRIPTION="Fast heap memory profiler"
24 -HOMEPAGE="https://milianw.de/blog/heaptrack-a-heap-memory-profiler-for-linux"
25 +HOMEPAGE="https://kde.org/applications/development/org.kde.heaptrack
26 +https://milianw.de/blog/heaptrack-a-heap-memory-profiler-for-linux"
27
28 LICENSE="LGPL-2.1+"
29 SLOT="0"