summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-02-20 05:19:19 +0000
committerSam James <sam@gentoo.org>2022-02-20 05:26:49 +0000
commit6f84154a4fb59547428f0be7df4d7940be5c75ca (patch)
tree3ddffea4cee65774ae4c07bc06d137e9a4b8f755 /www-apache
parentdev-util/cproto: drop 4.7r (diff)
downloadgentoo-6f84154a4fb59547428f0be7df4d7940be5c75ca.tar.gz
gentoo-6f84154a4fb59547428f0be7df4d7940be5c75ca.tar.bz2
gentoo-6f84154a4fb59547428f0be7df4d7940be5c75ca.zip
www-apache/mod_gnutls: drop 0.8.2-r2
Closes: https://bugs.gentoo.org/833522 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/mod_gnutls/Manifest1
-rw-r--r--www-apache/mod_gnutls/mod_gnutls-0.8.2-r2.ebuild52
2 files changed, 0 insertions, 53 deletions
diff --git a/www-apache/mod_gnutls/Manifest b/www-apache/mod_gnutls/Manifest
index 816105acc530..e8db9e5a3d09 100644
--- a/www-apache/mod_gnutls/Manifest
+++ b/www-apache/mod_gnutls/Manifest
@@ -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
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
deleted file mode 100644
index b0d32ce75e30..000000000000
--- a/www-apache/mod_gnutls/mod_gnutls-0.8.2-r2.ebuild
+++ /dev/null
@@ -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
-}