From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/cadaver/
Date: Tue, 11 Mar 2025 03:05:44 +0000 (UTC) [thread overview]
Message-ID: <1741662323.5e163f0d4c3d734229702bf3b58e4b5c1dcb2a2d.sam@gentoo> (raw)
commit: 5e163f0d4c3d734229702bf3b58e4b5c1dcb2a2d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 11 03:05:23 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 11 03:05:23 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e163f0d
net-misc/cadaver: add 0.26
Closes: https://bugs.gentoo.org/944397
Closes: https://bugs.gentoo.org/950656
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/cadaver/Manifest | 1 +
net-misc/cadaver/cadaver-0.26.ebuild | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/net-misc/cadaver/Manifest b/net-misc/cadaver/Manifest
index 3d3d9b0ed6ce..bce15f1e8377 100644
--- a/net-misc/cadaver/Manifest
+++ b/net-misc/cadaver/Manifest
@@ -1,2 +1,3 @@
DIST cadaver-0.23.3.tar.gz 831884 BLAKE2B 40da7f2a500d05fa7e00ee77eba7e4efa74c751ed381db8d0e9e3a191b7a8461fe8d4e362b3375fe30c1ffb7674cd1fe4158b9c656a4ad0fcb302a1c20220dcb SHA512 48fe0a266be0ca7239f325377e5e2a8dc57a5d60466c7160e36c060ad24c09a50727695b9fa931844b1e66e173ebbb838f390d6c60fd07b614bd3b636cd4dd41
DIST cadaver-0.24.tar.gz 808069 BLAKE2B 67e2f45a8c78972df9a972b6126e09ffdc8d7067d78bf748ca5c1b987f4138d0f278194c324206df294d77f7e797787edc612942168c6c78adc30f52bb3c996a SHA512 2c0131fd2f591350f6578385eedb353d81d87bae5582b2c8c96555cb51bf31fd15294898206bc7a8307b0e30e7adb1d47535e792cf28c5c1f5c2276bea0141a4
+DIST cadaver-0.26.tar.gz 1075924 BLAKE2B ffa59d0a76b28bc898781a40ed34b15012de599e447621b56576980b823de7563c3cb2aa35749509a1e82c6cef666f1a50f3c2e9231aff979a18621442efd4d1 SHA512 6b7109dd749dea354555b58d9ce4e0601d95d6d4ce221f5a051d5aeb1fed233745fe7fe14862df724b6664c02dd100fbd82bf5c1986fc9d23d1f05826ab8dabc
diff --git a/net-misc/cadaver/cadaver-0.26.ebuild b/net-misc/cadaver/cadaver-0.26.ebuild
new file mode 100644
index 000000000000..7b8e5360369a
--- /dev/null
+++ b/net-misc/cadaver/cadaver-0.26.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2003-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Command-line WebDAV client"
+HOMEPAGE="https://notroj.github.io/cadaver/ https://github.com/notroj/cadaver"
+SRC_URI="https://notroj.github.io/cadaver/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="nls"
+
+DEPEND=">=net-libs/neon-0.34.0:="
+RDEPEND="${DEPEND}"
+BDEPEND="sys-devel/gettext"
+
+DOCS=( BUGS ChangeLog FAQ NEWS README.md THANKS TODO )
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.23.2-disable-nls.patch
+)
+
+src_prepare() {
+ default
+
+ rm -r lib/expat || die "rm failed"
+}
+
+src_configure() {
+ econf \
+ $(use_enable nls)
+}
next reply other threads:[~2025-03-11 3:05 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-11 3:05 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-26 6:01 [gentoo-commits] repo/gentoo:master commit in: net-misc/cadaver/ Sam James
2024-05-26 5:45 Joonas Niilola
2024-05-26 5:45 Joonas Niilola
2024-04-16 23:54 Sam James
2023-05-04 19:04 Jakov Smolić
2022-02-01 18:19 Jakov Smolić
2022-02-01 18:19 Jakov Smolić
2022-02-01 18:19 Jakov Smolić
2021-09-28 5:18 Sam James
2021-04-16 17:00 Mike Gilbert
2021-03-09 22:48 Lars Wendler
2020-11-16 19:51 Mike Gilbert
2020-07-14 19:05 Mike Gilbert
2019-06-18 16:10 Mike Gilbert
2019-06-18 15:59 Mike Gilbert
2018-12-19 17:59 Mike Gilbert
2018-08-05 21:48 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=1741662323.5e163f0d4c3d734229702bf3b58e4b5c1dcb2a2d.sam@gentoo \
--to=sam@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