]> Some of my projects - anidbudpclient-overlay.git/commitdiff
cmake-utils -> cmake
authorAPTX <marek321@gmail.com>
Mon, 8 Aug 2022 23:24:31 +0000 (08:24 +0900)
committerAPTX <marek321@gmail.com>
Mon, 8 Aug 2022 23:26:49 +0000 (08:26 +0900)
app-anidbudpclient/anidbudpclient/anidbudpclient-9999-r3.ebuild
app-anidbudpclient/aniplayer/aniplayer-9999.ebuild
app-anidbudpclient/localmylist/localmylist-9999-r2.ebuild
dev-util/clazy/clazy-9999.ebuild

index f7de062ea4610207fb013954ce4a99a83f581813..d19518ccda1b79adaf000c6fa51145149223d246 100644 (file)
@@ -5,7 +5,7 @@ EAPI="7"
 EGIT_REPO_URI="https://tyo.aptx.org/git/anidbudpclient.git"
 EXPERIMENTAL="true"
 
-inherit git-r3 cmake-utils
+inherit git-r3 cmake
 
 DESCRIPTION="AniDBUdpClient library"
 HOMEPAGE="https://tyo.aptx.org/gitweb/?p=anidbudpclient.git;a=summary"
@@ -27,5 +27,5 @@ src_configure() {
                -DWITH_RENAMEPARSER="$(usex renameparser)"
                -DWITH_ENCRYPTION="$(usex encryption)"
        )
-       cmake-utils_src_configure
+       cmake_src_configure
 }
index bff6b80bd8c1d26c9a80e77ee25aceaa277ea002..6076143d647d7080f5a48f47d90d420a3f9cbba2 100644 (file)
@@ -5,7 +5,7 @@ EAPI="7"
 EGIT_REPO_URI="https://tyo.aptx.org/git/aniplayer.git"
 EXPERIMENTAL="true"
 
-inherit git-r3 cmake-utils pax-utils desktop xdg-utils
+inherit git-r3 cmake pax-utils desktop xdg-utils
 
 DESCRIPTION="AniPlayer"
 HOMEPAGE="https://tyo.aptx.org/gitweb/?p=aniplayer.git;a=summary"
@@ -35,7 +35,7 @@ src_configure() {
                -DWITH_FEATURE_ANNOTATIONS="$(usex annotations)"
                -DUSE_SHARED_DLIB="on"
        )
-       cmake-utils_src_configure
+       cmake_src_configure
 }
 
 src_install() {
@@ -43,7 +43,7 @@ src_install() {
                einfo "Disabling PaX MPROTECT on aniplayer"
                pax-mark m "${S}/build/aniplayer"
        fi
-       cmake-utils_src_install
+       cmake_src_install
 
        domenu "${S}/share/aniplayer.desktop"
        for icon_path in ${S}/share/icons/*
index bb106c58c54e3bdcabcafcd076ac5a53861d2803..449cd1b4b55af3837641847d828dec535651f0cc 100644 (file)
@@ -5,7 +5,7 @@ EAPI="7"
 EGIT_REPO_URI="https://tyo.aptx.org/git/localmylist.git"
 EXPERIMENTAL="true"
 
-inherit git-r3 cmake-utils desktop xdg-utils
+inherit git-r3 cmake desktop xdg-utils
 
 DESCRIPTION="LocalMyList library"
 HOMEPAGE="https://tyo.aptx.org/gitweb/?p=localmylist.git;a=summary"
@@ -33,11 +33,11 @@ src_configure() {
                -DWITH_ANIONI="$(usex daemon)"
                -DWITH_TOOLS="$(usex tools)"
        )
-       cmake-utils_src_configure
+       cmake_src_configure
 }
 
 src_install() {
-       cmake-utils_src_install
+       cmake_src_install
 
        if use daemon ; then
                newinitd "${FILESDIR}"/anioni.initd anioni
index ca8fab03893e071ad897d00aa10c6fa4b16fcfa6..7795cfeb5f205076030ae8f85f740923427e4bae 100644 (file)
@@ -3,7 +3,7 @@ EAPI="7"
 EGIT_REPO_URI="git://anongit.kde.org/clazy.git"
 EXPERIMENTAL="true"
 
-inherit git-r3 cmake-utils
+inherit git-r3 cmake
 
 DESCRIPTION="Qt oriented code checker based on clang framework. Krazy's little brother."
 HOMEPAGE="https://quickgit.kde.org/?p=clazy.git"