From 0a3bad3d80ba2d5448af00f034990a63546a9d41 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 19 May 2020 19:43:24 +0200 Subject: [PATCH] dev-cpp/mastodonpp: Update eclass in 9999. --- dev-cpp/mastodonpp/Manifest | 10 +++++----- dev-cpp/mastodonpp/mastodonpp-9999.ebuild | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dev-cpp/mastodonpp/Manifest b/dev-cpp/mastodonpp/Manifest index a50f2f1..1ea40aa 100644 --- a/dev-cpp/mastodonpp/Manifest +++ b/dev-cpp/mastodonpp/Manifest @@ -5,12 +5,12 @@ DIST mastodonpp-0.5.0.tar.gz 45469 BLAKE2B 54e6896f560dc94aeecbdf158611a5ac6400e DIST mastodonpp-0.5.4.tar.gz 46644 BLAKE2B 48a008519eb1421d2b259ccccc2b628b888b1a509f1f33e45ad88f0d28ad10fb03e2e739ee192e8f734d8a37dff170ccff03d4dd1f11e89b8c3eba60c7b788bd SHA512 1efae5657406a8f7d3816ef12ff860ee84c63901b1f09e04393194327d2afd4ce73cd137023b208f92ec3781a28a612421018ee9f01818a10f96741a0066482e EBUILD mastodonpp-0.5.0.ebuild 1323 BLAKE2B 7f470faa695f039ea1e6624fac54674a8912013ed4b4ca5755e07560e580b72cd4d097812d6187409e55325af38949737d449088a2c16fcaf4e168f83ab25c91 SHA512 acff802d9e117fa75ee77249c0b5e6bca4354815e14469363e82d734353bd4eb832a24b2943789de5982b06cb07596468e2bf5306625b90de063ae716f5fe679 EBUILD mastodonpp-0.5.4.ebuild 1293 BLAKE2B 1ffd11367eea3e41714328570e67dda777673ef661a35dd24830e36c2b60b6fd83b6462c1030c142458cdab81bb17242cc8f3c7843bd517fac1e019d2271afbf SHA512 73c57a142a3b00c0de98e69138dc51f9524ca558e1791fb5740c8a067fb4232d560614128bce70113ce590e6fb825a2b5958b3f2562e018eba7cdcd45efc5740 -EBUILD mastodonpp-9999.ebuild 1323 BLAKE2B 7f470faa695f039ea1e6624fac54674a8912013ed4b4ca5755e07560e580b72cd4d097812d6187409e55325af38949737d449088a2c16fcaf4e168f83ab25c91 SHA512 acff802d9e117fa75ee77249c0b5e6bca4354815e14469363e82d734353bd4eb832a24b2943789de5982b06cb07596468e2bf5306625b90de063ae716f5fe679 +EBUILD mastodonpp-9999.ebuild 1293 BLAKE2B 1ffd11367eea3e41714328570e67dda777673ef661a35dd24830e36c2b60b6fd83b6462c1030c142458cdab81bb17242cc8f3c7843bd517fac1e019d2271afbf SHA512 73c57a142a3b00c0de98e69138dc51f9524ca558e1791fb5740c8a067fb4232d560614128bce70113ce590e6fb825a2b5958b3f2562e018eba7cdcd45efc5740 MISC metadata.xml 499 BLAKE2B 6a6a405ad996e46a46dfa3398cf51717068563287fdb3d0524085ed8aee877a89d7e24820eff148efae05ff4abe2f4f9f495a866953227b9cc51ad33b7ab0e28 SHA512 0c9085edd49a5111de52db3927a202beaf46458f7517ff9c12f7a35cbd39a8478340b3cf2c1f2974bdccfb36c4956992ae2298a17fe2d5938aa8f91803175c1e -----BEGIN PGP SIGNATURE----- -iHUEAREKAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXsAOTgAKCRDPw5SX8bJu -B7mFAP41G0DdQ8l3L32vKyGrTNHytjDms0u/s57U4VrabhQ1+wD/azy9Xs92h7mJ -oYwzsCTYPqM5IDhqU7R/K+dU4ltcaFs= -=L5qO +iHQEAREKAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXsQavQAKCRDPw5SX8bJu +B8TWAPioFcSl3g3zgx8c3L1nndCOodLpZjpiYxDUHxs9EUyEAP4uF/H8pEeTceSE +ojTXg+Rz+KUzYboTF//y8D0qeUsrhQ== +=dLTY -----END PGP SIGNATURE----- diff --git a/dev-cpp/mastodonpp/mastodonpp-9999.ebuild b/dev-cpp/mastodonpp/mastodonpp-9999.ebuild index 5b4cfff..0a16f29 100644 --- a/dev-cpp/mastodonpp/mastodonpp-9999.ebuild +++ b/dev-cpp/mastodonpp/mastodonpp-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake-utils +inherit cmake if [[ "${PV}" == "9999" ]]; then inherit git-r3 fi @@ -42,11 +42,11 @@ src_configure() { -DWITH_TESTS="$(usex test)" ) - cmake-utils_src_configure + cmake_src_configure } src_compile() { - cmake-utils_src_compile + cmake_src_compile if use doc; then ./build_doc.sh @@ -54,7 +54,7 @@ src_compile() { } src_test() { - BUILD_DIR="${BUILD_DIR}/tests" cmake-utils_src_test + BUILD_DIR="${BUILD_DIR}/tests" cmake_src_test } src_install() { @@ -69,5 +69,5 @@ src_install() { done fi - cmake-utils_src_install + cmake_src_install }