net-fs/wdfs: drop 1.4.2-r3

Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
Petr Vaněk
2025-06-30 14:33:26 +02:00
parent a0da00bf6d
commit c6b680fb43

View File

@@ -1,23 +0,0 @@
# 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"
)