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: 1550305117.2bf0591f7d991f36a6817662c033a375cd30aacb.pacho@gentoo
1 commit: 2bf0591f7d991f36a6817662c033a375cd30aacb
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 16 08:17:49 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 08:18:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bf0591f
7
8 www-apache/mod_limitipconn: Drop broken revision
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-r2.ebuild | 26 ----------------------
14 1 file changed, 26 deletions(-)
15
16 diff --git a/www-apache/mod_limitipconn/mod_limitipconn-0.24-r2.ebuild b/www-apache/mod_limitipconn/mod_limitipconn-0.24-r2.ebuild
17 deleted file mode 100644
18 index bf840e0eafc..00000000000
19 --- a/www-apache/mod_limitipconn/mod_limitipconn-0.24-r2.ebuild
20 +++ /dev/null
21 @@ -1,26 +0,0 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit apache-module
28 -
29 -DESCRIPTION="Limit the number of simultaneous apache connections"
30 -HOMEPAGE="http://dominia.org/djao/limitipconn2.html"
31 -SRC_URI="http://dominia.org/djao/limit/${P}.tar.bz2"
32 -
33 -LICENSE="Apache-2.0"
34 -SLOT="2"
35 -KEYWORDS="~amd64 ~ppc ~x86"
36 -IUSE=""
37 -
38 -DEPEND=""
39 -RDEPEND="=www-servers/apache-2*[apache2_modules_status]"
40 -need_apache2
41 -
42 -RESTRICT="test"
43 -
44 -APACHE2_MOD_CONF="27_${PN}"
45 -APACHE2_MOD_DEFINE="LIMITIPCONN STATUS"
46 -
47 -DOCFILES="ChangeLog README"