Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_limitipconn/
Date: Sat, 16 Feb 2019 08:18:49
Message-Id: 1550305115.d190071957b164b74e0d6a7917864cae5bdfbdd6.pacho@gentoo
1 commit: d190071957b164b74e0d6a7917864cae5bdfbdd6
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 16 08:17:31 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 08:18:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1900719
7
8 www-apache/mod_limitipconn: eapi5 is the maximum for apache-module.eclass
9
10 Package-Manager: Portage-2.3.58, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 .../mod_limitipconn/mod_limitipconn-0.24-r3.ebuild | 25 ++++++++++++++++++++++
14 1 file changed, 25 insertions(+)
15
16 diff --git a/www-apache/mod_limitipconn/mod_limitipconn-0.24-r3.ebuild b/www-apache/mod_limitipconn/mod_limitipconn-0.24-r3.ebuild
17 new file mode 100644
18 index 00000000000..aabcc634092
19 --- /dev/null
20 +++ b/www-apache/mod_limitipconn/mod_limitipconn-0.24-r3.ebuild
21 @@ -0,0 +1,25 @@
22 +# Copyright 1999-2019 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=5
26 +inherit apache-module
27 +
28 +DESCRIPTION="Limit the number of simultaneous apache connections"
29 +HOMEPAGE="http://dominia.org/djao/limitipconn2.html"
30 +SRC_URI="http://dominia.org/djao/limit/${P}.tar.bz2"
31 +
32 +LICENSE="Apache-2.0"
33 +SLOT="2"
34 +KEYWORDS="~amd64 ~ppc ~x86"
35 +IUSE=""
36 +
37 +DEPEND=""
38 +RDEPEND="www-servers/apache[apache2_modules_status]"
39 +need_apache2
40 +
41 +RESTRICT="test"
42 +
43 +APACHE2_MOD_CONF="27_${PN}"
44 +APACHE2_MOD_DEFINE="LIMITIPCONN STATUS"
45 +
46 +DOCFILES="ChangeLog README"