# Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit cmake MY_PV="${PV/_/-}" DESCRIPTION="XMPP gateway to IRC" HOMEPAGE="https://biboumi.louiz.org/" SRC_URI=" https://git.louiz.org/biboumi/snapshot/biboumi-${MY_PV}.tar.xz https://lab.louiz.org/flow/biboumi/-/commit/f9d58a44871931ef9b60354fade6f8d7b24cc668.patch -> ${PN}-9.0-fix-missing-include.patch " LICENSE="ZLIB" SLOT="0" KEYWORDS="amd64" IUSE="+idn postgres +sqlite +ssl systemd test udns" RESTRICT="!test? ( test )" COMMON_DEPEND=" dev-libs/expat virtual/libiconv sys-apps/util-linux sqlite? ( dev-db/sqlite:3 ) postgres? ( dev-db/postgresql:* ) idn? ( net-dns/libidn:= ) udns? ( net-libs/udns ) ssl? ( dev-libs/botan:2= ) !ssl? ( dev-libs/libgcrypt ) systemd? ( sys-apps/systemd:= ) " DEPEND=" ${COMMON_DEPEND} test? (