Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/wachy/
Date: Fri, 01 Apr 2022 00:57:00
Message-Id: 1648774609.3bc9b6a5fe97f8cee6c177d0a221cb02a7fcb407.chutzpah@gentoo
1 commit: 3bc9b6a5fe97f8cee6c177d0a221cb02a7fcb407
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 00:56:49 2022 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 00:56:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bc9b6a5
7
8 dev-util/wachy: update HOMEPAGE
9
10 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
11
12 dev-util/wachy/wachy-0.1.0_alpha6.ebuild | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-util/wachy/wachy-0.1.0_alpha6.ebuild b/dev-util/wachy/wachy-0.1.0_alpha6.ebuild
16 index 142842ae1270..c70001be06c0 100644
17 --- a/dev-util/wachy/wachy-0.1.0_alpha6.ebuild
18 +++ b/dev-util/wachy/wachy-0.1.0_alpha6.ebuild
19 @@ -105,7 +105,10 @@ inherit cargo
20 DESCRIPTION="A dynamic tracing profiler for Linux"
21 # Double check the homepage as the cargo_metadata crate
22 # does not provide this value so instead repository is used
23 -HOMEPAGE="https://github.com/rubrikinc/wachy"
24 +HOMEPAGE="
25 + https://rubrikinc.github.io/wachy/
26 + https://github.com/rubrikinc/wachy
27 +"
28 SRC_URI="
29 https://github.com/rubrikinc/${PN}/archive/refs/tags/${PV/_alpha/-alpha.}.tar.gz -> ${P}.tar.gz
30 $(cargo_crate_uris ${CRATES})