commit: f51c2e50d5484c188220c35632572014947b79bf Author: Michael Seifert <m.seifert <AT> digitalernachschub <DOT> de> AuthorDate: Tue Nov 17 06:59:42 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Fri Nov 20 12:03:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f51c2e50
net-analyzer/goaccess: Removed dependency & USE flag in live ebuild The dependency on TokyoCabinet was replaced starting with v1.4 [1]. That also means that the bzip2, zlib, and btree USE flags are now obsolete. [1] https://github.com/allinurl/goaccess/blob/d374abfaffea9d5fc99931e01d78b970ef99d0dd/ChangeLog#L129 Signed-off-by: Michael Seifert <m.seifert <AT> digitalernachschub.de> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> net-analyzer/goaccess/goaccess-9999.ebuild | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/net-analyzer/goaccess/goaccess-9999.ebuild b/net-analyzer/goaccess/goaccess-9999.ebuild index a5512dc51d4..54c48bd6e78 100644 --- a/net-analyzer/goaccess/goaccess-9999.ebuild +++ b/net-analyzer/goaccess/goaccess-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,8 +14,8 @@ SRC_URI="" LICENSE="MIT" SLOT="0" KEYWORDS="" -IUSE="btree bzip2 debug geoip geoipv2 getline libressl tokyocabinet ssl unicode zlib" -REQUIRED_USE="btree? ( tokyocabinet ) bzip2? ( btree ) geoipv2? ( geoip ) zlib? ( btree )" +IUSE="debug geoip geoipv2 getline libressl ssl unicode" +REQUIRED_USE="geoipv2? ( geoip )" BDEPEND="virtual/pkgconfig" RDEPEND="sys-libs/ncurses:0=[unicode?] @@ -23,14 +23,6 @@ RDEPEND="sys-libs/ncurses:0=[unicode?] !geoipv2? ( dev-libs/geoip ) geoipv2? ( dev-libs/libmaxminddb:0= ) ) - !tokyocabinet? ( dev-libs/glib:2 ) - tokyocabinet? ( - dev-db/tokyocabinet[bzip2?,zlib?] - btree? ( - bzip2? ( app-arch/bzip2 ) - zlib? ( sys-libs/zlib ) - ) - ) ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) @@ -48,11 +40,8 @@ src_prepare() { src_configure() { econf \ - "$(use_enable bzip2 bzip)" \ - "$(use_enable zlib)" \ "$(use_enable debug)" \ "$(use_enable geoip geoip "$(usex geoipv2 mmdb legacy)")" \ - "$(use_enable tokyocabinet tcb "$(usex btree btree memhash)")" \ "$(use_enable unicode utf8)" \ "$(use_with getline)" \ "$(use_with ssl openssl)"
