Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_limitipconn/
Date: Sun, 20 Feb 2022 05:27:34
Message-Id: 1645334704.216eb903bbd96605383ee5b3fa9fcc538d077661.sam@gentoo
1 commit: 216eb903bbd96605383ee5b3fa9fcc538d077661
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 20 05:07:14 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 20 05:25:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=216eb903
7
8 www-apache/mod_limitipconn: drop 0.24-r3
9
10 Bug: https://bugs.gentoo.org/833713
11 Closes: https://bugs.gentoo.org/827685
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 .../mod_limitipconn/mod_limitipconn-0.24-r3.ebuild | 25 ----------------------
15 1 file changed, 25 deletions(-)
16
17 diff --git a/www-apache/mod_limitipconn/mod_limitipconn-0.24-r3.ebuild b/www-apache/mod_limitipconn/mod_limitipconn-0.24-r3.ebuild
18 deleted file mode 100644
19 index 3d72dec23584..000000000000
20 --- a/www-apache/mod_limitipconn/mod_limitipconn-0.24-r3.ebuild
21 +++ /dev/null
22 @@ -1,25 +0,0 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -inherit apache-module
28 -
29 -DESCRIPTION="Limit the number of simultaneous apache connections"
30 -HOMEPAGE="https://dominia.org/djao/limitipconn2.html"
31 -SRC_URI="https://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[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"