public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Theo Anderson" <telans@posteo.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/BH/
Date: Sat, 26 Dec 2020 10:33:37 +0000 (UTC)	[thread overview]
Message-ID: <1608978479.acc187a082047dd7884d8e3ceea818a13b8dd64f.telans@gentoo> (raw)

commit:     acc187a082047dd7884d8e3ceea818a13b8dd64f
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sat Dec 26 10:27:59 2020 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Sat Dec 26 10:27:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=acc187a0

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 <telans <AT> posteo.de>

 dev-R/BH/{BH-1.72.0.3.ebuild => BH-1.72.0-r3.ebuild} | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-R/BH/BH-1.72.0.3.ebuild b/dev-R/BH/BH-1.72.0-r3.ebuild
similarity index 73%
rename from dev-R/BH/BH-1.72.0.3.ebuild
rename to dev-R/BH/BH-1.72.0-r3.ebuild
index 9231073a..fc0768ae 100644
--- a/dev-R/BH/BH-1.72.0.3.ebuild
+++ b/dev-R/BH/BH-1.72.0-r3.ebuild
@@ -1,25 +1,25 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+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/BH_1.72.0-3.tar.gz"
+SRC_URI="http://cran.r-project.org/src/contrib/${MY_P}.tar.gz"
 LICENSE='Boost-1.0'
 KEYWORDS="~amd64"
-DEPEND="
-	~dev-libs/boost-1.72.0
-"
+DEPEND="dev-libs/boost"
 RDEPEND="${DEPEND}"
 
 src_prepare() {
-	#do not bundle boost
+	# Do not bundle boost
 	rm -rf inst/include/boost || die
 	default
 }


             reply	other threads:[~2020-12-26 10:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-26 10:33 Theo Anderson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-05-28 12:53 [gentoo-commits] repo/proj/guru:dev commit in: dev-R/BH/ Alessandro Barbieri
2022-04-20 21:57 Alessandro Barbieri
2022-03-11  8:15 Arthur Zamarin
2022-03-11  2:02 Alessandro Barbieri
2021-04-07 20:12 Alessandro Barbieri
2021-02-22  1:32 Alessandro Barbieri
2020-05-17  1:49 Alessandro Barbieri

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1608978479.acc187a082047dd7884d8e3ceea818a13b8dd64f.telans@gentoo \
    --to=telans@posteo.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox