From acc187a082047dd7884d8e3ceea818a13b8dd64f Mon Sep 17 00:00:00 2001 From: Theo Anderson Date: Sat, 26 Dec 2020 23:27:59 +1300 Subject: dev-R/BH: fix version, don't depend on missing boost version Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson --- dev-R/BH/BH-1.72.0-r3.ebuild | 25 +++++++++++++++++++++++++ dev-R/BH/BH-1.72.0.3.ebuild | 25 ------------------------- 2 files changed, 25 insertions(+), 25 deletions(-) create mode 100644 dev-R/BH/BH-1.72.0-r3.ebuild delete mode 100644 dev-R/BH/BH-1.72.0.3.ebuild (limited to 'dev-R') diff --git a/dev-R/BH/BH-1.72.0-r3.ebuild b/dev-R/BH/BH-1.72.0-r3.ebuild new file mode 100644 index 000000000..fc0768ae9 --- /dev/null +++ b/dev-R/BH/BH-1.72.0-r3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages-guru + +MY_P="${PN}_${PV}-3" + +DESCRIPTION='Boost C++ Header Files' +HOMEPAGE=" + https://github.com/eddelbuettel/bh + https://cran.r-project.org/package=BH +" +SRC_URI="http://cran.r-project.org/src/contrib/${MY_P}.tar.gz" +LICENSE='Boost-1.0' +KEYWORDS="~amd64" +DEPEND="dev-libs/boost" +RDEPEND="${DEPEND}" + +src_prepare() { + # Do not bundle boost + rm -rf inst/include/boost || die + default +} diff --git a/dev-R/BH/BH-1.72.0.3.ebuild b/dev-R/BH/BH-1.72.0.3.ebuild deleted file mode 100644 index 9231073a1..000000000 --- a/dev-R/BH/BH-1.72.0.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -inherit R-packages-guru - -DESCRIPTION='Boost C++ Header Files' -HOMEPAGE=" - https://github.com/eddelbuettel/bh - https://cran.r-project.org/package=BH -" -SRC_URI="http://cran.r-project.org/src/contrib/BH_1.72.0-3.tar.gz" -LICENSE='Boost-1.0' -KEYWORDS="~amd64" -DEPEND=" - ~dev-libs/boost-1.72.0 -" -RDEPEND="${DEPEND}" - -src_prepare() { - #do not bundle boost - rm -rf inst/include/boost || die - default -} -- cgit v1.2.3-65-gdbad