commit:     9b917569c45be9820e11885aa563c430f84cedd2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 24 08:54:09 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 24 08:54:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b917569

dev-cpp/libjson-rpc-cpp: Remove broken doc support

Closes: https://bugs.gentoo.org/819948
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.4.0.ebuild | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.4.0.ebuild 
b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.4.0.ebuild
index 02579592624..f1b78fc655f 100644
--- a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.4.0.ebuild
+++ b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.4.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/cinemast/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0/1"
 KEYWORDS="~amd64 ~x86"
-IUSE="doc +http-client +http-server redis-client redis-server +stubgen test"
+IUSE="+http-client +http-server redis-client redis-server +stubgen test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
@@ -24,7 +24,6 @@ RDEPEND="
        stubgen? ( dev-libs/argtable:= )"
 DEPEND="${RDEPEND}"
 BDEPEND="
-       doc? ( app-doc/doxygen )
        test? ( dev-cpp/catch:0 )"
 
 src_configure() {
@@ -50,20 +49,8 @@ src_configure() {
        cmake_src_configure
 }
 
-src_compile() {
-       cmake_src_compile
-
-       use doc && emake -C "${BUILD_DIR}" doc
-}
-
 src_test() {
        # Tests fail randomly when run in parallel
        local MAKEOPTS=-j1
        cmake_src_test
 }
-
-src_install() {
-       cmake_src_install
-
-       use doc && dodoc -r "${BUILD_DIR}"/doc/html
-}

Reply via email to