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"
-DWITH_RENAMEPARSER="$(usex renameparser)"
-DWITH_ENCRYPTION="$(usex encryption)"
)
- cmake-utils_src_configure
+ cmake_src_configure
}
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"
-DWITH_FEATURE_ANNOTATIONS="$(usex annotations)"
-DUSE_SHARED_DLIB="on"
)
- cmake-utils_src_configure
+ cmake_src_configure
}
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/*
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"
-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
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"