net-fs/smbnetfs: drop old
authorSergei Trofimovich <slyfox@gentoo.org>
Thu, 10 Oct 2019 19:05:05 +0000 (20:05 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Thu, 10 Oct 2019 19:06:21 +0000 (20:06 +0100)
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
net-fs/smbnetfs/Manifest
net-fs/smbnetfs/metadata.xml
net-fs/smbnetfs/smbnetfs-0.6.0-r1.ebuild [deleted file]

index fe7e318fb6592e20aa7cbfd2fbdd4bf08613f52b..01f971d5089f164f03306c41d722f8ccf8a82e21 100644 (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
index da1a096c82b288e3ca486fc7733dc9277e899d70..0b271c50ccec3c9dcf26cca79c40324265a5172e 100644 (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>
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 (file)
index 15ded15..0000000
+++ /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
-}