From bb1337bcb30f2ffbdef74e9e667ad7ca3495c3f7 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Wed, 19 Aug 2020 16:01:30 +0200 Subject: www-apache/mod_gnutls: requires net-libs/gnutls[pkcs11] at runtime Closes: https://bugs.gentoo.org/725132 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Thomas Deutschmann --- www-apache/mod_gnutls/mod_gnutls-0.8.2-r1.ebuild | 52 ------------------------ www-apache/mod_gnutls/mod_gnutls-0.8.2-r2.ebuild | 52 ++++++++++++++++++++++++ 2 files changed, 52 insertions(+), 52 deletions(-) delete mode 100644 www-apache/mod_gnutls/mod_gnutls-0.8.2-r1.ebuild create mode 100644 www-apache/mod_gnutls/mod_gnutls-0.8.2-r2.ebuild diff --git a/www-apache/mod_gnutls/mod_gnutls-0.8.2-r1.ebuild b/www-apache/mod_gnutls/mod_gnutls-0.8.2-r1.ebuild deleted file mode 100644 index 3576124376cf..000000000000 --- a/www-apache/mod_gnutls/mod_gnutls-0.8.2-r1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# 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:=" -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 -} 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 new file mode 100644 index 000000000000..b0d32ce75e30 --- /dev/null +++ b/www-apache/mod_gnutls/mod_gnutls-0.8.2-r2.ebuild @@ -0,0 +1,52 @@ +# 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 +} -- cgit v1.2.3-65-gdbad