sys-fs/sshfs-fuse: rename to sys-fs/sshfs following upstream
authorTim Harder <radhermit@gentoo.org>
Sat, 12 Mar 2016 17:01:52 +0000 (12:01 -0500)
committerTim Harder <radhermit@gentoo.org>
Sat, 12 Mar 2016 17:14:34 +0000 (12:14 -0500)
profiles/updates/1Q-2016
sys-fs/sshfs/Manifest [moved from sys-fs/sshfs-fuse/Manifest with 100% similarity]
sys-fs/sshfs/metadata.xml [moved from sys-fs/sshfs-fuse/metadata.xml with 100% similarity]
sys-fs/sshfs/sshfs-2.5.ebuild [moved from sys-fs/sshfs-fuse/sshfs-fuse-2.5.ebuild with 88% similarity]

index cd9ffc6c5c68db15052b7ec1e076ad85aef49eb3..a4df49a2c9aaaa9faadf6854119cfc318f55e82a 100644 (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
similarity index 88%
rename from sys-fs/sshfs-fuse/sshfs-fuse-2.5.ebuild
rename to sys-fs/sshfs/sshfs-2.5.ebuild
index 917ae71458af75ab60c824dda7b3fc3f3b8b4dfa..6f3f9d6cec98529261cd99be459f3827d65103b8 100644 (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() {