From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0C4C5138334 for ; Sat, 16 Feb 2019 08:18:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89655E089A; Sat, 16 Feb 2019 08:18:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57616E0891 for ; Sat, 16 Feb 2019 08:18:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F29C335C29 for ; Sat, 16 Feb 2019 08:18:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCCDB53A for ; Sat, 16 Feb 2019 08:18:43 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1550305115.d190071957b164b74e0d6a7917864cae5bdfbdd6.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_limitipconn/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apache/mod_limitipconn/mod_limitipconn-0.24-r3.ebuild X-VCS-Directories: www-apache/mod_limitipconn/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: d190071957b164b74e0d6a7917864cae5bdfbdd6 X-VCS-Branch: master Date: Sat, 16 Feb 2019 08:18:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b3e09beb-bea6-4ece-af31-2426ead39841 X-Archives-Hash: bbf5950183cfcb27a4e82da0d1409fdb commit: d190071957b164b74e0d6a7917864cae5bdfbdd6 Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 16 08:17:31 2019 +0000 Commit: Pacho Ramos gentoo 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 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"