From 79ea21635ca640899c8600d6bc21ca238c1c9b92 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sat, 4 Dec 2021 12:48:01 +0000 Subject: www-apache/mod_virtualvalue: EAPI 7 Package-Manager: Portage-3.0.28, Repoman-3.0.3 --- www-apache/mod_virtualvalue/mod_virtualvalue-0.4.1.ebuild | 9 +++++++-- www-apache/mod_virtualvalue/mod_virtualvalue-0.4.3.ebuild | 9 +++++++-- www-apache/mod_virtualvalue/mod_virtualvalue-9999.ebuild | 9 +++++++-- 3 files changed, 21 insertions(+), 6 deletions(-) (limited to 'www-apache') diff --git a/www-apache/mod_virtualvalue/mod_virtualvalue-0.4.1.ebuild b/www-apache/mod_virtualvalue/mod_virtualvalue-0.4.1.ebuild index 1f8da377..b3c14f71 100644 --- a/www-apache/mod_virtualvalue/mod_virtualvalue-0.4.1.ebuild +++ b/www-apache/mod_virtualvalue/mod_virtualvalue-0.4.1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit apache-module eutils toolchain-funcs git-r3 DESCRIPTION="Apache2 modules to Mass Virtual Hosting" @@ -24,6 +24,11 @@ DOCFILES="BUGS TODO test/vhost.conf" need_apache2 +pkg_setup() { + _init_apache2 + _init_apache2_late +} + src_compile() { local myconf= use php && myconf="${myconf} HAVE_PHP=Yes" diff --git a/www-apache/mod_virtualvalue/mod_virtualvalue-0.4.3.ebuild b/www-apache/mod_virtualvalue/mod_virtualvalue-0.4.3.ebuild index 1f8da377..b3c14f71 100644 --- a/www-apache/mod_virtualvalue/mod_virtualvalue-0.4.3.ebuild +++ b/www-apache/mod_virtualvalue/mod_virtualvalue-0.4.3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit apache-module eutils toolchain-funcs git-r3 DESCRIPTION="Apache2 modules to Mass Virtual Hosting" @@ -24,6 +24,11 @@ DOCFILES="BUGS TODO test/vhost.conf" need_apache2 +pkg_setup() { + _init_apache2 + _init_apache2_late +} + src_compile() { local myconf= use php && myconf="${myconf} HAVE_PHP=Yes" diff --git a/www-apache/mod_virtualvalue/mod_virtualvalue-9999.ebuild b/www-apache/mod_virtualvalue/mod_virtualvalue-9999.ebuild index deaffe26..83c3998a 100644 --- a/www-apache/mod_virtualvalue/mod_virtualvalue-9999.ebuild +++ b/www-apache/mod_virtualvalue/mod_virtualvalue-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit apache-module eutils toolchain-funcs git-r3 DESCRIPTION="Apache2 modules to Mass Virtual Hosting" @@ -24,6 +24,11 @@ DOCFILES="BUGS TODO test/vhost.conf" need_apache2 +pkg_setup() { + _init_apache2 + _init_apache2_late +} + src_compile() { local myconf= use php && myconf="${myconf} HAVE_PHP=Yes" -- cgit v1.2.3