diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-03 21:01:46 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-04 10:37:24 +0100 |
commit | 31e21551da418ddc7a177c7c869070e9acca817c (patch) | |
tree | 0ad1bfcfc7068989bcb92c3f4499f5a84cfd8c95 /media-tv | |
parent | */*: Switch games proj to cmake.eclass (diff) | |
download | gentoo-31e21551da418ddc7a177c7c869070e9acca817c.tar.gz gentoo-31e21551da418ddc7a177c7c869070e9acca817c.tar.bz2 gentoo-31e21551da418ddc7a177c7c869070e9acca817c.zip |
*/*: Switch candrews' packages to cmake.eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/kodi/kodi-18.3-r1.ebuild | 12 | ||||
-rw-r--r-- | media-tv/kodi/kodi-18.4.ebuild | 12 | ||||
-rw-r--r-- | media-tv/kodi/kodi-18.5-r1.ebuild | 12 | ||||
-rw-r--r-- | media-tv/kodi/kodi-9999.ebuild | 12 |
4 files changed, 24 insertions, 24 deletions
diff --git a/media-tv/kodi/kodi-18.3-r1.ebuild b/media-tv/kodi/kodi-18.3-r1.ebuild index 477b728c91b2..e85f952ab5ae 100644 --- a/media-tv/kodi/kodi-18.3-r1.ebuild +++ b/media-tv/kodi/kodi-18.3-r1.ebuild @@ -31,7 +31,7 @@ else S=${WORKDIR}/xbmc-${MY_PV}-${CODENAME} fi -inherit autotools cmake-utils eutils gnome2-utils linux-info pax-utils python-single-r1 xdg-utils +inherit autotools cmake eutils gnome2-utils linux-info pax-utils python-single-r1 xdg-utils DESCRIPTION="A free and open source media-player and entertainment hub" HOMEPAGE="https://kodi.tv/ https://kodi.wiki/" @@ -191,7 +191,7 @@ src_unpack() { } src_prepare() { - cmake-utils_src_prepare + cmake_src_prepare # avoid long delays when powerkit isn't running #348580 sed -i \ @@ -291,19 +291,19 @@ src_configure() { mycmakeargs+=( -DCORE_PLATFORM_NAME="x11" ) fi - cmake-utils_src_configure + cmake_src_configure } src_compile() { - cmake-utils_src_compile all + cmake_src_compile all } src_test() { - cmake-utils_src_make check + cmake_build check } src_install() { - cmake-utils_src_install + cmake_src_install pax-mark Em "${ED%/}"/usr/$(get_libdir)/${PN}/${PN}.bin diff --git a/media-tv/kodi/kodi-18.4.ebuild b/media-tv/kodi/kodi-18.4.ebuild index d0bde5b7f3d5..06da8e68ebf5 100644 --- a/media-tv/kodi/kodi-18.4.ebuild +++ b/media-tv/kodi/kodi-18.4.ebuild @@ -34,7 +34,7 @@ else S=${WORKDIR}/xbmc-${MY_PV}-${CODENAME} fi -inherit autotools cmake-utils desktop linux-info pax-utils python-single-r1 xdg +inherit autotools cmake desktop linux-info pax-utils python-single-r1 xdg DESCRIPTION="A free and open source media-player and entertainment hub" HOMEPAGE="https://kodi.tv/ https://kodi.wiki/" @@ -194,7 +194,7 @@ src_unpack() { } src_prepare() { - cmake-utils_src_prepare + cmake_src_prepare # avoid long delays when powerkit isn't running #348580 sed -i \ @@ -294,19 +294,19 @@ src_configure() { mycmakeargs+=( -DCORE_PLATFORM_NAME="x11" ) fi - cmake-utils_src_configure + cmake_src_configure } src_compile() { - cmake-utils_src_compile all + cmake_src_compile all } src_test() { - cmake-utils_src_make check + cmake_build check } src_install() { - cmake-utils_src_install + cmake_src_install pax-mark Em "${ED%/}"/usr/$(get_libdir)/${PN}/${PN}.bin diff --git a/media-tv/kodi/kodi-18.5-r1.ebuild b/media-tv/kodi/kodi-18.5-r1.ebuild index 8432426e3c39..0cf08af35458 100644 --- a/media-tv/kodi/kodi-18.5-r1.ebuild +++ b/media-tv/kodi/kodi-18.5-r1.ebuild @@ -34,7 +34,7 @@ else S=${WORKDIR}/xbmc-${MY_PV}-${CODENAME} fi -inherit autotools cmake-utils desktop linux-info pax-utils python-single-r1 xdg +inherit autotools cmake desktop linux-info pax-utils python-single-r1 xdg DESCRIPTION="A free and open source media-player and entertainment hub" HOMEPAGE="https://kodi.tv/ https://kodi.wiki/" @@ -194,7 +194,7 @@ src_unpack() { } src_prepare() { - cmake-utils_src_prepare + cmake_src_prepare # avoid long delays when powerkit isn't running #348580 sed -i \ @@ -293,19 +293,19 @@ src_configure() { mycmakeargs+=( -DCORE_PLATFORM_NAME="x11" ) fi - cmake-utils_src_configure + cmake_src_configure } src_compile() { - cmake-utils_src_compile all + cmake_src_compile all } src_test() { - cmake-utils_src_make check + cmake_build check } src_install() { - cmake-utils_src_install + cmake_src_install pax-mark Em "${ED}"/usr/$(get_libdir)/${PN}/${PN}.bin diff --git a/media-tv/kodi/kodi-9999.ebuild b/media-tv/kodi/kodi-9999.ebuild index 5c2e185500ad..2dc5a2981e18 100644 --- a/media-tv/kodi/kodi-9999.ebuild +++ b/media-tv/kodi/kodi-9999.ebuild @@ -29,7 +29,7 @@ else S=${WORKDIR}/xbmc-${MY_PV}-${CODENAME} fi -inherit autotools cmake-utils desktop linux-info pax-utils python-single-r1 xdg +inherit autotools cmake desktop linux-info pax-utils python-single-r1 xdg DESCRIPTION="A free and open source media-player and entertainment hub" HOMEPAGE="https://kodi.tv/ https://kodi.wiki/" @@ -181,7 +181,7 @@ src_unpack() { } src_prepare() { - cmake-utils_src_prepare + cmake_src_prepare # avoid long delays when powerkit isn't running #348580 sed -i \ @@ -281,19 +281,19 @@ src_configure() { ) fi - cmake-utils_src_configure + cmake_src_configure } src_compile() { - cmake-utils_src_compile all + cmake_src_compile all } src_test() { - cmake-utils_src_make check + cmake_build check } src_install() { - cmake-utils_src_install + cmake_src_install pax-mark Em "${ED}"/usr/$(get_libdir)/${PN}/${PN}.bin |