From 599114d432f63b8f876bdfbea32f2143ea6485f9 Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 13 Nov 2020 15:14:18 +0100 Subject: [PATCH] dev-cpp/mastodonpp: Replace 0.5.6 with 0.5.7. --- dev-cpp/mastodonpp/Manifest | 2 +- ...astodonpp-0.5.6.ebuild => mastodonpp-0.5.7.ebuild} | 11 ++--------- 2 files changed, 3 insertions(+), 10 deletions(-) rename dev-cpp/mastodonpp/{mastodonpp-0.5.6.ebuild => mastodonpp-0.5.7.ebuild} (91%) diff --git a/dev-cpp/mastodonpp/Manifest b/dev-cpp/mastodonpp/Manifest index debc8b7..bae8b1f 100644 --- a/dev-cpp/mastodonpp/Manifest +++ b/dev-cpp/mastodonpp/Manifest @@ -1,2 +1,2 @@ DIST mastodonpp-0.5.5.tar.gz 46741 BLAKE2B 2b0e3a89a2998a11c50456c1169bac755f16707ab473f6eeafa9b16c3be7337034a6a8325e02c17d6f83779511123ba90138bdafa2145bb19972f11a5a53ac39 SHA512 579e0260d31c4cd3c896f1917030d211e8a0e36ca9230829d6afa6bbc4caeea29933d015298d6bcb6c209935e70ea952c6a3d6e0cf26476765bc6cad24c1130a -DIST mastodonpp-0.5.6.tar.gz 46847 BLAKE2B 5cb740c06fed5146ac2cbf4266f2b8d1ee7639e72412bcd58e966c393c9c642ed82a1008da2eca6f7a88a4a8305edae605600f4d4040fe35a56b6bf291c24a0f SHA512 adea9d4b054018b0ede3e9ecacbc96895c45ce85d834c921f15d60b46cd0a727d5765c6ebe668856d0b8483055112f10efa102b050f77a791a5f0312b90f8ca5 +DIST mastodonpp-0.5.7.tar.gz 48181 BLAKE2B cce2b9b61c3cb88a5246888d97b5495979b15e41b1e6d5499d09f00cd24fc94b78a983d634ec28dee0d537642294542235efa261faaa3320ab905f7196b16133 SHA512 83efbd32f7cde6a19546c21d99ed1c8b747ac995b69a5e87876bd0ea0aa9c932d0d255ed2cbe5b0fe4a92aec06d6c75d455f13e9537aade31176ec757916b27a diff --git a/dev-cpp/mastodonpp/mastodonpp-0.5.6.ebuild b/dev-cpp/mastodonpp/mastodonpp-0.5.7.ebuild similarity index 91% rename from dev-cpp/mastodonpp/mastodonpp-0.5.6.ebuild rename to dev-cpp/mastodonpp/mastodonpp-0.5.7.ebuild index dd196e2..eaab7d2 100644 --- a/dev-cpp/mastodonpp/mastodonpp-0.5.6.ebuild +++ b/dev-cpp/mastodonpp/mastodonpp-0.5.7.ebuild @@ -42,26 +42,19 @@ src_configure() { local mycmakeargs=( -DWITH_EXAMPLES=NO -DWITH_TESTS="$(usex test)" + -DWITH_DOC="$(usex doc)" ) cmake_src_configure } -src_compile() { - cmake_src_compile - - if use doc; then - ./build_doc.sh - fi -} - src_test() { BUILD_DIR="${BUILD_DIR}/tests" cmake_src_test } src_install() { if use doc; then - HTML_DOCS="doc/html/*" + HTML_DOCS="build/doc/html/*" fi if use examples; then