commit: bb109c64f00dde15d0fdf38f305dd82efcbe5140 Author: Tim Harder <radhermit <AT> gentoo <DOT> org> AuthorDate: Sat Jan 16 18:07:59 2016 +0000 Commit: Tim Harder <radhermit <AT> gentoo <DOT> 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 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>kernel-misc</herd> + <maintainer> + <email>[email protected]</email> + <name>Tim Harder</name> + </maintainer> <upstream> - <remote-id type="sourceforge">fuse</remote-id> + <remote-id type="github">libfuse/sshfs</remote-id> </upstream> </pkgmetadata> 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"
