Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_gnutls/
Date: Sun, 20 Feb 2022 05:27:38
Message-Id: 1645334809.6f84154a4fb59547428f0be7df4d7940be5c75ca.sam@gentoo
1 commit: 6f84154a4fb59547428f0be7df4d7940be5c75ca
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 20 05:19:19 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 20 05:26:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f84154a
7
8 www-apache/mod_gnutls: drop 0.8.2-r2
9
10 Closes: https://bugs.gentoo.org/833522
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 www-apache/mod_gnutls/Manifest | 1 -
14 www-apache/mod_gnutls/mod_gnutls-0.8.2-r2.ebuild | 52 ------------------------
15 2 files changed, 53 deletions(-)
16
17 diff --git a/www-apache/mod_gnutls/Manifest b/www-apache/mod_gnutls/Manifest
18 index 816105acc530..e8db9e5a3d09 100644
19 --- a/www-apache/mod_gnutls/Manifest
20 +++ b/www-apache/mod_gnutls/Manifest
21 @@ -1,2 +1 @@
22 DIST mod_gnutls-0.11.0.tar.bz2 458966 BLAKE2B 6d81be7b7d48255173d028a8e3207badbce0c1ba541124a241b63d4ed4eb36833156e9cd7194318138b6f16667a971d5311d56b9b0036e5b3d9dac8d352a4335 SHA512 090d244823f15a6b23dd2ad9b35db202ebbe96210ec8fd06e06f13e32c327e9d9a449834c899755f1ec8c1a3a71db1b125d436ce661caee1002a8719b4c1320e
23 -DIST mod_gnutls-0.8.2.tar.bz2 415903 BLAKE2B 98c96479e2419ee511ba802c99823ddaae89ddeb7a2f0660b91e2a371f8249ec4f98b2c0443389168a22dbe133b0bcc6020bfa597447507a8e4f91827b6d1d24 SHA512 b1690aeee4f6d104e4b6a7bd443e289204630b33e00b7b145b11291d8819b5c3d5bd52b535746b8ebdfee7a5f34df527243b743b8c5d716b1d0617e319d43f4d
24
25 diff --git a/www-apache/mod_gnutls/mod_gnutls-0.8.2-r2.ebuild b/www-apache/mod_gnutls/mod_gnutls-0.8.2-r2.ebuild
26 deleted file mode 100644
27 index b0d32ce75e30..000000000000
28 --- a/www-apache/mod_gnutls/mod_gnutls-0.8.2-r2.ebuild
29 +++ /dev/null
30 @@ -1,52 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -inherit autotools apache-module
36 -
37 -DESCRIPTION="mod_gnutls uses GnuTLS for SSL/TLS encryption in Apache2 (compare to mod_ssl)"
38 -HOMEPAGE="https://mod.gnutls.org/"
39 -SRC_URI="https://mod.gnutls.org/downloads/${P}.tar.bz2"
40 -
41 -LICENSE="Apache-2.0"
42 -SLOT="0"
43 -KEYWORDS="amd64 x86"
44 -IUSE="test"
45 -
46 -CDEPEND=">=net-libs/gnutls-3.3.0:=[pkcs11]"
47 -DEPEND="${CDEPEND}
48 - test? ( app-crypt/monkeysphere )"
49 -RDEPEND="${CDEPEND}"
50 -
51 -# Fails because gpg-agent cannot be accessed
52 -RESTRICT="test"
53 -
54 -APACHE2_MOD_CONF="47_${PN}"
55 -APACHE2_MOD_DEFINE="GNUTLS"
56 -
57 -DOCFILES="CHANGELOG NOTICE README"
58 -
59 -need_apache2_4
60 -
61 -src_prepare() {
62 - default
63 - eautoreconf
64 -}
65 -
66 -src_configure() {
67 - econf --with-apxs="${APXS}" \
68 - --disable-strict \
69 - --disable-doxygen-dot \
70 - --disable-doxygen-doc \
71 - --disable-doxygen-html \
72 - --disable-doxygen-pdf \
73 - ac_cv_path_UNSHARE=no
74 -}
75 -
76 -src_compile() {
77 - emake
78 -}
79 -
80 -src_install() {
81 - apache-module_src_install
82 -}