From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 96C2A1382C5 for ; Fri, 2 Mar 2018 18:27:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6092E0B1D; Fri, 2 Mar 2018 18:27:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A472BE0B1D for ; Fri, 2 Mar 2018 18:27:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B425335C30 for ; Fri, 2 Mar 2018 18:27:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CA3021C for ; Fri, 2 Mar 2018 18:27:03 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1520015189.18ecf3ad1e82002d5d5c1ca3a3063c43baf58000.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/librsync/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/librsync/librsync-0.9.7-r3.ebuild net-libs/librsync/librsync-2.0.0-r1.ebuild net-libs/librsync/librsync-2.0.0.ebuild net-libs/librsync/librsync-2.0.1-r1.ebuild X-VCS-Directories: net-libs/librsync/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 18ecf3ad1e82002d5d5c1ca3a3063c43baf58000 X-VCS-Branch: master Date: Fri, 2 Mar 2018 18:27:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c9b6329a-16aa-40d2-8b7d-3f36fb965415 X-Archives-Hash: eb7589afe45f715eb697b9336fa5eb0f commit: 18ecf3ad1e82002d5d5c1ca3a3063c43baf58000 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Feb 25 16:49:11 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Mar 2 18:26:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18ecf3ad net-libs/librsync: use HTTPS, avoid redirection Closes: https://github.com/gentoo/gentoo/pull/7279 net-libs/librsync/librsync-0.9.7-r3.ebuild | 4 ++-- net-libs/librsync/librsync-2.0.0-r1.ebuild | 4 ++-- net-libs/librsync/librsync-2.0.0.ebuild | 4 ++-- 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 b8622f08e3f..8b9fb007f66 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 77e952c4170..ff95ffa9ab1 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 af13ecd767c..d36f0754d76 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 6c20165834a..0b02fb70ce4 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"