mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-libs/librsync: use HTTPS, avoid redirection
Closes: https://github.com/gentoo/gentoo/pull/7279
This commit is contained in:
committed by
Michał Górny
parent
2faf8eae4d
commit
18ecf3ad1e
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user