summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorFilip Kobierski <fkobi@pm.me>2024-08-01 17:47:45 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-08-01 18:25:20 +0200
commitbe87b69344b7b92b5ec0e80334505d9dfe299c19 (patch)
treef73421b44944bef5d696e51e0e9e2808dfe824ab /net-fs
parentnet-irc/rhapsody: bump to EAPI-8, add missing RDEPEND (diff)
downloadgentoo-be87b69344b7b92b5ec0e80334505d9dfe299c19.tar.gz
gentoo-be87b69344b7b92b5ec0e80334505d9dfe299c19.tar.bz2
gentoo-be87b69344b7b92b5ec0e80334505d9dfe299c19.zip
net-fs/wdfs: add missing net-libs/neon slot op, EAPI-8 bump
- drop empty IUSE - sort RDEPEND Signed-off-by: Filip Kobierski <fkobi@pm.me> Closes: https://github.com/gentoo/gentoo/pull/37869 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/wdfs/wdfs-1.4.2-r3.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/net-fs/wdfs/wdfs-1.4.2-r3.ebuild b/net-fs/wdfs/wdfs-1.4.2-r3.ebuild
new file mode 100644
index 000000000000..62ac7955f34c
--- /dev/null
+++ b/net-fs/wdfs/wdfs-1.4.2-r3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="WebDAV filesystem with special features for accessing subversion repositories"
+HOMEPAGE="http://noedler.de/projekte/wdfs/"
+SRC_URI="http://noedler.de/projekte/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+ dev-libs/glib:2
+ >=net-libs/neon-0.24.7:=
+ >=sys-fs/fuse-2.5:0
+"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+ "${FILESDIR}/${P}-fix-Waddress.patch"
+)