Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/copyfs/
Date: Wed, 15 Aug 2018 19:53:54
Message-Id: 1534362811.411d1d592f48651c3dd2b3431780ad84f2fba282.asturm@gentoo
1 commit: 411d1d592f48651c3dd2b3431780ad84f2fba282
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 1 16:40:10 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 15 19:53:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=411d1d59
7
8 sys-fs/copyfs: fix HOMEPAGE, SRC_URI
9
10 sys-fs/copyfs/copyfs-1.0.1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/sys-fs/copyfs/copyfs-1.0.1.ebuild b/sys-fs/copyfs/copyfs-1.0.1.ebuild
14 index dcec1e63bce..285ec9354bd 100644
15 --- a/sys-fs/copyfs/copyfs-1.0.1.ebuild
16 +++ b/sys-fs/copyfs/copyfs-1.0.1.ebuild
17 @@ -6,8 +6,8 @@ EAPI="2"
18 inherit autotools eutils toolchain-funcs
19
20 DESCRIPTION="fuse-based filesystem for maintaining configuration files"
21 -HOMEPAGE="http://invaders.mars-attacks.org/~boklm/copyfs/"
22 -SRC_URI="${HOMEPAGE}/${P}.tar.bz2"
23 +HOMEPAGE="https://boklm.eu/copyfs/"
24 +SRC_URI="https://boklm.eu/copyfs/${P}.tar.bz2"
25 LICENSE="GPL-2"
26 SLOT="0"
27 KEYWORDS="~x86 ~amd64 ~ppc"