commit:     d190071957b164b74e0d6a7917864cae5bdfbdd6
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 16 08:17:31 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Feb 16 08:18:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1900719

www-apache/mod_limitipconn: eapi5 is the maximum for apache-module.eclass

Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 .../mod_limitipconn/mod_limitipconn-0.24-r3.ebuild | 25 ++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/www-apache/mod_limitipconn/mod_limitipconn-0.24-r3.ebuild 
b/www-apache/mod_limitipconn/mod_limitipconn-0.24-r3.ebuild
new file mode 100644
index 00000000000..aabcc634092
--- /dev/null
+++ b/www-apache/mod_limitipconn/mod_limitipconn-0.24-r3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit apache-module
+
+DESCRIPTION="Limit the number of simultaneous apache connections"
+HOMEPAGE="http://dominia.org/djao/limitipconn2.html";
+SRC_URI="http://dominia.org/djao/limit/${P}.tar.bz2";
+
+LICENSE="Apache-2.0"
+SLOT="2"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="www-servers/apache[apache2_modules_status]"
+need_apache2
+
+RESTRICT="test"
+
+APACHE2_MOD_CONF="27_${PN}"
+APACHE2_MOD_DEFINE="LIMITIPCONN STATUS"
+
+DOCFILES="ChangeLog README"

Reply via email to