mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
www-apache/mod_bw: Drop EAPI-5 ebuild
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user