public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/librsync/
Date: Fri,  2 Mar 2018 18:27:03 +0000 (UTC)	[thread overview]
Message-ID: <1520015189.18ecf3ad1e82002d5d5c1ca3a3063c43baf58000.mgorny@gentoo> (raw)

commit:     18ecf3ad1e82002d5d5c1ca3a3063c43baf58000
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Feb 25 16:49:11 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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"


             reply	other threads:[~2018-03-02 18:27 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-02 18:27 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-25 17:31 [gentoo-commits] repo/gentoo:master commit in: net-libs/librsync/ Arthur Zamarin
2024-05-25  2:03 Sam James
2024-05-24 14:56 Arthur Zamarin
2024-05-24 14:56 Arthur Zamarin
2024-05-24 10:00 Arthur Zamarin
2024-05-24 10:00 Arthur Zamarin
2023-03-01 15:20 Joonas Niilola
2023-02-22 22:51 Bernard Cafarelli
2022-10-15  6:47 Jakov Smolić
2021-12-01 21:16 Andreas Sturmlechner
2021-12-01 13:31 Agostino Sarubbo
2021-11-29 17:34 Arthur Zamarin
2021-11-29 17:31 Jakov Smolić
2021-11-29 17:15 Arthur Zamarin
2021-11-29 17:15 Arthur Zamarin
2021-11-29 16:59 Arthur Zamarin
2021-11-27 16:55 David Seifert
2021-05-31 11:36 Bernard Cafarelli
2020-12-15 10:37 Sam James
2020-12-04 18:37 Sergei Trofimovich
2020-12-04 18:31 Sergei Trofimovich
2020-12-02 22:39 Sam James
2020-12-02 21:32 Sam James
2020-12-02  3:06 Thomas Deutschmann
2020-05-30 22:51 Bernard Cafarelli
2020-04-07 15:17 Bernard Cafarelli
2019-10-17 10:37 Bernard Cafarelli
2019-10-14 21:11 Bernard Cafarelli
2019-10-09  9:47 Bernard Cafarelli
2018-07-11  5:05 Markus Meier
2018-06-26 18:08 Bernard Cafarelli
2018-06-25 18:56 Tobias Klausmann
2018-06-24 14:45 Jason Zaman
2018-06-18 18:48 Jonas Stein
2018-06-16 15:04 Sergei Trofimovich
2018-06-13 20:36 Andreas Sturmlechner
2018-06-12 11:36 Thomas Deutschmann
2018-06-12  8:44 Sergei Trofimovich
2018-04-02  4:09 Matt Turner
2018-03-28 20:55 Matt Turner
2017-12-05  5:44 Markus Meier
2017-11-17 20:43 Sergei Trofimovich
2017-11-08 12:51 Tobias Klausmann
2017-10-29 21:58 Sergei Trofimovich
2017-10-29 20:58 Sergei Trofimovich
2017-10-24 19:23 Sergei Trofimovich
2017-10-22 20:33 Thomas Deutschmann
2017-10-19 12:43 Manuel Rüger
2017-01-29 19:33 Fabian Groffen
2016-02-22  6:06 Jeroen Roovers
2016-02-01  1:53 Patrice Clement
2016-01-17 17:02 Agostino Sarubbo
2016-01-11  9:07 Agostino Sarubbo
2016-01-10 10:34 Agostino Sarubbo
2016-01-09 16:06 Markus Meier
2016-01-09  7:10 Agostino Sarubbo
2016-01-06 17:54 Andreas Schuerch
2016-01-05  8:42 Agostino Sarubbo
2015-12-18 13:22 Ian Delaney
2015-12-16 11:34 Ian Delaney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1520015189.18ecf3ad1e82002d5d5c1ca3a3063c43baf58000.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox