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.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 F25B6158086 for ; Thu, 16 Dec 2021 18:15:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EE7D2BC037; Thu, 16 Dec 2021 18:15:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 094D12BC03D for ; Thu, 16 Dec 2021 18:15:17 +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 F219A3431F1 for ; Thu, 16 Dec 2021 18:15:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 740C224E for ; Thu, 16 Dec 2021 18:15:14 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1639678490.a8f96d8857e4c7071dd9a98ff79d3cd8b64cf4da.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_bw/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apache/mod_bw/mod_bw-0.9.2-r1.ebuild X-VCS-Directories: www-apache/mod_bw/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: a8f96d8857e4c7071dd9a98ff79d3cd8b64cf4da X-VCS-Branch: master Date: Thu, 16 Dec 2021 18:15:14 +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: e6059f80-9897-4f61-bbe2-80a7b676998b X-Archives-Hash: e3bde2d75049c7d716edcf81a45b8c0c commit: a8f96d8857e4c7071dd9a98ff79d3cd8b64cf4da Author: Jakov Smolić gentoo org> AuthorDate: Thu Dec 16 18:14:50 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Thu Dec 16 18:14:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8f96d88 www-apache/mod_bw: Drop EAPI-5 ebuild Signed-off-by: Jakov Smolić gentoo.org> www-apache/mod_bw/mod_bw-0.9.2-r1.ebuild | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/www-apache/mod_bw/mod_bw-0.9.2-r1.ebuild b/www-apache/mod_bw/mod_bw-0.9.2-r1.ebuild deleted file mode 100644 index 3bc850583b69..000000000000 --- a/www-apache/mod_bw/mod_bw-0.9.2-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit apache-module epatch - -DESCRIPTION="Bandwidth Management Module for Apache2" -HOMEPAGE="http://www.ivn.cl/apache/" - -SRC_URI="http://ivn.cl/files/source/${P/9./9}.tgz" - -KEYWORDS="amd64 ppc x86" -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -DEPEND="sys-devel/libtool" -RDEPEND="" - -APACHE2_MOD_CONF="11_${PN}" -APACHE2_MOD_DEFINE="BW" - -need_apache2 - -S="${WORKDIR}" - -src_prepare() { - epatch "${FILESDIR}/${P}-apache24.patch" -}