summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2016-01-16 13:07:59 -0500
committerTim Harder <radhermit@gentoo.org>2016-01-16 13:12:24 -0500
commitbb109c64f00dde15d0fdf38f305dd82efcbe5140 (patch)
tree2c724da7a698763f86f926a5c4dcc26e626d9fb1 /sys-fs/sshfs-fuse
parentapp-misc/ddccontrol: Drop to maintainer-needed (diff)
downloadgentoo-bb109c64f00dde15d0fdf38f305dd82efcbe5140.tar.gz
gentoo-bb109c64f00dde15d0fdf38f305dd82efcbe5140.tar.bz2
gentoo-bb109c64f00dde15d0fdf38f305dd82efcbe5140.zip
sys-fs/sshfs-fuse: metadata updates for move to github
Also add myself as a maintainer.
Diffstat (limited to 'sys-fs/sshfs-fuse')
-rw-r--r--sys-fs/sshfs-fuse/metadata.xml6
-rw-r--r--sys-fs/sshfs-fuse/sshfs-fuse-2.5.ebuild7
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-fs/sshfs-fuse/metadata.xml b/sys-fs/sshfs-fuse/metadata.xml
index e93f1bcba449..d91bea8bceb7 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>radhermit@gentoo.org</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 0ff654b5af62..917ae71458af 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"