Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/neon/
Date: Tue, 01 Feb 2022 18:19:23
Message-Id: 1643739025.a5f5ce74e6ec3d18151c9f1bbbf9444175b89e98.jsmolic@gentoo
1 commit: a5f5ce74e6ec3d18151c9f1bbbf9444175b89e98
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Sun Jan 30 08:00:00 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 1 18:10:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5f5ce74
7
8 net-libs/neon: Delete old ebuild (0.32.1)
9
10 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 net-libs/neon/Manifest | 1 -
14 net-libs/neon/neon-0.32.1.ebuild | 109 ---------------------------------------
15 2 files changed, 110 deletions(-)
16
17 diff --git a/net-libs/neon/Manifest b/net-libs/neon/Manifest
18 index dd135531d30b..61c847795439 100644
19 --- a/net-libs/neon/Manifest
20 +++ b/net-libs/neon/Manifest
21 @@ -1,3 +1,2 @@
22 DIST neon-0.31.2.tar.gz 867914 BLAKE2B 8ae1301dd5f9ac1a6b518f99919a1b7e7b7c6499413b523ff82e00d364d6d9c5ad96875795330e2fd9c42a42b073e3eea51b6cc0ee9e9a21850763f0cdd0b97e SHA512 1e402b40a0445f68ed24d2697ee60d21636f61ebc98edcde37ff9e26c54430acabf3969ac22a942d1dd51bddee0f312c04073b423b0af3a3e7c9bf60cd53e48c
23 -DIST neon-0.32.1.tar.gz 880434 BLAKE2B 91b942cb0d7184f4da26d7d45e846a0f80aa834226e5ff0689df75650da79cbfad0854c718dbffdd31cc0f09f25458ea37ca39bb38071643a6a609ef6102b896 SHA512 a231865c3aad3668f6effded97a58eb981655f64c71b0954fcb2e667bdec50895d11bf296f4f454bd63e6ce9b02c2fd13cbb17cb82631e16f100000ecd7e1977
24 DIST neon-0.32.2.tar.gz 880651 BLAKE2B 3629eee38e10ada5e001bf0afb77c70814083bf553596fc150a6cf21f0b66cf4de28841b242f68faaeb44fa5e0ad260939102b015d2a543ef59012876256b364 SHA512 2580a3c8c3cf4aff2d399f72a721ccfb4e68434ef92da4af8103c126812d779b9fbe5cafbab512c79f4365bbb3d3eac61568748136470e86f7aa7b98b27053c8
25
26 diff --git a/net-libs/neon/neon-0.32.1.ebuild b/net-libs/neon/neon-0.32.1.ebuild
27 deleted file mode 100644
28 index 92ef286a9128..000000000000
29 --- a/net-libs/neon/neon-0.32.1.ebuild
30 +++ /dev/null
31 @@ -1,109 +0,0 @@
32 -# Copyright 2001-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit autotools libtool multilib-minimal
38 -
39 -DESCRIPTION="HTTP and WebDAV client library"
40 -HOMEPAGE="https://notroj.github.io/neon/"
41 -SRC_URI="https://notroj.github.io/neon/${P}.tar.gz"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0/27"
45 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
46 -IUSE="doc expat gnutls kerberos libproxy nls pkcs11 ssl static-libs zlib"
47 -RESTRICT="test"
48 -
49 -RDEPEND="expat? ( dev-libs/expat:0=[${MULTILIB_USEDEP}] )
50 - !expat? ( dev-libs/libxml2:2=[${MULTILIB_USEDEP}] )
51 - kerberos? ( virtual/krb5:0=[${MULTILIB_USEDEP}] )
52 - libproxy? ( net-libs/libproxy:0=[${MULTILIB_USEDEP}] )
53 - nls? ( virtual/libintl:0=[${MULTILIB_USEDEP}] )
54 - ssl? (
55 - gnutls? (
56 - app-misc/ca-certificates
57 - net-libs/gnutls:0=[${MULTILIB_USEDEP}]
58 - )
59 - !gnutls? (
60 - dev-libs/openssl:0=[${MULTILIB_USEDEP}]
61 - )
62 - pkcs11? ( dev-libs/pakchois:0=[${MULTILIB_USEDEP}] )
63 - )
64 - zlib? ( sys-libs/zlib:0=[${MULTILIB_USEDEP}] )"
65 -DEPEND="${RDEPEND}"
66 -BDEPEND="
67 - app-text/docbook-xml-dtd:4.5
68 - app-text/xmlto
69 - virtual/pkgconfig
70 -"
71 -
72 -MULTILIB_CHOST_TOOLS=(
73 - /usr/bin/neon-config
74 -)
75 -
76 -src_prepare() {
77 - # Use CHOST-prefixed version of xml2-config for cross-compilation.
78 - sed -e "s/AC_CHECK_PROG(XML2_CONFIG,/AC_CHECK_TOOL(XML2_CONFIG,/" -i macros/neon-xml-parser.m4 || die "sed failed"
79 -
80 - # Fix compatibility with OpenSSL >=1.1.
81 - sed -e "s/RSA_F_RSA_PRIVATE_ENCRYPT/RSA_F_RSA_OSSL_PRIVATE_ENCRYPT/" -i src/ne_pkcs11.c || die "sed failed"
82 -
83 - eapply_user
84 -
85 - AT_M4DIR="macros" eautoreconf
86 -
87 - elibtoolize
88 -
89 - multilib_copy_sources
90 -}
91 -
92 -multilib_src_configure() {
93 - local myconf=()
94 -
95 - if has_version sys-libs/glibc; then
96 - einfo "Enabling SSL library thread-safety using POSIX threads..."
97 - myconf+=(--enable-threadsafe-ssl=posix)
98 - fi
99 -
100 - if use expat; then
101 - myconf+=(--with-expat)
102 - else
103 - myconf+=(--with-libxml2)
104 - fi
105 -
106 - if use ssl; then
107 - if use gnutls; then
108 - myconf+=(--with-ssl=gnutls --with-ca-bundle="${EPREFIX}/etc/ssl/certs/ca-certificates.crt")
109 - else
110 - myconf+=(--with-ssl=openssl)
111 - fi
112 - fi
113 -
114 - econf \
115 - --enable-shared \
116 - $(use_with kerberos gssapi) \
117 - $(use_with libproxy) \
118 - $(use_enable nls) \
119 - $(use_with pkcs11 pakchois) \
120 - $(use_enable static-libs static) \
121 - $(use_with zlib) \
122 - "${myconf[@]}"
123 -}
124 -
125 -multilib_src_install() {
126 - emake DESTDIR="${D}" install-{config,headers,lib,man,nls}
127 -
128 - if multilib_is_native_abi && use doc; then
129 - (
130 - docinto html
131 - dodoc -r doc/html/*
132 - )
133 - fi
134 -}
135 -
136 -multilib_src_install_all() {
137 - find "${D}" -name "*.la" -type f -delete || die
138 -
139 - dodoc AUTHORS BUGS NEWS README.md THANKS TODO
140 -}