sys-fs/sshfs-fuse: rename to sys-fs/sshfs following upstream

This commit is contained in:
Tim Harder
2016-03-12 12:01:52 -05:00
parent 67426ce3f2
commit fdf7344919
4 changed files with 7 additions and 1 deletions

View File

@@ -30,3 +30,4 @@ move dev-perl/net-ssh-perl dev-perl/Net-SSH-Perl
move dev-perl/DateManip dev-perl/Date-Manip
move dev-perl/wxperl dev-perl/Wx
slotmove sys-devel/binutils 0 2.25.1
move sys-fs/sshfs-fuse sys-fs/sshfs

View File

@@ -4,9 +4,12 @@
EAPI="4"
MY_PN=sshfs-fuse
MY_P=${MY_PN}-${PV}
DESCRIPTION="Fuse-filesystem utilizing the sftp service"
HOMEPAGE="https://github.com/libfuse/sshfs"
SRC_URI="https://github.com/libfuse/sshfs/releases/download/sshfs-${PV//./_}/${P}.tar.gz"
SRC_URI="https://github.com/libfuse/sshfs/releases/download/sshfs-${PV//./_}/${MY_P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="amd64 arm hppa ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
@@ -19,6 +22,8 @@ RDEPEND="${CDEPEND}
DEPEND="${CDEPEND}
virtual/pkgconfig"
S=${WORKDIR}/${MY_P}
DOCS=( README NEWS ChangeLog AUTHORS FAQ.txt )
src_configure() {