Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/librsync/
Date: Fri, 02 Mar 2018 18:27:06
Message-Id: 1520015189.18ecf3ad1e82002d5d5c1ca3a3063c43baf58000.mgorny@gentoo
1 commit: 18ecf3ad1e82002d5d5c1ca3a3063c43baf58000
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 25 16:49:11 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 2 18:26:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18ecf3ad
7
8 net-libs/librsync: use HTTPS, avoid redirection
9
10 Closes: https://github.com/gentoo/gentoo/pull/7279
11
12 net-libs/librsync/librsync-0.9.7-r3.ebuild | 4 ++--
13 net-libs/librsync/librsync-2.0.0-r1.ebuild | 4 ++--
14 net-libs/librsync/librsync-2.0.0.ebuild | 4 ++--
15 net-libs/librsync/librsync-2.0.1-r1.ebuild | 4 ++--
16 4 files changed, 8 insertions(+), 8 deletions(-)
17
18 diff --git a/net-libs/librsync/librsync-0.9.7-r3.ebuild b/net-libs/librsync/librsync-0.9.7-r3.ebuild
19 index b8622f08e3f..8b9fb007f66 100644
20 --- a/net-libs/librsync/librsync-0.9.7-r3.ebuild
21 +++ b/net-libs/librsync/librsync-0.9.7-r3.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -8,7 +8,7 @@ AUTOTOOLS_AUTORECONF=true
29 inherit autotools-utils
30
31 DESCRIPTION="Flexible remote checksum-based differencing"
32 -HOMEPAGE="http://librsync.sourceforge.net/"
33 +HOMEPAGE="https://librsync.github.io/"
34 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
35
36 LICENSE="LGPL-2.1"
37
38 diff --git a/net-libs/librsync/librsync-2.0.0-r1.ebuild b/net-libs/librsync/librsync-2.0.0-r1.ebuild
39 index 77e952c4170..ff95ffa9ab1 100644
40 --- a/net-libs/librsync/librsync-2.0.0-r1.ebuild
41 +++ b/net-libs/librsync/librsync-2.0.0-r1.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2017 Gentoo Foundation
44 +# Copyright 1999-2018 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=5
48 @@ -6,7 +6,7 @@ EAPI=5
49 inherit cmake-utils
50
51 DESCRIPTION="Remote delta-compression library"
52 -HOMEPAGE="http://librsync.sourcefrog.net/"
53 +HOMEPAGE="https://librsync.github.io/"
54 SRC_URI="https://github.com/librsync/librsync/archive/v${PV}.tar.gz -> ${P}.tar.gz"
55
56 LICENSE="LGPL-2.1"
57
58 diff --git a/net-libs/librsync/librsync-2.0.0.ebuild b/net-libs/librsync/librsync-2.0.0.ebuild
59 index af13ecd767c..d36f0754d76 100644
60 --- a/net-libs/librsync/librsync-2.0.0.ebuild
61 +++ b/net-libs/librsync/librsync-2.0.0.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2017 Gentoo Foundation
64 +# Copyright 1999-2018 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=5
68 @@ -6,7 +6,7 @@ EAPI=5
69 inherit cmake-utils
70
71 DESCRIPTION="Remote delta-compression library"
72 -HOMEPAGE="http://librsync.sourcefrog.net/"
73 +HOMEPAGE="https://librsync.github.io/"
74 SRC_URI="https://github.com/librsync/librsync/archive/v${PV}.tar.gz -> ${P}.tar.gz"
75
76 LICENSE="LGPL-2.1"
77
78 diff --git a/net-libs/librsync/librsync-2.0.1-r1.ebuild b/net-libs/librsync/librsync-2.0.1-r1.ebuild
79 index 6c20165834a..0b02fb70ce4 100644
80 --- a/net-libs/librsync/librsync-2.0.1-r1.ebuild
81 +++ b/net-libs/librsync/librsync-2.0.1-r1.ebuild
82 @@ -1,4 +1,4 @@
83 -# Copyright 1999-2017 Gentoo Foundation
84 +# Copyright 1999-2018 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86
87 EAPI=6
88 @@ -6,7 +6,7 @@ EAPI=6
89 inherit cmake-utils
90
91 DESCRIPTION="Remote delta-compression library"
92 -HOMEPAGE="http://librsync.sourcefrog.net/"
93 +HOMEPAGE="https://librsync.github.io/"
94 SRC_URI="https://github.com/librsync/librsync/archive/v${PV}.tar.gz -> ${P}.tar.gz"
95
96 LICENSE="LGPL-2.1"