From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D4DF058973 for ; Sat, 16 Jan 2016 18:12:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B39321C005; Sat, 16 Jan 2016 18:12:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D66521C005 for ; Sat, 16 Jan 2016 18:12:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5FA273409D0 for ; Sat, 16 Jan 2016 18:12:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89643C6F for ; Sat, 16 Jan 2016 18:12:29 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1452967944.bb109c64f00dde15d0fdf38f305dd82efcbe5140.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/sshfs-fuse/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/sshfs-fuse/metadata.xml sys-fs/sshfs-fuse/sshfs-fuse-2.5.ebuild X-VCS-Directories: sys-fs/sshfs-fuse/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: bb109c64f00dde15d0fdf38f305dd82efcbe5140 X-VCS-Branch: master Date: Sat, 16 Jan 2016 18:12:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7c46e5be-9c60-4d2e-8224-6e9c1f847f8f X-Archives-Hash: c0da46c3382648c139a827b47510c369 commit: bb109c64f00dde15d0fdf38f305dd82efcbe5140 Author: Tim Harder gentoo org> AuthorDate: Sat Jan 16 18:07:59 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Sat Jan 16 18:12:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb109c64 sys-fs/sshfs-fuse: metadata updates for move to github Also add myself as a maintainer. sys-fs/sshfs-fuse/metadata.xml | 6 +++++- sys-fs/sshfs-fuse/sshfs-fuse-2.5.ebuild | 7 +++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/sys-fs/sshfs-fuse/metadata.xml b/sys-fs/sshfs-fuse/metadata.xml index e93f1bc..d91bea8 100644 --- a/sys-fs/sshfs-fuse/metadata.xml +++ b/sys-fs/sshfs-fuse/metadata.xml @@ -2,7 +2,11 @@ kernel-misc + + radhermit@gentoo.org + Tim Harder + - fuse + libfuse/sshfs diff --git a/sys-fs/sshfs-fuse/sshfs-fuse-2.5.ebuild b/sys-fs/sshfs-fuse/sshfs-fuse-2.5.ebuild index 0ff654b..917ae71 100644 --- a/sys-fs/sshfs-fuse/sshfs-fuse-2.5.ebuild +++ b/sys-fs/sshfs-fuse/sshfs-fuse-2.5.ebuild @@ -1,17 +1,16 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="4" DESCRIPTION="Fuse-filesystem utilizing the sftp service" -SRC_URI="mirror://sourceforge/fuse/${P}.tar.gz" -HOMEPAGE="http://fuse.sourceforge.net/sshfs.html" +HOMEPAGE="https://github.com/libfuse/sshfs" +SRC_URI="https://github.com/libfuse/sshfs/releases/download/sshfs-${PV//./_}/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="amd64 arm hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" SLOT="0" -IUSE="" CDEPEND=">=sys-fs/fuse-2.6.0_pre3 >=dev-libs/glib-2.4.2"