summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGöktürk Yüksek <gokturk@gentoo.org>2016-12-22 05:19:18 -0500
committerGöktürk Yüksek <gokturk@gentoo.org>2016-12-22 05:44:39 -0500
commite07adb20dc658480344cf385f2d389ed0a43f1b2 (patch)
tree33dc9fc67614719d4d5d380ed2f0c4c6ece00a29 /net-fs/s3fs
parentnet-firewall/ufw-frontends: migrate away from google code #544092 (diff)
downloadgentoo-e07adb20dc658480344cf385f2d389ed0a43f1b2.tar.gz
gentoo-e07adb20dc658480344cf385f2d389ed0a43f1b2.tar.bz2
gentoo-e07adb20dc658480344cf385f2d389ed0a43f1b2.zip
net-fs/s3fs: migrate away from google code #544092
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-fs/s3fs')
-rw-r--r--net-fs/s3fs/s3fs-1.74.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/net-fs/s3fs/s3fs-1.74.ebuild b/net-fs/s3fs/s3fs-1.74.ebuild
index 71659cc0626b..70a5a7129bb3 100644
--- a/net-fs/s3fs/s3fs-1.74.ebuild
+++ b/net-fs/s3fs/s3fs-1.74.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -6,9 +6,12 @@ EAPI=5
inherit toolchain-funcs
+MY_PN=${PN}-fuse
+MY_P=${MY_PN}-${PV}
+
DESCRIPTION="Amazon mounting S3 via fuse"
-HOMEPAGE="https://s3fs.googlecode.com/"
-SRC_URI="https://s3fs.googlecode.com/files/${P}.tar.gz"
+HOMEPAGE="https://github.com/s3fs-fuse/s3fs-fuse/"
+SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"