commit:     3b62ceea3d2dc5c53725ff51a90619a0f87af09f
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 12:01:31 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 12:07:01 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b62ceea

net-fs/smbnetfs: drop old

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 net-fs/smbnetfs/smbnetfs-0.6.1.ebuild | 42 -----------------------------------
 1 file changed, 42 deletions(-)

diff --git a/net-fs/smbnetfs/smbnetfs-0.6.1.ebuild 
b/net-fs/smbnetfs/smbnetfs-0.6.1.ebuild
deleted file mode 100644
index 6c1bdba95b5..00000000000
--- a/net-fs/smbnetfs/smbnetfs-0.6.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils readme.gentoo-r1
-
-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-keyring"
-
-RDEPEND=">=sys-fs/fuse-2.3
-       >=net-fs/samba-4.2
-       >=dev-libs/glib-2.30
-       gnome-keyring? ( app-crypt/libsecret )"
-
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-PATCHES=("${FILESDIR}"/${P}-use-proper-xattr.patch)
-
-DISABLE_AUTOFORMATTING=yes
-DOC_CONTENTS="
-For quick usage, exec:
-'modprobe fuse'
-'smbnetfs -oallow_other /mnt/samba'
-"
-
-src_configure() {
-       econf $(use_with gnome-keyring libsecret)
-}
-
-src_install() {
-       default
-
-       readme.gentoo_create_doc
-       dodoc AUTHORS ChangeLog
-}

Reply via email to