mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
sys-fs/sshfs-fuse: rename to sys-fs/sshfs following upstream
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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() {
|
||||
Reference in New Issue
Block a user