commit:     6df055303cf11f984d11db6fe9caf36104784d77
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 27 12:53:42 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sat Nov 27 13:04:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6df05530

www-apache/mod_backtrace: update EAPI 5 -> 7

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 ...acktrace-2.01.ebuild => mod_backtrace-2.01-r1.ebuild} | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/www-apache/mod_backtrace/mod_backtrace-2.01.ebuild 
b/www-apache/mod_backtrace/mod_backtrace-2.01-r1.ebuild
similarity index 72%
rename from www-apache/mod_backtrace/mod_backtrace-2.01.ebuild
rename to www-apache/mod_backtrace/mod_backtrace-2.01-r1.ebuild
index 04115faa8877..a9e764270295 100644
--- a/www-apache/mod_backtrace/mod_backtrace-2.01.ebuild
+++ b/www-apache/mod_backtrace/mod_backtrace-2.01-r1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit apache-module depend.apache
 
 DESCRIPTION="Debug segmentation faults in Apache threads"
 HOMEPAGE="https://emptyhammock.com/projects/httpd/diag/";
-SRC_URI="https://emptyhammock.com/downloads/wku_bt-${PV}.zip";
+SRC_URI="https://emptyhammock.com/media/downloads/wku_bt-${PV}.zip";
 
 LICENSE="Apache-2.0"
 SLOT="0"
@@ -16,8 +16,8 @@ IUSE="unwind"
 
 RDEPEND="=www-servers/apache-2*[debug]
        unwind? ( sys-libs/libunwind )"
-DEPEND="${RDEPEND}
-       app-arch/unzip"
+DEPEND="${RDEPEND}"
+BDEPEND="app-arch/unzip"
 
 APACHE2_MOD_CONF="10_${PN}"
 APACHE2_MOD_DEFINE="BACKTRACE"
@@ -26,6 +26,12 @@ need_apache2
 
 S="${WORKDIR}/wku_bt-${PV}"
 
+# Work around Bug #616612
+pkg_setup() {
+       _init_apache2
+       _init_apache2_late
+}
+
 src_compile() {
        APXS2_ARGS="-c ${PN}.c diag.c -ldl"
        if use unwind; then

Reply via email to