From mboxrd@z Thu Jan  1 00:00:00 1970
From: Stefan Schantl <stefan.schantl@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 3/3] fuse-sshfs: Drop package
Date: Tue, 21 Feb 2023 18:27:08 +0100
Message-ID: <20230221172708.885594-3-stefan.schantl@ipfire.org>
In-Reply-To: <20230221172708.885594-1-stefan.schantl@ipfire.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0196514275629690371=="
List-Id: <development.lists.ipfire.org>

--===============0196514275629690371==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 fuse-sshfs/fuse-sshfs.nm | 44 ----------------------------------------
 1 file changed, 44 deletions(-)
 delete mode 100644 fuse-sshfs/fuse-sshfs.nm

diff --git a/fuse-sshfs/fuse-sshfs.nm b/fuse-sshfs/fuse-sshfs.nm
deleted file mode 100644
index fab5b72ad..000000000
--- a/fuse-sshfs/fuse-sshfs.nm
+++ /dev/null
@@ -1,44 +0,0 @@
-############################################################################=
###
-# IPFire.org    - An Open Source Firewall Solution                          =
  #
-# Copyright (C) - IPFire Development Team <info(a)ipfire.org>               =
    #
-############################################################################=
###
-
-name       =3D fuse-sshfs
-version    =3D 2.2
-release    =3D 1
-
-groups     =3D System/Filesystems
-url        =3D http://fuse.sourceforge.net/sshfs.html
-license    =3D GPLv2
-summary    =3D FUSE-Filesystem to access remote filesystems via SSH.
-
-description
-	This is a FUSE-filesystem client based on the SSH File Transfer Protocol.
-	Since most SSH servers already support this protocol it is very easy to set
-	up: i.e. on the server side there's nothing to do.  On the client side
-	mounting the filesystem is as easy as logging into the server with ssh.
-end
-
-source_dl  =3D
-sources    =3D sshfs-fuse-%{version}.tar.gz
-
-build
-	requires
-		fuse-devel
-		glib2-devel
-		openssh-clients
-	end
-
-	DIR_APP =3D %{DIR_SRC}/sshfs-fuse-%{version}
-end
-
-packages
-	package %{name}
-		provides =3D sshfs=3D%{thisver}
-		requires =3D openssh-clients
-	end
-
-	package %{name}-debuginfo
-		template DEBUGINFO
-	end
-end
--=20
2.30.2


--===============0196514275629690371==--