www-apache/mod_gnutls: drop 0.8.2-r2

Closes: https://bugs.gentoo.org/833522
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-02-20 05:19:19 +00:00
parent 2b63788f16
commit 6f84154a4f
2 changed files with 0 additions and 53 deletions

View File

@@ -1,2 +1 @@
DIST mod_gnutls-0.11.0.tar.bz2 458966 BLAKE2B 6d81be7b7d48255173d028a8e3207badbce0c1ba541124a241b63d4ed4eb36833156e9cd7194318138b6f16667a971d5311d56b9b0036e5b3d9dac8d352a4335 SHA512 090d244823f15a6b23dd2ad9b35db202ebbe96210ec8fd06e06f13e32c327e9d9a449834c899755f1ec8c1a3a71db1b125d436ce661caee1002a8719b4c1320e
DIST mod_gnutls-0.8.2.tar.bz2 415903 BLAKE2B 98c96479e2419ee511ba802c99823ddaae89ddeb7a2f0660b91e2a371f8249ec4f98b2c0443389168a22dbe133b0bcc6020bfa597447507a8e4f91827b6d1d24 SHA512 b1690aeee4f6d104e4b6a7bd443e289204630b33e00b7b145b11291d8819b5c3d5bd52b535746b8ebdfee7a5f34df527243b743b8c5d716b1d0617e319d43f4d

View File

@@ -1,52 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit autotools apache-module
DESCRIPTION="mod_gnutls uses GnuTLS for SSL/TLS encryption in Apache2 (compare to mod_ssl)"
HOMEPAGE="https://mod.gnutls.org/"
SRC_URI="https://mod.gnutls.org/downloads/${P}.tar.bz2"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="test"
CDEPEND=">=net-libs/gnutls-3.3.0:=[pkcs11]"
DEPEND="${CDEPEND}
test? ( app-crypt/monkeysphere )"
RDEPEND="${CDEPEND}"
# Fails because gpg-agent cannot be accessed
RESTRICT="test"
APACHE2_MOD_CONF="47_${PN}"
APACHE2_MOD_DEFINE="GNUTLS"
DOCFILES="CHANGELOG NOTICE README"
need_apache2_4
src_prepare() {
default
eautoreconf
}
src_configure() {
econf --with-apxs="${APXS}" \
--disable-strict \
--disable-doxygen-dot \
--disable-doxygen-doc \
--disable-doxygen-html \
--disable-doxygen-pdf \
ac_cv_path_UNSHARE=no
}
src_compile() {
emake
}
src_install() {
apache-module_src_install
}