* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/commonmark/, dev-R/hunspell/, dev-R/jsonlite/, dev-R/RInside/, dev-R/utf8/, ...
@ 2021-09-08 10:46 Alessandro Barbieri
0 siblings, 0 replies; only message in thread
From: Alessandro Barbieri @ 2021-09-08 10:46 UTC (permalink / raw
To: gentoo-commits
commit: 218256a2b8566aaeb1d9259675c4d859ba05dcf5
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Sep 8 10:45:13 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed Sep 8 10:46:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=218256a2
dev-R/*: remove AR export no more needed
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/Matrix/Matrix-1.3.4.ebuild | 7 +------
dev-R/RInside/RInside-0.2.16.ebuild | 7 +------
dev-R/commonmark/commonmark-1.7.ebuild | 7 +------
dev-R/hunspell/hunspell-3.0.1.ebuild | 6 +-----
dev-R/jsonlite/jsonlite-1.7.2.ebuild | 6 +-----
dev-R/utf8/utf8-1.2.2.ebuild | 7 +------
6 files changed, 6 insertions(+), 34 deletions(-)
diff --git a/dev-R/Matrix/Matrix-1.3.4.ebuild b/dev-R/Matrix/Matrix-1.3.4.ebuild
index 7c7955b9e..43162e67c 100644
--- a/dev-R/Matrix/Matrix-1.3.4.ebuild
+++ b/dev-R/Matrix/Matrix-1.3.4.ebuild
@@ -5,7 +5,7 @@ EAPI=7
MYPV="$(ver_rs 2 -)"
-inherit R-packages toolchain-funcs
+inherit R-packages
DESCRIPTION='Sparse and Dense Matrix Classes and Methods'
KEYWORDS="~amd64"
@@ -17,8 +17,3 @@ DEPEND="
virtual/lattice
"
RDEPEND="${DEPEND}"
-
-src_prepare() {
- tc-export AR
- R-packages_src_prepare
-}
diff --git a/dev-R/RInside/RInside-0.2.16.ebuild b/dev-R/RInside/RInside-0.2.16.ebuild
index 9498173af..9c4f456be 100644
--- a/dev-R/RInside/RInside-0.2.16.ebuild
+++ b/dev-R/RInside/RInside-0.2.16.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit R-packages toolchain-funcs
+inherit R-packages
DESCRIPTION='C++ Classes to Embed R in C++ (and C) Applications'
KEYWORDS="~amd64"
@@ -18,11 +18,6 @@ DEPEND="
"
RDEPEND="${DEPEND}"
-src_prepare() {
- tc-export AR
- R-packages_src_prepare
-}
-
src_install() {
R-packages_src_install
find "${D}" -name "*.a" -delete || die
diff --git a/dev-R/commonmark/commonmark-1.7.ebuild b/dev-R/commonmark/commonmark-1.7.ebuild
index ba9e02b5f..42652afb2 100644
--- a/dev-R/commonmark/commonmark-1.7.ebuild
+++ b/dev-R/commonmark/commonmark-1.7.ebuild
@@ -3,15 +3,10 @@
EAPI=7
-inherit R-packages toolchain-funcs
+inherit R-packages
DESCRIPTION='High Performance CommonMark and github markdown rendering in R'
KEYWORDS="~amd64"
LICENSE='BSD-2'
RDEPEND="${DEPEND}"
-
-src_prepare() {
- tc-export AR
- R-packages_src_prepare
-}
diff --git a/dev-R/hunspell/hunspell-3.0.1.ebuild b/dev-R/hunspell/hunspell-3.0.1.ebuild
index 2c06c116e..8f3a101c9 100644
--- a/dev-R/hunspell/hunspell-3.0.1.ebuild
+++ b/dev-R/hunspell/hunspell-3.0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit R-packages toolchain-funcs
+inherit R-packages
DESCRIPTION='High-Performance Stemmer, Tokenizer and Spell Checker'
KEYWORDS="~amd64"
@@ -20,7 +20,3 @@ RDEPEND="
"
#bundling status: https://github.com/ropensci/hunspell/issues/34
-src_prepare() {
- tc-export AR
- R-packages_src_prepare
-}
diff --git a/dev-R/jsonlite/jsonlite-1.7.2.ebuild b/dev-R/jsonlite/jsonlite-1.7.2.ebuild
index daf7e458f..cd51418f9 100644
--- a/dev-R/jsonlite/jsonlite-1.7.2.ebuild
+++ b/dev-R/jsonlite/jsonlite-1.7.2.ebuild
@@ -3,14 +3,10 @@
EAPI=7
-inherit R-packages toolchain-funcs
+inherit R-packages
DESCRIPTION='A Simple and Robust JSON Parser and generator for R'
KEYWORDS="~amd64"
LICENSE='MIT'
#unbundling status: https://github.com/jeroen/jsonlite/issues/201
-src_prepare() {
- tc-export AR
- R-packages_src_prepare
-}
diff --git a/dev-R/utf8/utf8-1.2.2.ebuild b/dev-R/utf8/utf8-1.2.2.ebuild
index 2ce61cc5c..c7b2078e3 100644
--- a/dev-R/utf8/utf8-1.2.2.ebuild
+++ b/dev-R/utf8/utf8-1.2.2.ebuild
@@ -3,7 +3,7 @@
EAPI="7"
-inherit R-packages toolchain-funcs
+inherit R-packages
HOMEPAGE="
https://github.com/patperry/r-utf8
@@ -14,8 +14,3 @@ LICENSE='Apache-2.0'
KEYWORDS="~amd64"
DEPEND=">=dev-lang/R-2.1.0"
RDEPEND="${DEPEND}"
-
-src_prepare() {
- tc-export AR
- R-packages_src_prepare
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-09-08 10:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-08 10:46 [gentoo-commits] repo/proj/guru:dev commit in: dev-R/commonmark/, dev-R/hunspell/, dev-R/jsonlite/, dev-R/RInside/, dev-R/utf8/, Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox