From: Michael Mair-Keimberger Date: Sun, 25 Feb 2018 16:49:11 +0000 (+0100) Subject: net-libs/librsync: use HTTPS, avoid redirection X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=18ecf3ad1e82002d5d5c1ca3a3063c43baf58000;p=gentoo.git net-libs/librsync: use HTTPS, avoid redirection Closes: https://github.com/gentoo/gentoo/pull/7279 --- diff --git a/net-libs/librsync/librsync-0.9.7-r3.ebuild b/net-libs/librsync/librsync-0.9.7-r3.ebuild index b8622f08e3f3..8b9fb007f665 100644 --- a/net-libs/librsync/librsync-0.9.7-r3.ebuild +++ b/net-libs/librsync/librsync-0.9.7-r3.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=5 @@ -8,7 +8,7 @@ AUTOTOOLS_AUTORECONF=true inherit autotools-utils DESCRIPTION="Flexible remote checksum-based differencing" -HOMEPAGE="http://librsync.sourceforge.net/" +HOMEPAGE="https://librsync.github.io/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" diff --git a/net-libs/librsync/librsync-2.0.0-r1.ebuild b/net-libs/librsync/librsync-2.0.0-r1.ebuild index 77e952c41708..ff95ffa9ab15 100644 --- a/net-libs/librsync/librsync-2.0.0-r1.ebuild +++ b/net-libs/librsync/librsync-2.0.0-r1.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=5 @@ -6,7 +6,7 @@ EAPI=5 inherit cmake-utils DESCRIPTION="Remote delta-compression library" -HOMEPAGE="http://librsync.sourcefrog.net/" +HOMEPAGE="https://librsync.github.io/" SRC_URI="https://github.com/librsync/librsync/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" diff --git a/net-libs/librsync/librsync-2.0.0.ebuild b/net-libs/librsync/librsync-2.0.0.ebuild index af13ecd767c4..d36f0754d76c 100644 --- a/net-libs/librsync/librsync-2.0.0.ebuild +++ b/net-libs/librsync/librsync-2.0.0.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=5 @@ -6,7 +6,7 @@ EAPI=5 inherit cmake-utils DESCRIPTION="Remote delta-compression library" -HOMEPAGE="http://librsync.sourcefrog.net/" +HOMEPAGE="https://librsync.github.io/" SRC_URI="https://github.com/librsync/librsync/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" diff --git a/net-libs/librsync/librsync-2.0.1-r1.ebuild b/net-libs/librsync/librsync-2.0.1-r1.ebuild index 6c20165834a8..0b02fb70ce46 100644 --- a/net-libs/librsync/librsync-2.0.1-r1.ebuild +++ b/net-libs/librsync/librsync-2.0.1-r1.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,7 +6,7 @@ EAPI=6 inherit cmake-utils DESCRIPTION="Remote delta-compression library" -HOMEPAGE="http://librsync.sourcefrog.net/" +HOMEPAGE="https://librsync.github.io/" SRC_URI="https://github.com/librsync/librsync/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1"