# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit cmake poly-c_ebuilds DESCRIPTION="Access to database formats used to store information about DJ record libraries" HOMEPAGE="https://github.com/xsco/libdjinterop" if [[ ${PV} == *9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/xsco/${PN}.git" else SRC_URI="https://github.com/xsco/libdjinterop/archive/refs/tags/${MY_PV}.tar.gz -> ${MY_P}.tar.gz" KEYWORDS="~amd64 ~x86" fi LICENSE="" SLOT="0" IUSE="" RDEPEND=" dev-db/sqlite sys-libs/zlib " DEPEND="${RDEPEND}"