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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2EC8515808B for ; Fri, 11 Mar 2022 02:02:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DB3EE0901; Fri, 11 Mar 2022 02:02:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3EA2DE0901 for ; Fri, 11 Mar 2022 02:02:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 11B0F342F95 for ; Fri, 11 Mar 2022 02:02:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84F54320 for ; Fri, 11 Mar 2022 02:02:06 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1646964057.8a6b645f72ca4ef313b42310c16541c651d5f7c8.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/BH/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-R/BH/BH-1.78.0.0.ebuild dev-R/BH/Manifest X-VCS-Directories: dev-R/BH/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 8a6b645f72ca4ef313b42310c16541c651d5f7c8 X-VCS-Branch: dev Date: Fri, 11 Mar 2022 02:02:06 +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: 6cbbb353-96ea-4130-a846-c0f6693f6497 X-Archives-Hash: aefb8e2a0e0add9752992fbeae261d30 commit: 8a6b645f72ca4ef313b42310c16541c651d5f7c8 Author: Alessandro Barbieri gmail com> AuthorDate: Fri Mar 11 01:50:55 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Fri Mar 11 02:00:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a6b645f dev-R/BH: add 1.78.0.0 Signed-off-by: Alessandro Barbieri gmail.com> dev-R/BH/BH-1.78.0.0.ebuild | 26 ++++++++++++++++++++++++++ dev-R/BH/Manifest | 1 + 2 files changed, 27 insertions(+) diff --git a/dev-R/BH/BH-1.78.0.0.ebuild b/dev-R/BH/BH-1.78.0.0.ebuild new file mode 100644 index 000000000..b8ff0493a --- /dev/null +++ b/dev-R/BH/BH-1.78.0.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages + +MY_P="${PN}_$(ver_rs 3 -)" + +DESCRIPTION='Boost C++ Header Files' +HOMEPAGE=" + https://github.com/eddelbuettel/bh + https://cran.r-project.org/package=BH +" +SRC_URI="mirror://cran/src/contrib/${MY_P}.tar.gz" + +LICENSE='Boost-1.0' +KEYWORDS="~amd64" +DEPEND=">=dev-libs/boost-${PV}" +RDEPEND="${DEPEND}" + +src_prepare() { + # Do not bundle boost + rm -rf inst/include/boost || die + default +} diff --git a/dev-R/BH/Manifest b/dev-R/BH/Manifest index da5f50a80..b72af66e3 100644 --- a/dev-R/BH/Manifest +++ b/dev-R/BH/Manifest @@ -1 +1,2 @@ DIST BH_1.75.0-0.tar.gz 12801696 BLAKE2B 18c3c145d5273e6f41ed39dcb46467686fd6b2324f63a1aef3ed5564e4b57b6fbfa8b2dd324c39519e9cd8b6dbde2101bc811fcc747200605c4235878abcefb1 SHA512 03521484256e870d92f8e003b53b2c9f3ea28522c2b30a2465262cfec38becaf7c4ad5f4c72c11903e2189c6440850a81d2fd37c05708d284ee099d998759d77 +DIST BH_1.78.0-0.tar.gz 13269768 BLAKE2B 86fcb75925e99cb29f3e454032cc24b15b47c2a83e5d316dc4585fdde54bd3d9b558a50319fe369efc43d5142230bacf68954fdb18cfc667b60f3a137e8a8b2b SHA512 07cac11de283d4e2615a3e3c8ab77802b369eab57a8649cb8e148abf8c2f2c138bb56549fd8e25e306e0ab760fae78d6aa084098fb6d35389f177720b58e1bfd