media-fonts/oxygen-fonts: Switch to cmake.eclass
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 12 Jan 2020 15:15:48 +0000 (16:15 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 12 Jan 2020 15:16:17 +0000 (16:16 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-fonts/oxygen-fonts/oxygen-fonts-5.4.3-r1.ebuild

index 4e52cb0823ec8e0c726548facfcb886f46d6e0a4..d5c2a8b92d06c696eeeded3072d7352203fa5360 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake-utils font kde.org xdg-utils
+inherit cmake font kde.org xdg-utils
 
 DESCRIPTION="Desktop/GUI font family for integrated use with the KDE Plasma desktop"
 HOMEPAGE="https://cgit.kde.org/oxygen-fonts.git"
@@ -15,8 +15,8 @@ KEYWORDS="amd64 ~arm x86"
 IUSE=""
 
 BDEPEND="
-       >=kde-frameworks/extra-cmake-modules-5.60.0:5
        >=dev-qt/qtcore-5.12.3:5
+       >=kde-frameworks/extra-cmake-modules-5.60.0:5
        media-gfx/fontforge
 "
 
@@ -30,10 +30,10 @@ src_configure() {
        local mycmakeargs=(
                -DOXYGEN_FONT_INSTALL_DIR="${FONTDIR}"
        )
-       cmake-utils_src_configure
+       cmake_src_configure
 }
 
 src_install() {
-       cmake-utils_src_install
+       cmake_src_install
        font_src_install
 }