diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-06-08 23:45:10 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-06-08 23:45:36 +0300 |
commit | 86a7515258f756593e7d35f4cbf5e272cb54b7c9 (patch) | |
tree | 427681d5abd860154694d07971952c1a014c1e5b /sys-process | |
parent | app-arch/rpm: maintainer needed (diff) | |
download | gentoo-86a7515258f756593e7d35f4cbf5e272cb54b7c9.tar.gz gentoo-86a7515258f756593e7d35f4cbf5e272cb54b7c9.tar.bz2 gentoo-86a7515258f756593e7d35f4cbf5e272cb54b7c9.zip |
sys-process/htop: switch to HTTPS
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/htop/htop-2.0.2.ebuild | 6 | ||||
-rw-r--r-- | sys-process/htop/htop-2.1.0-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-process/htop/htop-2.2.0.ebuild | 4 | ||||
-rw-r--r-- | sys-process/htop/htop-3.0.0_beta4.ebuild | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/sys-process/htop/htop-2.0.2.ebuild b/sys-process/htop/htop-2.0.2.ebuild index 864882f610bf..68515359d77f 100644 --- a/sys-process/htop/htop-2.0.2.ebuild +++ b/sys-process/htop/htop-2.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit autotools linux-info DESCRIPTION="interactive process viewer" -HOMEPAGE="http://hisham.hm/htop/" -SRC_URI="http://hisham.hm/htop/releases/${PV}/${P}.tar.gz" +HOMEPAGE="https://hisham.hm/htop/" +SRC_URI="https://hisham.hm/htop/releases/${PV}/${P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0" diff --git a/sys-process/htop/htop-2.1.0-r1.ebuild b/sys-process/htop/htop-2.1.0-r1.ebuild index 8eac59d43915..c0f863a1c769 100644 --- a/sys-process/htop/htop-2.1.0-r1.ebuild +++ b/sys-process/htop/htop-2.1.0-r1.ebuild @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit autotools linux-info python-single-r1 DESCRIPTION="interactive process viewer" -HOMEPAGE="http://hisham.hm/htop/" -SRC_URI="http://hisham.hm/htop/releases/${PV}/${P}.tar.gz" +HOMEPAGE="https://hisham.hm/htop/" +SRC_URI="https://hisham.hm/htop/releases/${PV}/${P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0" diff --git a/sys-process/htop/htop-2.2.0.ebuild b/sys-process/htop/htop-2.2.0.ebuild index 980d490717ab..5647433903d2 100644 --- a/sys-process/htop/htop-2.2.0.ebuild +++ b/sys-process/htop/htop-2.2.0.ebuild @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit linux-info python-single-r1 DESCRIPTION="interactive process viewer" -HOMEPAGE="http://hisham.hm/htop/" -SRC_URI="http://hisham.hm/htop/releases/${PV}/${P}.tar.gz" +HOMEPAGE="https://hisham.hm/htop/" +SRC_URI="https://hisham.hm/htop/releases/${PV}/${P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0" diff --git a/sys-process/htop/htop-3.0.0_beta4.ebuild b/sys-process/htop/htop-3.0.0_beta4.ebuild index d0ff7771a218..26c184d21dd0 100644 --- a/sys-process/htop/htop-3.0.0_beta4.ebuild +++ b/sys-process/htop/htop-3.0.0_beta4.ebuild @@ -8,12 +8,12 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit autotools linux-info python-single-r1 DESCRIPTION="interactive process viewer" -HOMEPAGE="http://hisham.hm/htop/" +HOMEPAGE="https://hisham.hm/htop/" if [[ "${PV}" = *_beta* ]] ; then SRC_URI="https://github.com/hishamhm/${PN}/archive/${PV/_}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${P/_}" else - SRC_URI="http://hisham.hm/htop/releases/${PV}/${P}.tar.gz" + SRC_URI="https://hisham.hm/htop/releases/${PV}/${P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos" fi LICENSE="BSD GPL-2" |