Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
sys-fs/smb-fuse-0.7.0 ebuild request http://hannibal.lr-s.tudelft.nl/fusesmb/ SMB for FUSE is a Network Neighborhood (Samba shares) filesystem. It works like smbfs, but instead of accessing one share at a time, all computers and workgroups are accessible at once from a single filesystem mount, making network browsing just as easy as it is on Windows.
plz take this url for the homepage ... http://fusesmb.berlios.de/
or better not, because it's outdated - i contacted the auther from http://fusesmb.berlios.de/
author fixed http://fusesmb.berlios.de/ - so we can use this one
Can you please provide an ebuild for it?
Created an attachment (id=65332) [details] fusesmb ebuild
Created an attachment (id=66086) [details] fusesmb-0.8.1.ebuild fusesmb 0.8.1 is now out
Created an attachment (id=67735) [details] corrected and renamed ebuild last attachment did not work because no 'configure' is done before 'make install' i also prefer naming the ebuild smb-fuse (like sys-fs/sshfs-fuse)
(From update of attachment 67735 [details]) pille: It is gentoo policy to stick to upstream naming .. so if zou are not happy with it please ask the fusesmb devs to change it. And please attach ebuilds as text/plain ..
Please fix the following and reopen: * Needs SLOT * Needs IUSE * http://dev.gentoo.org/~ciaranm/docs/mw-faq/quoting.txt * Kill the pwd line. * Configure and make shouldn't be in src_install.
Created an attachment (id=68388) [details] new fusesmb ebuild I am not sure, whether to always install the docs, or only when the USE flag "doc" is set. The default in most ebuilds seems to be to always install them.
Created an attachment (id=68392) [details] fusesmb-0.8.1.ebuild (updated)
Thanks
Created an attachment (id=69864) [details] New version
(From update of attachment 69864 [details]) New Version
Created an attachment (id=71414) [details] a up-to-date package, with correct syntax
(From update of attachment 71414 [details]) # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Instead of mounting one Samba share at a time, you mount all workgroups, hosts and shares at once." HOMEPAGE="http://fusesmb.berlios.de" SRC_URI="http://hannibal.lr-s.tudelft.nl/fusesmb/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" DEPEND=">=sys-fs/fuse-2.3 virtual/libc sys-devel/libtool sys-devel/make" RDEPEND=">=net-fs/samba-3.0" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { make install DESTDIR=${D} || die "make install failed" dodoc AUTHORS ChangeLog README fusesmb.conf.ex } pkg_postinst() { einfo "" einfo "For quick usage, exec:" einfo "'modprobe fuse'" einfo "'fusesmb -oallowother /mnt/samba'" einfo }
Created an attachment (id=71415) [details] fusesmb-0.8.3.ebuild, with correct policy A new one, with all previous comments. Correct with actual ebuild policy.
The homepage seems to be dead.
thanks, fixed