Merge pull request #218 from crawford/fuse

Revert "sys-fs/sshfs-fuse: Remove unused package"
This commit is contained in:
Alex Crawford 2015-06-18 08:08:43 -07:00
commit 8b52c34f24
6 changed files with 73 additions and 0 deletions

View File

@ -0,0 +1,11 @@
DEFINED_PHASES=-
DEPEND=dev-libs/glib:2 sys-fs/fuse virtual/pkgconfig
DESCRIPTION=Support library to access and manipulate FAT12 / FAT16 / FAT32 file systems
EAPI=4
HOMEPAGE=http://libfat.sourceforge.net
KEYWORDS=amd64 arm x86
LICENSE=GPL-2
RDEPEND=dev-libs/glib:2 sys-fs/fuse
SLOT=0
SRC_URI=mirror://sourceforge/libfat/libfat-0.3a.tar.gz
_md5_=5308a29a976acaade4af4de7d2f6c1fb

View File

@ -0,0 +1,11 @@
DEFINED_PHASES=configure
DEPEND=>=sys-fs/fuse-2.6.0_pre3 >=dev-libs/glib-2.4.2 dev-util/pkgconfig
DESCRIPTION=Fuse-filesystem utilizing the sftp service.
EAPI=4
HOMEPAGE=http://fuse.sourceforge.net/sshfs.html
KEYWORDS=amd64 arm ~hppa ~ppc ~ppc64 x86 ~x86-fbsd ~x86-linux
LICENSE=GPL-2
RDEPEND=>=sys-fs/fuse-2.6.0_pre3 >=dev-libs/glib-2.4.2 >=net-misc/openssh-4.3
SLOT=0
SRC_URI=mirror://sourceforge/fuse/sshfs-fuse-2.4.tar.gz
_md5_=6dcfa5b0e02074c6f01a9215f518c8b4

View File

@ -0,0 +1 @@
DIST libfat-0.3a.tar.gz 384923 RMD160 eb199c2202ebc70e44e1742a0fe367142c2c1d1c SHA1 a495c95fce50facf16919bf5729e4bfef98f8966 SHA256 42f7d74df7e516d602ae70576be9d829f2e217dd2245ac1ea7b26bb7b300734a

View File

@ -0,0 +1,21 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/libfat/libfat-0.3a.ebuild,v 1.1 2012/07/03 21:24:11 vapier Exp $
EAPI="4"
DESCRIPTION="Support library to access and manipulate FAT12 / FAT16 / FAT32 file systems"
HOMEPAGE="http://libfat.sourceforge.net"
SRC_URI="mirror://sourceforge/libfat/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm x86"
IUSE=""
RDEPEND="dev-libs/glib:2
sys-fs/fuse"
DEPEND="${RDEPEND}
virtual/pkgconfig"
S=${WORKDIR}/fuse-umfuse-fat-0.1

View File

@ -0,0 +1 @@
DIST sshfs-fuse-2.4.tar.gz 132930 RMD160 01e40fda6272ee601ff2d45050f9d1e635ee38f2 SHA1 81f9b8079075d9e139e331a728fb72d66af3d601 SHA256 3c93ba8522568093c94ff9c5a3763929380dd229365d905769ff82475d774dd1

View File

@ -0,0 +1,28 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild,v 1.1 2012/03/09 12:20:54 radhermit Exp $
EAPI="4"
DESCRIPTION="Fuse-filesystem utilizing the sftp service."
SRC_URI="mirror://sourceforge/fuse/${P}.tar.gz"
HOMEPAGE="http://fuse.sourceforge.net/sshfs.html"
LICENSE="GPL-2"
KEYWORDS="amd64 arm ~hppa ~ppc ~ppc64 x86 ~x86-fbsd ~x86-linux"
SLOT="0"
IUSE=""
CDEPEND=">=sys-fs/fuse-2.6.0_pre3
>=dev-libs/glib-2.4.2"
RDEPEND="${CDEPEND}
>=net-misc/openssh-4.3"
DEPEND="${CDEPEND}
dev-util/pkgconfig"
DOCS=( README NEWS ChangeLog AUTHORS FAQ.txt )
src_configure() {
# hack not needed with >=net-misc/openssh-4.3
econf --disable-sshnodelay
}