diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-30 20:12:17 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-31 19:42:20 +0100 |
commit | be0ab352405aa2d5d968a8c3905557b914df9626 (patch) | |
tree | 5b5da6a6ab8feb0c82b1f5c6b02e9fafdee83463 /app-misc/vcontrold | |
parent | sys-kernel/gentoo-sources: Linux patch 5.4.7 (diff) | |
download | gentoo-be0ab352405aa2d5d968a8c3905557b914df9626.tar.gz gentoo-be0ab352405aa2d5d968a8c3905557b914df9626.tar.bz2 gentoo-be0ab352405aa2d5d968a8c3905557b914df9626.zip |
*/*: Switch proxy-maint to cmake.eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-misc/vcontrold')
-rw-r--r-- | app-misc/vcontrold/vcontrold-0.98.8.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/vcontrold/vcontrold-0.98.8.ebuild b/app-misc/vcontrold/vcontrold-0.98.8.ebuild index 67b70f6ed21c..2e6f68c2c7ed 100644 --- a/app-misc/vcontrold/vcontrold-0.98.8.ebuild +++ b/app-misc/vcontrold/vcontrold-0.98.8.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="Daemon for communication with Viessmann Vito heatings" HOMEPAGE="https://github.com/openv/vcontrold/" @@ -22,7 +22,7 @@ src_prepare() { sed "s/@VERSION@/${PV}/" "src/version.h.in" \ > "src/version.h" || die "Setting version failed" - cmake-utils_src_prepare + cmake_src_prepare } src_configure() { @@ -32,11 +32,11 @@ src_configure() { -DVSIM="$(usex vsim)" ) - cmake-utils_src_configure + cmake_src_configure } src_install() { - cmake-utils_src_install + cmake_src_install doinitd "${FILESDIR}/vcontrold" insinto /etc/vcontrold/ doins -r xml |