From: "Göktürk Yüksek" <gokturk@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/davfs2/
Date: Sun, 13 Feb 2022 05:52:47 +0000 (UTC) [thread overview]
Message-ID: <1644731553.b00122a8df063438f19aec9474bad62f716d37c6.gokturk@gentoo> (raw)
commit: b00122a8df063438f19aec9474bad62f716d37c6
Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 13 05:52:04 2022 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sun Feb 13 05:52:33 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b00122a8
net-fs/davfs2: bump to 1.6.1
Closes: https://bugs.gentoo.org/832195
Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>
net-fs/davfs2/Manifest | 1 +
net-fs/davfs2/davfs2-1.6.1.ebuild | 55 +++++++++++++++++++++++++++++++++++++++
2 files changed, 56 insertions(+)
diff --git a/net-fs/davfs2/Manifest b/net-fs/davfs2/Manifest
index a00b0ef6edd6..a00d16848aa2 100644
--- a/net-fs/davfs2/Manifest
+++ b/net-fs/davfs2/Manifest
@@ -1 +1,2 @@
DIST davfs2-1.6.0.tar.gz 472511 BLAKE2B aed1ec060d5639fb90a58257038a75c25c2f77a7d6393130ffa3b4d36b92433654b8396dfe4615e4f2ea06d5c6d961d5de27b0347e62d730a22eddd003db71e1 SHA512 e016eb847152b7d0c20abfdafd36f43fcff29339362be6765202a45692a186c70b1c33d3566ed8ca695c399a7f0ca1aef7b05d378cdda33d892cb684da34de33
+DIST davfs2-1.6.1.tar.gz 472426 BLAKE2B b24a3f17604838e763cbcf86f62719ee41b5569e58732441a621d210dd0c2e619d4f363d90e9b13d1616e84a3da940da941a15ad6eadfa2b339d14a6e26c75a2 SHA512 12f9eadd2049741b7cb61c5583be6c6982559e702e5cbd4767c655110187524d7afad0a6ff8ad00d457e194ad75b3ce391f5fe566fb4a0bbaed0a705caa3f163
diff --git a/net-fs/davfs2/davfs2-1.6.1.ebuild b/net-fs/davfs2/davfs2-1.6.1.ebuild
new file mode 100644
index 000000000000..a00ae2819d90
--- /dev/null
+++ b/net-fs/davfs2/davfs2-1.6.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+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
+ acct-group/davfs2
+ acct-user/davfs2
+ net-libs/neon:=
+ sys-libs/zlib
+ nls? ( virtual/libintl virtual/libiconv )
+"
+BDEPEND="
+ nls? ( sys-devel/gettext )
+"
+
+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.am' -print0)
+
+ default
+ eautoreconf
+}
+
+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
+}
next reply other threads:[~2022-02-13 5:52 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-13 5:52 Göktürk Yüksek [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-14 4:59 [gentoo-commits] repo/gentoo:master commit in: net-fs/davfs2/ Jakov Smolić
2024-11-13 3:50 Sam James
2024-11-12 21:34 Sam James
2024-04-20 10:11 Amy Liffey
2024-04-20 10:11 Amy Liffey
2024-02-28 2:32 Ionen Wolkens
2024-02-12 13:05 Sam James
2024-02-12 13:05 Sam James
2024-01-01 1:11 Sam James
2024-01-01 1:11 Sam James
2023-01-30 7:29 Göktürk Yüksek
2022-12-05 19:44 Mike Gilbert
2022-12-05 19:44 Mike Gilbert
2022-10-18 2:28 Sam James
2021-02-01 13:30 Sam James
2021-01-30 14:30 Sam James
2021-01-30 14:29 Sam James
2020-11-25 2:29 Göktürk Yüksek
2020-09-29 22:15 Sam James
2020-07-20 13:01 Joonas Niilola
2020-07-20 13:01 Joonas Niilola
2020-07-20 13:01 Joonas Niilola
2020-05-06 1:27 Göktürk Yüksek
2020-01-28 2:32 Göktürk Yüksek
2019-03-13 0:42 Göktürk Yüksek
2019-03-13 0:42 Göktürk Yüksek
2018-03-14 21:09 Markus Meier
2017-01-21 21:00 Göktürk Yüksek
2017-01-19 11:34 Agostino Sarubbo
2017-01-19 11:25 Agostino Sarubbo
2016-05-22 17:09 Göktürk Yüksek
2016-05-17 5:48 Ian Delaney
2016-04-23 18:13 Patrice Clement
2016-04-23 7:59 Patrice Clement
2016-01-27 9:05 Patrice Clement
2015-12-15 19:54 Amy Winston
2015-12-07 11:40 Agostino Sarubbo
2015-12-03 13:28 Agostino Sarubbo
2015-11-30 9:17 Agostino Sarubbo
2015-10-16 10:40 Michał Górny
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=1644731553.b00122a8df063438f19aec9474bad62f716d37c6.gokturk@gentoo \
--to=gokturk@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