# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # $Id: 5c0579d02da67606e755a1337c54f625c2706a23 $ EAPI=8 MY_PV="${PV//_p/-P}" MY_PV="${MY_PV/_/-}" MY_P="${PN}-${MY_PV}" DESCRIPTION="High-performance production grade DHCPv4 & DHCPv6 server" HOMEPAGE="https://www.isc.org/kea/" PYTHON_COMPAT=( python3_{11..12} ) inherit autotools fcaps python-single-r1 systemd tmpfiles if [[ ${PV} = 9999* ]] ; then inherit git-r3 EGIT_REPO_URI="https://gitlab.isc.org/isc-projects/kea.git" else SRC_URI="https://downloads.isc.org/isc/kea/${MY_P}.tar.gz https://downloads.isc.org/isc/kea/${MY_PV}/${MY_P}.tar.gz" # odd minor version = development release if [[ $(( $(ver_cut 2) % 2 )) -ne 1 ]] ; then if ! [[ "${PV}" == *_beta* || "${PV}" == *_rc* ]] ; then KEYWORDS="amd64 ~arm64 ~x86" fi fi fi LICENSE="ISC BSD SSLeay GPL-2" # GPL-2 only for init script SLOT="0" IUSE="debug doc mysql +openssl postgres +samples shell test" RESTRICT="!test? ( test )" COMMON_DEPEND="