Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 786158 Details for
Bug 853049
www-apache/mod_gnutls-0.12 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild
file_853049.txt (text/plain), 2.05 KB, created by
Forza
on 2022-06-19 11:48:48 UTC
(
hide
)
Description:
Updated ebuild
Filename:
MIME Type:
Creator:
Forza
Created:
2022-06-19 11:48:48 UTC
Size:
2.05 KB
patch
obsolete
># Copyright 1999-2020 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > ># WARNING! Don't switch to EAPI-6 without checking paths of installed files ># carefully. The .so file might get installed into / >EAPI=6 > >PYTHON_COMPAT=( python3_{7..10} ) > >inherit autotools apache-module python-any-r1 > >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]" > >TEST_REQUIRED_APACHE_MODULES="apache2_modules_proxy,apache2_modules_proxy_http" > >DEPEND="${CDEPEND} > virtual/pkgconfig > $(python_gen_any_dep ' > dev-python/pyyaml[${PYTHON_USEDEP}] > ') > test? ( > app-crypt/monkeysphere > >=net-libs/gnutls-3.3.0:=[tools] > net-misc/curl > || ( > www-servers/apache[apache2_mpms_worker,${TEST_REQUIRED_APACHE_MODULES}] > www-servers/apache[apache2_mpms_prefork,${TEST_REQUIRED_APACHE_MODULES}] > www-servers/apache[apache2_mpms_event,${TEST_REQUIRED_APACHE_MODULES}] > ) > )" > >RDEPEND="${CDEPEND}" > >RESTRICT="!test? ( test )" > >APACHE2_MOD_CONF="47_${PN}" >APACHE2_MOD_DEFINE="GNUTLS" > >DOCFILES="CHANGELOG NOTICE README" > >need_apache2_4 > >python_check_deps() { > has_version "dev-python/pyyaml[${PYTHON_USEDEP}]" >} > >pkg_setup() { > # Calling depend.apache_pkg_setup fails because we do not have > # "apache2" in IUSE but the function expects this in order to call > # _init_apache2_late which sets the APACHE_MODULESDIR variable. > _init_apache2 > _init_apache2_late > > python-any-r1_pkg_setup >} > >src_prepare() { > default > eautoreconf >} > >src_configure() { > local myeconfargs=( > --with-apxs="${APXS}" > --disable-strict > --disable-doxygen-dot > --disable-doxygen-doc > --disable-doxygen-html > --disable-doxygen-pdf > --disable-valgrind-test > ac_cv_path_UNSHARE=no > ) > econf "${myeconfargs[@]}" >} > >src_compile() { > emake >} > >src_install() { > apache-module_src_install >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 853049
: 786158