summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-04-29 13:52:02 +0200
committerMichał Górny <mgorny@gentoo.org>2018-05-01 20:37:34 +0200
commit4a409a1ecd75d064e8b471f6131bb1feb83c37a8 (patch)
treead19729542f1e853b610fbb243f35a6292279efd /www-apache
parentdev-libs/openssl: Bump to version 1.1.1_pre6. Removed old. (diff)
downloadgentoo-4a409a1ecd75d064e8b471f6131bb1feb83c37a8.tar.gz
gentoo-4a409a1ecd75d064e8b471f6131bb1feb83c37a8.tar.bz2
gentoo-4a409a1ecd75d064e8b471f6131bb1feb83c37a8.zip
*/*: Specify EAPI=0 explicitly, to ease greps
Closes: https://github.com/gentoo/gentoo/pull/8199
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/mod_authn_sasl/mod_authn_sasl-1.2.ebuild4
-rw-r--r--www-apache/mod_depends/mod_depends-0.7.0_p200702041.ebuild4
-rw-r--r--www-apache/mod_diagnostics/mod_diagnostics-0.0.1.ebuild4
-rw-r--r--www-apache/mod_dnsbl_lookup/mod_dnsbl_lookup-0.91.ebuild4
-rw-r--r--www-apache/mod_fcgid/mod_fcgid-2.3.9.ebuild4
-rw-r--r--www-apache/mod_flvx/mod_flvx-0.0.1-r1.ebuild4
-rw-r--r--www-apache/mod_geoip2/mod_geoip2-1.2.7-r1.ebuild4
-rw-r--r--www-apache/mod_limitipconn/mod_limitipconn-0.24.ebuild4
-rw-r--r--www-apache/mod_log_rotate/mod_log_rotate-1.00.ebuild2
-rw-r--r--www-apache/mod_macro/mod_macro-1.1.10.ebuild4
-rw-r--r--www-apache/mod_macro/mod_macro-1.2.1.ebuild4
-rw-r--r--www-apache/mod_pcgi2/mod_pcgi2-2.0.2.ebuild4
-rw-r--r--www-apache/mod_umask/mod_umask-0.1.0.ebuild4
-rw-r--r--www-apache/mod_vdbh/mod_vdbh-1.0.3-r1.ebuild4
-rw-r--r--www-apache/mod_xml2enc/mod_xml2enc-1.0.3.ebuild4
15 files changed, 44 insertions, 14 deletions
diff --git a/www-apache/mod_authn_sasl/mod_authn_sasl-1.2.ebuild b/www-apache/mod_authn_sasl/mod_authn_sasl-1.2.ebuild
index 1d9f899a9195..1eeadf5e27ae 100644
--- a/www-apache/mod_authn_sasl/mod_authn_sasl-1.2.ebuild
+++ b/www-apache/mod_authn_sasl/mod_authn_sasl-1.2.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit eutils apache-module
DESCRIPTION="Cyrus SASL authentication module for Apache"
diff --git a/www-apache/mod_depends/mod_depends-0.7.0_p200702041.ebuild b/www-apache/mod_depends/mod_depends-0.7.0_p200702041.ebuild
index 1264d04dd548..3dabf86e352a 100644
--- a/www-apache/mod_depends/mod_depends-0.7.0_p200702041.ebuild
+++ b/www-apache/mod_depends/mod_depends-0.7.0_p200702041.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit eutils apache-module
DESCRIPTION="An apache helper module for handling dependencies properly"
diff --git a/www-apache/mod_diagnostics/mod_diagnostics-0.0.1.ebuild b/www-apache/mod_diagnostics/mod_diagnostics-0.0.1.ebuild
index 95aad5b617c5..a46688424551 100644
--- a/www-apache/mod_diagnostics/mod_diagnostics-0.0.1.ebuild
+++ b/www-apache/mod_diagnostics/mod_diagnostics-0.0.1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit apache-module
KEYWORDS="x86"
diff --git a/www-apache/mod_dnsbl_lookup/mod_dnsbl_lookup-0.91.ebuild b/www-apache/mod_dnsbl_lookup/mod_dnsbl_lookup-0.91.ebuild
index 445d25a457fa..3be3ef136ba4 100644
--- a/www-apache/mod_dnsbl_lookup/mod_dnsbl_lookup-0.91.ebuild
+++ b/www-apache/mod_dnsbl_lookup/mod_dnsbl_lookup-0.91.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit apache-module eutils
KEYWORDS="~amd64 ~x86"
diff --git a/www-apache/mod_fcgid/mod_fcgid-2.3.9.ebuild b/www-apache/mod_fcgid/mod_fcgid-2.3.9.ebuild
index b660fe032275..aa1fea10f4e4 100644
--- a/www-apache/mod_fcgid/mod_fcgid-2.3.9.ebuild
+++ b/www-apache/mod_fcgid/mod_fcgid-2.3.9.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit apache-module eutils multilib
DESCRIPTION="Binary-compatible alternative to mod_fastcgi with better process management"
diff --git a/www-apache/mod_flvx/mod_flvx-0.0.1-r1.ebuild b/www-apache/mod_flvx/mod_flvx-0.0.1-r1.ebuild
index 5015fab375dc..d7e0e042c03c 100644
--- a/www-apache/mod_flvx/mod_flvx-0.0.1-r1.ebuild
+++ b/www-apache/mod_flvx/mod_flvx-0.0.1-r1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit eutils apache-module
DESCRIPTION="mod_flvx allows to seek inside FLV files for streaming purposes"
diff --git a/www-apache/mod_geoip2/mod_geoip2-1.2.7-r1.ebuild b/www-apache/mod_geoip2/mod_geoip2-1.2.7-r1.ebuild
index cde3422fef2e..e6cc9484ca39 100644
--- a/www-apache/mod_geoip2/mod_geoip2-1.2.7-r1.ebuild
+++ b/www-apache/mod_geoip2/mod_geoip2-1.2.7-r1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit apache-module eutils
MY_P="${PN}_${PV}"
diff --git a/www-apache/mod_limitipconn/mod_limitipconn-0.24.ebuild b/www-apache/mod_limitipconn/mod_limitipconn-0.24.ebuild
index f13624185577..be774423dee3 100644
--- a/www-apache/mod_limitipconn/mod_limitipconn-0.24.ebuild
+++ b/www-apache/mod_limitipconn/mod_limitipconn-0.24.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit apache-module
DESCRIPTION="Allows administrators to limit the number of simultaneous downloads permitted"
diff --git a/www-apache/mod_log_rotate/mod_log_rotate-1.00.ebuild b/www-apache/mod_log_rotate/mod_log_rotate-1.00.ebuild
index cb889898cff7..4ec229612b9e 100644
--- a/www-apache/mod_log_rotate/mod_log_rotate-1.00.ebuild
+++ b/www-apache/mod_log_rotate/mod_log_rotate-1.00.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit eutils apache-module
DESCRIPTION="mod_log_rotate adds log rotation support to mod_log_config based on strftime(3)"
diff --git a/www-apache/mod_macro/mod_macro-1.1.10.ebuild b/www-apache/mod_macro/mod_macro-1.1.10.ebuild
index 2e4731fa9676..c5d01e6b6765 100644
--- a/www-apache/mod_macro/mod_macro-1.1.10.ebuild
+++ b/www-apache/mod_macro/mod_macro-1.1.10.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit apache-module
DESCRIPTION="An Apache2 module providing macros for the Apache config file"
diff --git a/www-apache/mod_macro/mod_macro-1.2.1.ebuild b/www-apache/mod_macro/mod_macro-1.2.1.ebuild
index 6c0fdca8c521..dfdea3d4bcd0 100644
--- a/www-apache/mod_macro/mod_macro-1.2.1.ebuild
+++ b/www-apache/mod_macro/mod_macro-1.2.1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit apache-module
DESCRIPTION="An Apache2 module providing macros for the Apache config file"
diff --git a/www-apache/mod_pcgi2/mod_pcgi2-2.0.2.ebuild b/www-apache/mod_pcgi2/mod_pcgi2-2.0.2.ebuild
index a4073a0480b0..cab9b77023b4 100644
--- a/www-apache/mod_pcgi2/mod_pcgi2-2.0.2.ebuild
+++ b/www-apache/mod_pcgi2/mod_pcgi2-2.0.2.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit apache-module
KEYWORDS="~ppc ~x86"
diff --git a/www-apache/mod_umask/mod_umask-0.1.0.ebuild b/www-apache/mod_umask/mod_umask-0.1.0.ebuild
index 12fda05f0383..541554f52907 100644
--- a/www-apache/mod_umask/mod_umask-0.1.0.ebuild
+++ b/www-apache/mod_umask/mod_umask-0.1.0.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit apache-module
KEYWORDS="amd64 x86"
diff --git a/www-apache/mod_vdbh/mod_vdbh-1.0.3-r1.ebuild b/www-apache/mod_vdbh/mod_vdbh-1.0.3-r1.ebuild
index 1493c9b76dae..6e53bbb94e10 100644
--- a/www-apache/mod_vdbh/mod_vdbh-1.0.3-r1.ebuild
+++ b/www-apache/mod_vdbh/mod_vdbh-1.0.3-r1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit apache-module
KEYWORDS="ppc x86"
diff --git a/www-apache/mod_xml2enc/mod_xml2enc-1.0.3.ebuild b/www-apache/mod_xml2enc/mod_xml2enc-1.0.3.ebuild
index c726fea2219a..88af437b7e3a 100644
--- a/www-apache/mod_xml2enc/mod_xml2enc-1.0.3.ebuild
+++ b/www-apache/mod_xml2enc/mod_xml2enc-1.0.3.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit apache-module
DESCRIPTION="An Apache2 module to provide libxml2 encoding"