diff options
author | Alexey Sokolov <sokolov@google.com> | 2020-05-08 01:49:15 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-05-14 18:25:23 -0400 |
commit | 6f083537fb52907bc8e7c3d6669862fdf3dbea57 (patch) | |
tree | 1c3fd84c72a2d2514bed844e782e22251519c225 /dev-util/kernelshark | |
parent | dev-util/trace-cmd: update homepage (diff) | |
download | gentoo-6f083537fb52907bc8e7c3d6669862fdf3dbea57.tar.gz gentoo-6f083537fb52907bc8e7c3d6669862fdf3dbea57.tar.bz2 gentoo-6f083537fb52907bc8e7c3d6669862fdf3dbea57.zip |
dev-util/kernelshark: update homepage
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexey Sokolov <sokolov@google.com>
Closes: https://github.com/gentoo/gentoo/pull/15699
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-util/kernelshark')
-rw-r--r-- | dev-util/kernelshark/kernelshark-1.0.ebuild | 4 | ||||
-rw-r--r-- | dev-util/kernelshark/kernelshark-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/kernelshark/kernelshark-1.0.ebuild b/dev-util/kernelshark/kernelshark-1.0.ebuild index 44d6447fb0ee..969302e6c70a 100644 --- a/dev-util/kernelshark/kernelshark-1.0.ebuild +++ b/dev-util/kernelshark/kernelshark-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit flag-o-matic cmake-utils DESCRIPTION="Graphical reader for trace-cmd output" -HOMEPAGE="http://kernelshark.org/" +HOMEPAGE="https://kernelshark.org/" if [[ ${PV} =~ [9]{4,} ]]; then EGIT_REPO_URI="https://github.com/rostedt/trace-cmd.git" diff --git a/dev-util/kernelshark/kernelshark-9999.ebuild b/dev-util/kernelshark/kernelshark-9999.ebuild index 44d6447fb0ee..969302e6c70a 100644 --- a/dev-util/kernelshark/kernelshark-9999.ebuild +++ b/dev-util/kernelshark/kernelshark-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit flag-o-matic cmake-utils DESCRIPTION="Graphical reader for trace-cmd output" -HOMEPAGE="http://kernelshark.org/" +HOMEPAGE="https://kernelshark.org/" if [[ ${PV} =~ [9]{4,} ]]; then EGIT_REPO_URI="https://github.com/rostedt/trace-cmd.git" |