commit:     fb6233727705d1f73921d0ff4a4ec51775eda951
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Wed Jan 13 06:34:03 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Mar 14 20:47:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb623372

dev-libs/libnl: https for HOMEPAGE

Closes: https://github.com/gentoo/gentoo/pull/17784
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-libs/libnl/libnl-1.1.4-r1.ebuild | 2 +-
 dev-libs/libnl/libnl-1.1.9999.ebuild | 4 ++--
 dev-libs/libnl/libnl-3.5.0.ebuild    | 2 +-
 dev-libs/libnl/libnl-99999999.ebuild | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-libs/libnl/libnl-1.1.4-r1.ebuild 
b/dev-libs/libnl/libnl-1.1.4-r1.ebuild
index 77e2c37dac6..40141bb55b7 100644
--- a/dev-libs/libnl/libnl-1.1.4-r1.ebuild
+++ b/dev-libs/libnl/libnl-1.1.4-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 inherit multilib toolchain-funcs
 
 DESCRIPTION="Libraries providing APIs to netlink protocol based Linux kernel 
interfaces"
-HOMEPAGE="http://www.infradead.org/~tgr/libnl/";
+HOMEPAGE="https://www.infradead.org/~tgr/libnl/";
 SRC_URI="http://www.infradead.org/~tgr/libnl/files/${P}.tar.gz";
 LICENSE="LGPL-2.1"
 SLOT="1.1"

diff --git a/dev-libs/libnl/libnl-1.1.9999.ebuild 
b/dev-libs/libnl/libnl-1.1.9999.ebuild
index e9ef685bf11..30fa4a923c0 100644
--- a/dev-libs/libnl/libnl-1.1.9999.ebuild
+++ b/dev-libs/libnl/libnl-1.1.9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 inherit git-r3 multilib toolchain-funcs
 
 DESCRIPTION="Libraries providing APIs to netlink protocol based Linux kernel 
interfaces"
-HOMEPAGE="http://www.infradead.org/~tgr/libnl/";
+HOMEPAGE="https://www.infradead.org/~tgr/libnl/";
 EGIT_REPO_URI="https://github.com/tgraf/libnl-1.1-stable";
 LICENSE="LGPL-2.1"
 SLOT="1.1"

diff --git a/dev-libs/libnl/libnl-3.5.0.ebuild 
b/dev-libs/libnl/libnl-3.5.0.ebuild
index c078b024e6c..2c8d76055e4 100644
--- a/dev-libs/libnl/libnl-3.5.0.ebuild
+++ b/dev-libs/libnl/libnl-3.5.0.ebuild
@@ -12,7 +12,7 @@ LIBNL_DIR=${PV/_/}
 LIBNL_DIR=${LIBNL_DIR//./_}
 
 DESCRIPTION="Libraries providing APIs to netlink protocol based Linux kernel 
interfaces"
-HOMEPAGE="http://www.infradead.org/~tgr/libnl/ 
https://github.com/thom311/libnl";
+HOMEPAGE="https://www.infradead.org/~tgr/libnl/ 
https://github.com/thom311/libnl";
 
SRC_URI="https://github.com/thom311/${PN}/releases/download/${PN}${LIBNL_DIR}/${P/_rc/-rc}.tar.gz";
 S="${WORKDIR}/${LIBNL_P}"
 

diff --git a/dev-libs/libnl/libnl-99999999.ebuild 
b/dev-libs/libnl/libnl-99999999.ebuild
index 75200c89012..1919e6e62e7 100644
--- a/dev-libs/libnl/libnl-99999999.ebuild
+++ b/dev-libs/libnl/libnl-99999999.ebuild
@@ -8,7 +8,7 @@ DISTUTILS_OPTIONAL=1
 inherit autotools distutils-r1 git-r3 multilib-minimal
 
 DESCRIPTION="Libraries providing APIs to netlink protocol based Linux kernel 
interfaces"
-HOMEPAGE="http://www.infradead.org/~tgr/libnl/ 
https://github.com/thom311/libnl";
+HOMEPAGE="https://www.infradead.org/~tgr/libnl/ 
https://github.com/thom311/libnl";
 EGIT_REPO_URI="https://github.com/thom311/libnl";
 
 LICENSE="LGPL-2.1 utils? ( GPL-2 )"

Reply via email to