net-analyzer/goaccess: remove autotools eclass

Signed-off-by: Vladimir Pavljuchenkov <spiderx@spiderx.dp.ua>
Closes: https://github.com/gentoo/gentoo/pull/37104
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Vladimir Pavljuchenkov
2024-06-21 18:09:13 +03:00
committed by Joonas Niilola
parent 2743aad21d
commit 675dacd033

View File

@@ -5,7 +5,7 @@
EAPI=8
inherit autotools optfeature systemd tmpfiles
inherit optfeature systemd tmpfiles
DESCRIPTION="A real-time web log analyzer and interactive viewer in a terminal"
HOMEPAGE="https://goaccess.io"
@@ -38,8 +38,6 @@ src_prepare() {
-e '/db-path/s|tmp|var/lib/goaccess|' \
-e '/geoip-database/s|local/||' config/goaccess.conf \
|| die "sed failed for goaccess.conf"
eautoreconf
}
src_configure() {