diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-05-10 16:45:25 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-05-13 13:53:43 -0400 |
commit | 13e290e75d8d3129ad4b2ce6d307669e1f6ea4cf (patch) | |
tree | 54b3557d7366b296ceea282332833ae3e6b6f075 /dev-libs/userspace-rcu | |
parent | media-video/smplayer: use HTTPS (diff) | |
download | gentoo-13e290e75d8d3129ad4b2ce6d307669e1f6ea4cf.tar.gz gentoo-13e290e75d8d3129ad4b2ce6d307669e1f6ea4cf.tar.bz2 gentoo-13e290e75d8d3129ad4b2ce6d307669e1f6ea4cf.zip |
dev-libs/userspace-rcu: update HOMEPAGE, use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11955
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-libs/userspace-rcu')
4 files changed, 10 insertions, 10 deletions
diff --git a/dev-libs/userspace-rcu/userspace-rcu-0.10.1.ebuild b/dev-libs/userspace-rcu/userspace-rcu-0.10.1.ebuild index 66c0d5ee4d5c..2a1262088b2d 100644 --- a/dev-libs/userspace-rcu/userspace-rcu-0.10.1.ebuild +++ b/dev-libs/userspace-rcu/userspace-rcu-0.10.1.ebuild @@ -4,8 +4,8 @@ EAPI=6 DESCRIPTION="userspace RCU (read-copy-update) library" -HOMEPAGE="http://lttng.org/urcu" -SRC_URI="http://lttng.org/files/urcu/${P}.tar.bz2" +HOMEPAGE="https://liburcu.org/" +SRC_URI="https://lttng.org/files/urcu/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0/6" # subslot = soname version diff --git a/dev-libs/userspace-rcu/userspace-rcu-0.10.2.ebuild b/dev-libs/userspace-rcu/userspace-rcu-0.10.2.ebuild index edacb2837be2..c0740d639c7f 100644 --- a/dev-libs/userspace-rcu/userspace-rcu-0.10.2.ebuild +++ b/dev-libs/userspace-rcu/userspace-rcu-0.10.2.ebuild @@ -4,8 +4,8 @@ EAPI=6 DESCRIPTION="userspace RCU (read-copy-update) library" -HOMEPAGE="http://lttng.org/urcu" -SRC_URI="http://lttng.org/files/urcu/${P}.tar.bz2" +HOMEPAGE="https://liburcu.org/" +SRC_URI="https://lttng.org/files/urcu/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0/6" # subslot = soname version diff --git a/dev-libs/userspace-rcu/userspace-rcu-0.9.1.ebuild b/dev-libs/userspace-rcu/userspace-rcu-0.9.1.ebuild index 1e382978c395..1df5f3e366fe 100644 --- a/dev-libs/userspace-rcu/userspace-rcu-0.9.1.ebuild +++ b/dev-libs/userspace-rcu/userspace-rcu-0.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit autotools-utils DESCRIPTION="userspace RCU (read-copy-update) library" -HOMEPAGE="http://lttng.org/urcu" -SRC_URI="http://lttng.org/files/urcu/${P}.tar.bz2" +HOMEPAGE="https://liburcu.org/" +SRC_URI="https://lttng.org/files/urcu/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0/4" # subslot = soname version diff --git a/dev-libs/userspace-rcu/userspace-rcu-0.9.2.ebuild b/dev-libs/userspace-rcu/userspace-rcu-0.9.2.ebuild index bc7e85d251f7..0169d3b94b72 100644 --- a/dev-libs/userspace-rcu/userspace-rcu-0.9.2.ebuild +++ b/dev-libs/userspace-rcu/userspace-rcu-0.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit autotools-utils DESCRIPTION="userspace RCU (read-copy-update) library" -HOMEPAGE="http://lttng.org/urcu" -SRC_URI="http://lttng.org/files/urcu/${P}.tar.bz2" +HOMEPAGE="https://liburcu.org/" +SRC_URI="https://lttng.org/files/urcu/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0/4" # subslot = soname version |