From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CE74413835D for ; Sun, 2 May 2021 10:51:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BF28E091B; Sun, 2 May 2021 10:51:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1223FE091B for ; Sun, 2 May 2021 10:51:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 135F6335D4C for ; Sun, 2 May 2021 10:51:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 882B5735 for ; Sun, 2 May 2021 10:51:03 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1619946902.4e26feba6f7109de13011cda9b6d94dcd7d8d625.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/parallel-hashmap/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/parallel-hashmap/parallel-hashmap-1.33.ebuild X-VCS-Directories: dev-cpp/parallel-hashmap/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: 4e26feba6f7109de13011cda9b6d94dcd7d8d625 X-VCS-Branch: master Date: Sun, 2 May 2021 10:51:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d03716c0-b931-4181-b4fb-55c2795436b6 X-Archives-Hash: 7ab2fec5d8a525805963bbf55071b16e commit: 4e26feba6f7109de13011cda9b6d94dcd7d8d625 Author: Alessandro Barbieri gmail com> AuthorDate: Sun May 2 09:15:02 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Sun May 2 09:15:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e26feba dev-cpp/parallel-hashmap: upstream wontfix the doc build Signed-off-by: Alessandro Barbieri gmail.com> dev-cpp/parallel-hashmap/parallel-hashmap-1.33.ebuild | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/dev-cpp/parallel-hashmap/parallel-hashmap-1.33.ebuild b/dev-cpp/parallel-hashmap/parallel-hashmap-1.33.ebuild index 4aecefcc6..6fe10fac8 100644 --- a/dev-cpp/parallel-hashmap/parallel-hashmap-1.33.ebuild +++ b/dev-cpp/parallel-hashmap/parallel-hashmap-1.33.ebuild @@ -19,21 +19,12 @@ IUSE="examples" DEPEND="" RDEPEND="${DEPEND}" -#BDEPEND=" -# doc? ( app-text/pandoc ) -#" #TODO: explore the various cmake options (if any) -#TODO: tests, doc +#TODO: tests src_compile() { cmake_src_compile - - #waiting for https://github.com/greg7mdp/parallel-hashmap/issues/91 -# if use doc ; then -# cd html || die -# emake all -# fi } src_install() {