commit:     5c29073c80188b966e6addc5bc7e3d79613bdfb0
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Feb 13 10:27:07 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 13 10:27:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c29073c

net-fs/davfs2: Remove old

Bug: https://bugs.gentoo.org/763135
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-fs/davfs2/Manifest                             |  3 --
 net-fs/davfs2/davfs2-1.5.4.ebuild                  | 45 -----------------
 net-fs/davfs2/davfs2-1.5.5.ebuild                  | 56 ---------------------
 net-fs/davfs2/davfs2-1.5.6-r1.ebuild               | 57 ----------------------
 net-fs/davfs2/files/davfs2-1.5.5-gcc-10.patch      | 18 -------
 .../davfs2/files/davfs2-1.5.6-neon31-support.patch | 45 -----------------
 6 files changed, 224 deletions(-)

diff --git a/net-fs/davfs2/Manifest b/net-fs/davfs2/Manifest
index fc3501e970a..a00b0ef6edd 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 58469aaf7a8..00000000000
--- 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 401f9abcbef..00000000000
--- 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 5879a1c7cd9..00000000000
--- 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 56b0bab4491..00000000000
--- 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 1f5b0b376db..00000000000
--- 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
- 

Reply via email to