From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/davfs2/, net-fs/davfs2/files/
Date: Sat, 13 Feb 2021 10:27:45 +0000 (UTC) [thread overview]
Message-ID: <1613212027.5c29073c80188b966e6addc5bc7e3d79613bdfb0.soap@gentoo> (raw)
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
-
next reply other threads:[~2021-02-13 10:27 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-13 10:27 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-08 19:54 [gentoo-commits] repo/gentoo:master commit in: net-fs/davfs2/, net-fs/davfs2/files/ David Seifert
2024-11-15 20:19 Andreas Sturmlechner
2021-10-04 23:12 Sam James
2020-05-06 1:27 Göktürk Yüksek
2020-01-28 2:32 Göktürk Yüksek
2015-12-08 9:03 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1613212027.5c29073c80188b966e6addc5bc7e3d79613bdfb0.soap@gentoo \
--to=soap@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox