diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-10-10 20:05:05 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-10-10 20:06:21 +0100 |
commit | 4122ebf6cbe4236996e31a32dbeb33a243b8d6ab (patch) | |
tree | b32c8a2bbdfec124e713819474aaf5b564acefe4 /net-fs | |
parent | net-fs/smbnetfs: avoid automake calls, bug #697442 (diff) | |
download | gentoo-4122ebf6cbe4236996e31a32dbeb33a243b8d6ab.tar.gz gentoo-4122ebf6cbe4236996e31a32dbeb33a243b8d6ab.tar.bz2 gentoo-4122ebf6cbe4236996e31a32dbeb33a243b8d6ab.zip |
net-fs/smbnetfs: drop old
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/smbnetfs/Manifest | 1 | ||||
-rw-r--r-- | net-fs/smbnetfs/metadata.xml | 3 | ||||
-rw-r--r-- | net-fs/smbnetfs/smbnetfs-0.6.0-r1.ebuild | 39 |
3 files changed, 0 insertions, 43 deletions
diff --git a/net-fs/smbnetfs/Manifest b/net-fs/smbnetfs/Manifest index fe7e318fb659..01f971d5089f 100644 --- a/net-fs/smbnetfs/Manifest +++ b/net-fs/smbnetfs/Manifest @@ -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 diff --git a/net-fs/smbnetfs/metadata.xml b/net-fs/smbnetfs/metadata.xml index da1a096c82b2..0b271c50ccec 100644 --- a/net-fs/smbnetfs/metadata.xml +++ b/net-fs/smbnetfs/metadata.xml @@ -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> diff --git a/net-fs/smbnetfs/smbnetfs-0.6.0-r1.ebuild b/net-fs/smbnetfs/smbnetfs-0.6.0-r1.ebuild deleted file mode 100644 index 15ded1593d01..000000000000 --- a/net-fs/smbnetfs/smbnetfs-0.6.0-r1.ebuild +++ /dev/null @@ -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 -} |