commit: 216eb903bbd96605383ee5b3fa9fcc538d077661 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Feb 20 05:07:14 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Feb 20 05:25:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=216eb903
www-apache/mod_limitipconn: drop 0.24-r3 Bug: https://bugs.gentoo.org/833713 Closes: https://bugs.gentoo.org/827685 Signed-off-by: Sam James <sam <AT> gentoo.org> .../mod_limitipconn/mod_limitipconn-0.24-r3.ebuild | 25 ---------------------- 1 file changed, 25 deletions(-) diff --git a/www-apache/mod_limitipconn/mod_limitipconn-0.24-r3.ebuild b/www-apache/mod_limitipconn/mod_limitipconn-0.24-r3.ebuild deleted file mode 100644 index 3d72dec23584..000000000000 --- a/www-apache/mod_limitipconn/mod_limitipconn-0.24-r3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 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="https://dominia.org/djao/limitipconn2.html" -SRC_URI="https://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"