diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-02-25 17:49:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-02 19:26:29 +0100 |
commit | 18ecf3ad1e82002d5d5c1ca3a3063c43baf58000 (patch) | |
tree | e0129f381dda0247d2282cf7774aea3f8aac09bf /net-libs | |
parent | media-gfx/pinta: use HTTPS (diff) | |
download | gentoo-18ecf3ad1e82002d5d5c1ca3a3063c43baf58000.tar.gz gentoo-18ecf3ad1e82002d5d5c1ca3a3063c43baf58000.tar.bz2 gentoo-18ecf3ad1e82002d5d5c1ca3a3063c43baf58000.zip |
net-libs/librsync: use HTTPS, avoid redirection
Closes: https://github.com/gentoo/gentoo/pull/7279
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/librsync/librsync-0.9.7-r3.ebuild | 4 | ||||
-rw-r--r-- | net-libs/librsync/librsync-2.0.0-r1.ebuild | 4 | ||||
-rw-r--r-- | net-libs/librsync/librsync-2.0.0.ebuild | 4 | ||||
-rw-r--r-- | net-libs/librsync/librsync-2.0.1-r1.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
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" |