commit: a8f96d8857e4c7071dd9a98ff79d3cd8b64cf4da Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Thu Dec 16 18:14:50 2021 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> 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ć <jsmolic <AT> 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" -}