Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 94078
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Default Assignee for New Packages <maintainer-wanted@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Daniel Webert <rockoo@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
fusesmb-0.8.0.ebuild fusesmb ebuild application/octet-stream Raul Metsma 2005-08-07 10:57 0000 512 bytes Details
fusesmb-0.8.1.ebuild fusesmb-0.8.1.ebuild patch Raul Metsma 2005-08-16 09:43 0000 512 bytes Details | Diff
smb-fuse-0.8.1.ebuild smb-fuse-0.8.1.ebuild (corrected and renamed) text/plain pille 2005-09-06 05:53 0000 589 bytes Details
fusesmb-0.8.1.ebuild fusesmb-0.8.1.ebuild (new ebuild) text/plain Hans Postma 2005-09-13 12:58 0000 578 bytes Details
fusesmb-0.8.1.ebuild fusesmb-0.8.1.ebuild (updated) text/plain Hans Postma 2005-09-13 14:39 0000 511 bytes Details
fusesmb-0.8.3.ebuild fusesmb-0.8.3.ebuild text/plain Hans Postma 2005-10-04 11:41 0000 511 bytes Details
fusesmb-0.8.3.ebuild a up-to-date package, with correct syntax text/plain Jonathan Huot 2005-10-25 07:12 0000 874 bytes Details
fusesmb-0.8.3.ebuild fusesmb-0.8.3.ebuild, with correct policy text/plain Jonathan Huot 2005-10-25 07:51 0000 874 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 94078 depends on: Show dependency tree
Bug 94078 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-05-26 06:31 0000
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.

------- Comment #1 From Daniel Webert 2005-05-26 08:19:08 0000 -------
plz take this url for the homepage ... http://fusesmb.berlios.de/

------- Comment #2 From Daniel Webert 2005-05-26 08:26:07 0000 -------
or better not, because it's outdated - i contacted the auther from
http://fusesmb.berlios.de/

------- Comment #3 From Daniel Webert 2005-05-27 09:13:16 0000 -------
author fixed http://fusesmb.berlios.de/ - so we can use this one

------- Comment #4 From Stefan Schweizer 2005-05-29 05:10:14 0000 -------
Can you please provide an ebuild for it?

------- Comment #5 From Raul Metsma 2005-08-07 10:57:44 0000 -------
Created an attachment (id=65332) [details]
fusesmb ebuild

------- Comment #6 From Raul Metsma 2005-08-16 09:43:45 0000 -------
Created an attachment (id=66086) [details]
fusesmb-0.8.1.ebuild

fusesmb 0.8.1 is now out

------- Comment #7 From pille 2005-09-06 05:53:11 0000 -------
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)

------- Comment #8 From Stefan Schweizer 2005-09-06 06:26:33 0000 -------
(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 ..

------- Comment #9 From Ciaran McCreesh 2005-09-11 17:50:14 0000 -------
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.

------- Comment #10 From Hans Postma 2005-09-13 12:58:11 0000 -------
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.

------- Comment #11 From Hans Postma 2005-09-13 14:39:56 0000 -------
Created an attachment (id=68392) [details]
fusesmb-0.8.1.ebuild (updated)

------- Comment #12 From Ciaran McCreesh 2005-09-13 14:45:37 0000 -------
Thanks

------- Comment #13 From Hans Postma 2005-10-04 11:41:07 0000 -------
Created an attachment (id=69864) [details]
New version

------- Comment #14 From Hans Postma 2005-10-04 11:41:43 0000 -------
(From update of attachment 69864 [details])
New Version

------- Comment #15 From Jonathan Huot 2005-10-25 07:12:22 0000 -------
Created an attachment (id=71414) [details]
a up-to-date package, with correct syntax

------- Comment #16 From Jonathan Huot 2005-10-25 07:44:22 0000 -------
(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
}

------- Comment #17 From Jonathan Huot 2005-10-25 07:51:04 0000 -------
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.

------- Comment #18 From Stefan Schweizer 2005-12-25 05:47:02 0000 -------
The homepage seems to be dead.

------- Comment #19 From Stefan Schweizer 2005-12-30 03:51:27 0000 -------
thanks, fixed

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug