Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/s3fs/
Date: Thu, 22 Dec 2016 10:45:23
Message-Id: 1482403479.e07adb20dc658480344cf385f2d389ed0a43f1b2.gokturk@gentoo
1 commit: e07adb20dc658480344cf385f2d389ed0a43f1b2
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 22 10:19:18 2016 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 22 10:44:39 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e07adb20
7
8 net-fs/s3fs: migrate away from google code #544092
9
10 Package-Manager: portage-2.3.0
11
12 net-fs/s3fs/s3fs-1.74.ebuild | 9 ++++++---
13 1 file changed, 6 insertions(+), 3 deletions(-)
14
15 diff --git a/net-fs/s3fs/s3fs-1.74.ebuild b/net-fs/s3fs/s3fs-1.74.ebuild
16 index 71659cc..70a5a71 100644
17 --- a/net-fs/s3fs/s3fs-1.74.ebuild
18 +++ b/net-fs/s3fs/s3fs-1.74.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -6,9 +6,12 @@ EAPI=5
26
27 inherit toolchain-funcs
28
29 +MY_PN=${PN}-fuse
30 +MY_P=${MY_PN}-${PV}
31 +
32 DESCRIPTION="Amazon mounting S3 via fuse"
33 -HOMEPAGE="https://s3fs.googlecode.com/"
34 -SRC_URI="https://s3fs.googlecode.com/files/${P}.tar.gz"
35 +HOMEPAGE="https://github.com/s3fs-fuse/s3fs-fuse/"
36 +SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
37
38 LICENSE="GPL-2"
39 SLOT="0"