Gentoo Archives: gentoo-commits

From: Theo Anderson <telans@××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/parallel-hashmap/
Date: Sun, 02 May 2021 10:51:07
Message-Id: 1619946902.4e26feba6f7109de13011cda9b6d94dcd7d8d625.telans@gentoo
1 commit: 4e26feba6f7109de13011cda9b6d94dcd7d8d625
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun May 2 09:15:02 2021 +0000
4 Commit: Theo Anderson <telans <AT> posteo <DOT> de>
5 CommitDate: Sun May 2 09:15:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e26feba
7
8 dev-cpp/parallel-hashmap: upstream wontfix the doc build
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-cpp/parallel-hashmap/parallel-hashmap-1.33.ebuild | 11 +----------
13 1 file changed, 1 insertion(+), 10 deletions(-)
14
15 diff --git a/dev-cpp/parallel-hashmap/parallel-hashmap-1.33.ebuild b/dev-cpp/parallel-hashmap/parallel-hashmap-1.33.ebuild
16 index 4aecefcc6..6fe10fac8 100644
17 --- a/dev-cpp/parallel-hashmap/parallel-hashmap-1.33.ebuild
18 +++ b/dev-cpp/parallel-hashmap/parallel-hashmap-1.33.ebuild
19 @@ -19,21 +19,12 @@ IUSE="examples"
20
21 DEPEND=""
22 RDEPEND="${DEPEND}"
23 -#BDEPEND="
24 -# doc? ( app-text/pandoc )
25 -#"
26
27 #TODO: explore the various cmake options (if any)
28 -#TODO: tests, doc
29 +#TODO: tests
30
31 src_compile() {
32 cmake_src_compile
33 -
34 - #waiting for https://github.com/greg7mdp/parallel-hashmap/issues/91
35 -# if use doc ; then
36 -# cd html || die
37 -# emake all
38 -# fi
39 }
40
41 src_install() {