net-fs/smbnetfs: drop old

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
Sergei Trofimovich
2019-10-10 20:05:05 +01:00
parent e10e7fad47
commit 4122ebf6cb
3 changed files with 0 additions and 43 deletions

View File

@@ -1,2 +1 @@
DIST smbnetfs-0.6.0.tar.bz2 147946 BLAKE2B dc20ba86e8280365eead7cd540370e727e47f9ba54c24ec4f4174c28eafdf373d716f259a6cff129e88ea1c47f4c3aee83cc6cb8009f232af94168e5c3232be0 SHA512 5bc5327b1087d051cbedda40ea1183c2515e3a42b2027812c6528bbbcb736b7f92f95b3c7b9cc53da99c2138c945ceb517042359029cbe0ab8cd887839711ced
DIST smbnetfs-0.6.1.tar.bz2 171032 BLAKE2B ac263c963318ac01d6acef0247c0cb2149b25d991770be5c717a5d0e8baae1a6df5f9d3bf1019bc2d3fb43c728b89828225047baf4bb82c708ff051957bbcf6a SHA512 b74e979e30075243e859b8b02918b7d379eaf92e61f0fc6d6375864cf12c31c6601719026d96a24e6ac82b572338cfea4b7e0d89fe2d9dc17fd9a1a81e7f7ebd

View File

@@ -19,9 +19,6 @@
- command "cd mountpoint/username:password@computer_or_ip" allows you to access "computer_or_ip" as user "username" with password "password" (this is insecure, but usefull)
- the program is multithreaded, so simultaneous access to a file/share is possible
</longdescription>
<use>
<flag name="gnome">Use the <pkg>gnome-base/gnome-keyring</pkg> for password management.</flag>
</use>
<upstream>
<remote-id type="sourceforge">smbnetfs</remote-id>
</upstream>

View File

@@ -1,39 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit eutils readme.gentoo
DESCRIPTION="FUSE filesystem for SMB shares"
HOMEPAGE="https://sourceforge.net/projects/smbnetfs"
SRC_URI="mirror://sourceforge/smbnetfs/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-linux"
IUSE="gnome"
RDEPEND=">=sys-fs/fuse-2.3
>=net-fs/samba-4.2
>=dev-libs/glib-2.30
gnome? ( gnome-base/libgnome-keyring )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
DISABLE_AUTOFORMATTING=yes
DOC_CONTENTS="
For quick usage, exec:
'modprobe fuse'
'smbnetfs -oallow_other /mnt/samba'
"
src_configure() {
econf $(use_with gnome gnome-keyring)
}
src_install() {
default
readme.gentoo_create_doc
dodoc AUTHORS ChangeLog
}