summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-02-13 11:27:07 +0100
committerDavid Seifert <soap@gentoo.org>2021-02-13 11:27:07 +0100
commit5c29073c80188b966e6addc5bc7e3d79613bdfb0 (patch)
treeaa226a01039e908c72cec8e42bbea7780a271fd2 /net-fs/davfs2
parentgames-emulation/lxdream: Port to EAPI 7 (diff)
downloadgentoo-5c29073c80188b966e6addc5bc7e3d79613bdfb0.tar.gz
gentoo-5c29073c80188b966e6addc5bc7e3d79613bdfb0.tar.bz2
gentoo-5c29073c80188b966e6addc5bc7e3d79613bdfb0.zip
net-fs/davfs2: Remove old
Bug: https://bugs.gentoo.org/763135 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-fs/davfs2')
-rw-r--r--net-fs/davfs2/Manifest3
-rw-r--r--net-fs/davfs2/davfs2-1.5.4.ebuild45
-rw-r--r--net-fs/davfs2/davfs2-1.5.5.ebuild56
-rw-r--r--net-fs/davfs2/davfs2-1.5.6-r1.ebuild57
-rw-r--r--net-fs/davfs2/files/davfs2-1.5.5-gcc-10.patch18
-rw-r--r--net-fs/davfs2/files/davfs2-1.5.6-neon31-support.patch45
6 files changed, 0 insertions, 224 deletions
diff --git a/net-fs/davfs2/Manifest b/net-fs/davfs2/Manifest
index fc3501e970ae..a00b0ef6edd6 100644
--- a/net-fs/davfs2/Manifest
+++ b/net-fs/davfs2/Manifest
@@ -1,4 +1 @@
-DIST davfs2-1.5.4.tar.gz 478377 BLAKE2B 25c7dba1a6cda384a60c8ce2e0a56d5c805f5c30f35f086bfe1f55ee4eb79b8228beca2e7214e9858a1c49c8f782c6de8f4f0631cf0e2090991a0e35ba5d8ed2 SHA512 08550f171f4b196f55f3fb71c6c75ed24063f8a5afc31c52502d0c911cf7aca4da01f7a123269d410dadc497c44ef5a3573e455aca6eafe48eb86f18429b94b2
-DIST davfs2-1.5.5.tar.gz 481021 BLAKE2B bff2f1a48caa74009209ea1422b20d46022358339f650228584ed1d7b8218be9fd360666cdd3f12a9e110af36caadc7de2daf4134ed4a34f498999ff09f6327a SHA512 3a660b29eab15226acf3cc896ec387beb96cb4a94beae40d5970d8d4f7f370afb7da2b637584d953b5dc342d81454d9a954990b04f3cb032fb2a0a469fd7983c
-DIST davfs2-1.5.6.tar.gz 481448 BLAKE2B 44a36d78f77222356dcde7733bd2aacc1b643c14d9d441b480002140881007f26fe4addb8dc70f3d3d185bdbe6eb4e74c7e8cb0539c035f220ed865c4526d3c1 SHA512 97c3f2eef93b418d89bb387a441d0624d4eb3de614973e3f25ded5e29d6913c7aa724022b610ff36d050ca11db63c47651413a93297e235725a42879bc8ac0c2
DIST davfs2-1.6.0.tar.gz 472511 BLAKE2B aed1ec060d5639fb90a58257038a75c25c2f77a7d6393130ffa3b4d36b92433654b8396dfe4615e4f2ea06d5c6d961d5de27b0347e62d730a22eddd003db71e1 SHA512 e016eb847152b7d0c20abfdafd36f43fcff29339362be6765202a45692a186c70b1c33d3566ed8ca695c399a7f0ca1aef7b05d378cdda33d892cb684da34de33
diff --git a/net-fs/davfs2/davfs2-1.5.4.ebuild b/net-fs/davfs2/davfs2-1.5.4.ebuild
deleted file mode 100644
index 58469aaf7a8f..000000000000
--- a/net-fs/davfs2/davfs2-1.5.4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit user
-
-DESCRIPTION="Linux FUSE (or coda) driver that allows you to mount a WebDAV resource"
-HOMEPAGE="https://savannah.nongnu.org/projects/davfs2"
-SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86"
-IUSE="nls"
-RESTRICT="test"
-
-RDEPEND="dev-libs/libxml2
- net-libs/neon
- sys-libs/zlib
- nls? ( virtual/libintl virtual/libiconv )
-"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )
-"
-
-pkg_setup() {
- enewgroup davfs2
-}
-
-src_configure() {
- econf dav_user=nobody --enable-largefile $(use_enable nls)
-}
-
-pkg_postinst() {
- elog
- elog "Quick setup:"
- elog " (as root)"
- elog " # gpasswd -a \${your_user} davfs2"
- elog " # echo 'http://path/to/dav /home/\${your_user}/dav davfs rw,user,noauto 0 0' >> /etc/fstab"
- elog " (as user)"
- elog " \$ mkdir -p ~/dav"
- elog " \$ mount ~/dav"
- elog
-}
diff --git a/net-fs/davfs2/davfs2-1.5.5.ebuild b/net-fs/davfs2/davfs2-1.5.5.ebuild
deleted file mode 100644
index 401f9abcbef1..000000000000
--- a/net-fs/davfs2/davfs2-1.5.5.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit user
-
-DESCRIPTION="Linux FUSE (or coda) driver that allows you to mount a WebDAV resource"
-HOMEPAGE="https://savannah.nongnu.org/projects/davfs2"
-SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="nls"
-RESTRICT="test"
-
-RDEPEND="dev-libs/libxml2
- net-libs/neon
- sys-libs/zlib
- nls? ( virtual/libintl virtual/libiconv )
-"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )
-"
-
-pkg_setup() {
- enewgroup davfs2
-}
-
-src_prepare() {
- # Let the package manager handle man page compression
- sed -e '/^manual[58]_DATA/ s/\.gz//g' \
- -i "${S}"/man/Makefile.in || die
-
- # Bug: https://bugs.gentoo.org/706356
- eapply "${FILESDIR}"/${PN}-1.5.5-gcc-10.patch
-
- default
-}
-
-src_configure() {
- econf dav_user=nobody --enable-largefile $(use_enable nls)
-}
-
-pkg_postinst() {
- elog
- elog "Quick setup:"
- elog " (as root)"
- elog " # gpasswd -a \${your_user} davfs2"
- elog " # echo 'http://path/to/dav /home/\${your_user}/dav davfs rw,user,noauto 0 0' >> /etc/fstab"
- elog " (as user)"
- elog " \$ mkdir -p ~/dav"
- elog " \$ mount ~/dav"
- elog
-}
diff --git a/net-fs/davfs2/davfs2-1.5.6-r1.ebuild b/net-fs/davfs2/davfs2-1.5.6-r1.ebuild
deleted file mode 100644
index 5879a1c7cd9d..000000000000
--- a/net-fs/davfs2/davfs2-1.5.6-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Linux FUSE (or coda) driver that allows you to mount a WebDAV resource"
-HOMEPAGE="https://savannah.nongnu.org/projects/davfs2"
-SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
-IUSE="nls"
-RESTRICT="test"
-
-RDEPEND="dev-libs/libxml2
- net-libs/neon
- sys-libs/zlib
- nls? ( virtual/libintl virtual/libiconv )
-"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )
-"
-RDEPEND="${RDEPEND}
- acct-group/davfs2
- acct-user/davfs2
-"
-
-src_prepare() {
- local f
-
- # Let the package manager handle man page compression
- while IFS="" read -d $'\0' -r f ; do
- sed -e '/^manual[58]_DATA/ s/[.]gz//g' -i "${f}" || die
- done < <(find "${S}"/man -type f -name 'Makefile.in' -print0)
-
- eapply "${FILESDIR}"/${PN}-1.5.5-gcc-10.patch \
- "${FILESDIR}"/${P}-neon31-support.patch
-
- default
-}
-
-src_configure() {
- econf --enable-largefile $(use_enable nls)
-}
-
-pkg_postinst() {
- elog
- elog "Quick setup:"
- elog " (as root)"
- elog " # gpasswd -a \${your_user} davfs2"
- elog " # echo 'https://path/to/dav /home/\${your_user}/dav davfs rw,user,noauto 0 0' >> /etc/fstab"
- elog " (as user)"
- elog " \$ mkdir -p ~/dav"
- elog " \$ mount ~/dav"
- elog
-}
diff --git a/net-fs/davfs2/files/davfs2-1.5.5-gcc-10.patch b/net-fs/davfs2/files/davfs2-1.5.5-gcc-10.patch
deleted file mode 100644
index 56b0bab44918..000000000000
--- a/net-fs/davfs2/files/davfs2-1.5.5-gcc-10.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Handle building with '-fno-common' for gcc 10.
-See: https://bugs.gentoo.org/706356
-
-
---- a/src/dav_coda.c
-+++ b/src/dav_coda.c
-@@ -99,3 +99,3 @@ static size_t alignment;
- /* Send debug messages to syslog if != 0. */
--int debug;
-+static int debug;
-
---- a/src/dav_fuse.c
-+++ b/src/dav_fuse.c
-@@ -86,3 +86,3 @@ static uint64_t root;
- /* Send debug messages to syslog if != 0. */
--int debug;
-+static int debug;
-
diff --git a/net-fs/davfs2/files/davfs2-1.5.6-neon31-support.patch b/net-fs/davfs2/files/davfs2-1.5.6-neon31-support.patch
deleted file mode 100644
index 1f5b0b376db9..000000000000
--- a/net-fs/davfs2/files/davfs2-1.5.6-neon31-support.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-Update configure to support neon-0.31.1
-Bug: https://bugs.gentoo.org/719954
-
---- a/configure
-+++ b/configure
-@@ -6800,7 +6800,7 @@
- $as_echo "$ne_cv_lib_neon" >&6; }
- if test "$ne_cv_lib_neon" = "yes"; then
- ne_cv_lib_neonver=no
-- for v in 27 28 29 30; do
-+ for v in 27 28 29 30 31; do
- case $ne_libver in
- 0.$v.*) ne_cv_lib_neonver=yes ;;
- esac
-@@ -6983,8 +6983,8 @@
- neon_got_library=yes
-
- else
-- { $as_echo "$as_me:${as_lineno-$LINENO}: incompatible neon library version $ne_libver: wanted 0.27 28 29 30" >&5
--$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29 30" >&6;}
-+ { $as_echo "$as_me:${as_lineno-$LINENO}: incompatible neon library version $ne_libver: wanted 0.27 28 29 30 31" >&5
-+$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29 30 31" >&6;}
- neon_got_library=no
- fi
-
-@@ -7040,7 +7040,7 @@
- $as_echo "$ne_cv_lib_neon" >&6; }
- if test "$ne_cv_lib_neon" = "yes"; then
- ne_cv_lib_neonver=no
-- for v in 27 28 29 30; do
-+ for v in 27 28 29 30 31; do
- case $ne_libver in
- 0.$v.*) ne_cv_lib_neonver=yes ;;
- esac
-@@ -7223,8 +7223,8 @@
- neon_got_library=yes
-
- else
-- { $as_echo "$as_me:${as_lineno-$LINENO}: incompatible neon library version $ne_libver: wanted 0.27 28 29 30" >&5
--$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29 30" >&6;}
-+ { $as_echo "$as_me:${as_lineno-$LINENO}: incompatible neon library version $ne_libver: wanted 0.27 28 29 30 31" >&5
-+$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29 30 31" >&6;}
- neon_got_library=no
- fi
-