From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1369432-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 5DFBE15808B
	for <garchives@archives.gentoo.org>; Sun, 20 Feb 2022 05:27:34 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5F516E07ED;
	Sun, 20 Feb 2022 05:27:33 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 058BBE07EE
	for <gentoo-commits@lists.gentoo.org>; Sun, 20 Feb 2022 05:27:32 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 535AE34395A
	for <gentoo-commits@lists.gentoo.org>; Sun, 20 Feb 2022 05:27:28 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 55A622DC
	for <gentoo-commits@lists.gentoo.org>; Sun, 20 Feb 2022 05:27:25 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1645334704.216eb903bbd96605383ee5b3fa9fcc538d077661.sam@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: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 216eb903bbd96605383ee5b3fa9fcc538d077661
X-VCS-Branch: master
Date: Sun, 20 Feb 2022 05:27:25 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 31e96e04-a5fa-461b-a48a-44f0a83acf1e
X-Archives-Hash: e34d193f108e835ff42bc304f2681633

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"