Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/bindfs/
Date: Sat, 02 Jun 2018 00:57:05
Message-Id: 1527901007.91a9c3fc4ada896825283c7e64faede6f2361630.bman@gentoo
1 commit: 91a9c3fc4ada896825283c7e64faede6f2361630
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Jun 1 16:55:52 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 2 00:56:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a9c3fc
7
8 sys-fs/bindfs: use HTTPs
9
10 Closes: https://github.com/gentoo/gentoo/pull/8681
11
12 sys-fs/bindfs/bindfs-1.13.8.ebuild | 6 +++---
13 sys-fs/bindfs/bindfs-1.13.9.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/sys-fs/bindfs/bindfs-1.13.8.ebuild b/sys-fs/bindfs/bindfs-1.13.8.ebuild
17 index 29e8f2b8b80..14f35b43597 100644
18 --- a/sys-fs/bindfs/bindfs-1.13.8.ebuild
19 +++ b/sys-fs/bindfs/bindfs-1.13.8.ebuild
20 @@ -1,11 +1,11 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26
27 DESCRIPTION="FUSE filesystem for bind mounting with altered permissions"
28 -HOMEPAGE="http://bindfs.org/"
29 -SRC_URI="http://bindfs.org/downloads/${P}.tar.gz"
30 +HOMEPAGE="https://bindfs.org/"
31 +SRC_URI="https://bindfs.org/downloads/${P}.tar.gz"
32
33 LICENSE="GPL-2"
34 SLOT="0"
35
36 diff --git a/sys-fs/bindfs/bindfs-1.13.9.ebuild b/sys-fs/bindfs/bindfs-1.13.9.ebuild
37 index 29e8f2b8b80..14f35b43597 100644
38 --- a/sys-fs/bindfs/bindfs-1.13.9.ebuild
39 +++ b/sys-fs/bindfs/bindfs-1.13.9.ebuild
40 @@ -1,11 +1,11 @@
41 -# Copyright 1999-2017 Gentoo Foundation
42 +# Copyright 1999-2018 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46
47 DESCRIPTION="FUSE filesystem for bind mounting with altered permissions"
48 -HOMEPAGE="http://bindfs.org/"
49 -SRC_URI="http://bindfs.org/downloads/${P}.tar.gz"
50 +HOMEPAGE="https://bindfs.org/"
51 +SRC_URI="https://bindfs.org/downloads/${P}.tar.gz"
52
53 LICENSE="GPL-2"
54 SLOT="0"