Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/sitecopy/files/, net-misc/sitecopy/
Date: Sun, 26 Sep 2021 17:09:33
Message-Id: 1632676142.319c826564666c44565d635bdcad297abb30a701.sam@gentoo
1 commit: 319c826564666c44565d635bdcad297abb30a701
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 26 17:08:24 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 26 17:09:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=319c8265
7
8 net-misc/sitecopy: really fix neon compatibility
9
10 Closes: https://bugs.gentoo.org/779847
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 ...tecopy-0.16.6-20-bts549721-add-compatibility-for-neon-0.29.0.patch | 4 ++--
14 net-misc/sitecopy/sitecopy-0.16.6-r2.ebuild | 2 +-
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/net-misc/sitecopy/files/sitecopy-0.16.6-20-bts549721-add-compatibility-for-neon-0.29.0.patch b/net-misc/sitecopy/files/sitecopy-0.16.6-20-bts549721-add-compatibility-for-neon-0.29.0.patch
18 index 0b53e2e4e39..cc40b5b6e92 100644
19 --- a/net-misc/sitecopy/files/sitecopy-0.16.6-20-bts549721-add-compatibility-for-neon-0.29.0.patch
20 +++ b/net-misc/sitecopy/files/sitecopy-0.16.6-20-bts549721-add-compatibility-for-neon-0.29.0.patch
21 @@ -10,8 +10,8 @@ diff -urNad sitecopy~/configure.in sitecopy/configure.in
22
23 -# Support neon 0.24 through 0.28
24 -NE_REQUIRE_VERSIONS([0], [24 25 26 27 28])
25 -+# Support neon 0.24 through 0.30
26 -+NE_REQUIRE_VERSIONS([0], [24 25 26 27 28 29 30])
27 ++# Support neon 0.24 through 0.32
28 ++NE_REQUIRE_VERSIONS([0], [24 25 26 27 28 29 30 31 32])
29
30 dnl But we don't use zlib or ACL support
31 NEON_WITHOUT_ZLIB
32
33 diff --git a/net-misc/sitecopy/sitecopy-0.16.6-r2.ebuild b/net-misc/sitecopy/sitecopy-0.16.6-r2.ebuild
34 index 3b63980075a..5238f148719 100644
35 --- a/net-misc/sitecopy/sitecopy-0.16.6-r2.ebuild
36 +++ b/net-misc/sitecopy/sitecopy-0.16.6-r2.ebuild
37 @@ -17,7 +17,7 @@ IUSE="expat nls rsh ssl webdav xml zlib"
38 RDEPEND="
39 rsh? ( net-misc/netkit-rsh )
40 >=net-libs/neon-0.24.6[zlib?,ssl?,expat?]
41 - <=net-libs/neon-0.30.9999[zlib?,ssl?,expat?]
42 + <=net-libs/neon-0.32.9999[zlib?,ssl?,expat?]
43 xml? ( >=net-libs/neon-0.24.6[-expat] )
44 "
45 DEPEND="${RDEPEND}"