# Copyright 1999-2022 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 URELEASE="jammy" inherit cmake ubuntu-versionator UVER="-${PVR_MICRO}" DESCRIPTION="Extra CMake utility modules" HOMEPAGE="http://launchpad.net/cmake-extras" SRC_URI="${UURL}/${MY_P}.orig.tar.gz ${UURL}/${MY_P}${UVER_PREFIX}${UVER}.debian.tar.xz" LICENSE="LGPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples" RESTRICT="mirror" src_prepare() { ubuntu-versionator_src_prepare cmake_src_prepare } src_install() { cmake_src_install if use examples; then insinto /usr/share/doc/${PF}/ doins -r examples fi }