Skip to content

Commit

Permalink
dev-cpp/libjson-rpc-cpp: Remove unmaintained live ebuild
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Jan 15, 2020
1 parent f17dc46 commit a3ae375
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 73 deletions.
8 changes: 4 additions & 4 deletions dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.3.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,23 @@ src_configure() {
-DCATCH_INCLUDE_DIR="${EPREFIX}/usr/include/catch2"
)

cmake-utils_src_configure
cmake_src_configure
}

src_compile() {
cmake-utils_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-utils_src_test
cmake_src_test
}

src_install() {
cmake-utils_src_install
cmake_src_install

use doc && dodoc -r "${BUILD_DIR}"/doc/html
}
69 changes: 0 additions & 69 deletions dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-9999.ebuild

This file was deleted.

0 comments on commit a3ae375

Please sign in to comment.