* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/RInside/
@ 2022-04-04 19:32 Alessandro Barbieri
0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2022-04-04 19:32 UTC (permalink / raw
To: gentoo-commits
commit: 657bf6a72a490781c4d19d9fa2f4646cd386d5f0
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Apr 4 18:48:23 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Apr 4 19:32:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=657bf6a7
dev-R/RInside: add 0.2.17, drop 0.2.16
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/RInside/Manifest | 2 +-
dev-R/RInside/{RInside-0.2.16.ebuild => RInside-0.2.17.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-R/RInside/Manifest b/dev-R/RInside/Manifest
index 8fbb0a320..e845194ae 100644
--- a/dev-R/RInside/Manifest
+++ b/dev-R/RInside/Manifest
@@ -1 +1 @@
-DIST RInside_0.2.16.tar.gz 80576 BLAKE2B ac61f01e0de6c4099db97753a4af93aa84a4ea84728e6e029bb31bb1fe76be1afc12aa0aa781a4049b512e85c7188bfa9d8a6172d869336fbe30a3d75e5d2c0b SHA512 367430d2243864532688aea17cabca45e9dfcaa357b5a19dfd8fa3c8878d0c38e55815feba00c27541e1a908507766bbe5a4b87274734fa1b66581da254fc215
+DIST RInside_0.2.17.tar.gz 81202 BLAKE2B 604b21535b6cc9be4dbe8e3822f76658adaf2f612ea4dd1db5baa2654e3c1cb447a9ff58d3b715ece27bae2922e720b09b09ac20121ba8e73fbd491e7f3cf231 SHA512 c055306162db6f725e890afc2cc6b6d1921f57249cd1b4c2188e7c5314436ae53861f36698e463b44e0dc7b94dd36bc90e8846b37af261571caadd2d792a631d
diff --git a/dev-R/RInside/RInside-0.2.16.ebuild b/dev-R/RInside/RInside-0.2.17.ebuild
similarity index 92%
rename from dev-R/RInside/RInside-0.2.16.ebuild
rename to dev-R/RInside/RInside-0.2.17.ebuild
index 9c4f456be..6255b43cc 100644
--- a/dev-R/RInside/RInside-0.2.16.ebuild
+++ b/dev-R/RInside/RInside-0.2.17.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/RInside/
@ 2021-09-07 10:47 Alessandro Barbieri
0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2021-09-07 10:47 UTC (permalink / raw
To: gentoo-commits
commit: 9115a3dd181ca20f0947261dbdbde823531bcc10
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Sep 7 04:23:22 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Sep 7 10:47:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9115a3dd
dev-R/RInside: delete static library
Closes: https://bugs.gentoo.org/791883
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/RInside/RInside-0.2.16.ebuild | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dev-R/RInside/RInside-0.2.16.ebuild b/dev-R/RInside/RInside-0.2.16.ebuild
index d05be3413..9498173af 100644
--- a/dev-R/RInside/RInside-0.2.16.ebuild
+++ b/dev-R/RInside/RInside-0.2.16.ebuild
@@ -22,3 +22,8 @@ src_prepare() {
tc-export AR
R-packages_src_prepare
}
+
+src_install() {
+ R-packages_src_install
+ find "${D}" -name "*.a" -delete || die
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/RInside/
@ 2021-09-04 22:52 Alessandro Barbieri
0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2021-09-04 22:52 UTC (permalink / raw
To: gentoo-commits
commit: abd4bb4189617368be0dd9f3dd725a842789f2e4
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Sep 4 22:52:24 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Sep 4 22:52:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=abd4bb41
dev-R/RInside: add inherit
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/RInside/RInside-0.2.16.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-R/RInside/RInside-0.2.16.ebuild b/dev-R/RInside/RInside-0.2.16.ebuild
index 9b93bcfff..d05be3413 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
+inherit R-packages toolchain-funcs
DESCRIPTION='C++ Classes to Embed R in C++ (and C) Applications'
KEYWORDS="~amd64"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/RInside/
@ 2021-09-04 22:51 Alessandro Barbieri
0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2021-09-04 22:51 UTC (permalink / raw
To: gentoo-commits
commit: 6033f69f4ace60a9aacea613a5a967a1403c1cc5
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Sep 4 06:15:12 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Sep 4 22:51:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6033f69f
dev-R/RInside: respect AR
Closes: https://bugs.gentoo.org/791901
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/RInside/RInside-0.2.16.ebuild | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dev-R/RInside/RInside-0.2.16.ebuild b/dev-R/RInside/RInside-0.2.16.ebuild
index affe18c6b..9b93bcfff 100644
--- a/dev-R/RInside/RInside-0.2.16.ebuild
+++ b/dev-R/RInside/RInside-0.2.16.ebuild
@@ -17,3 +17,8 @@ DEPEND="
dev-R/Rcpp
"
RDEPEND="${DEPEND}"
+
+src_prepare() {
+ tc-export AR
+ R-packages_src_prepare
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-R/RInside/
@ 2021-05-25 7:46 Andrew Ammerlaan
2021-05-25 7:46 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
0 siblings, 1 reply; 6+ messages in thread
From: Andrew Ammerlaan @ 2021-05-25 7:46 UTC (permalink / raw
To: gentoo-commits
commit: 7efec2dbcfd42ca614f9ffa2329c3c771914cc86
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue May 25 07:45:10 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue May 25 07:45:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7efec2db
dev-R/RInside: fix ebuild.badheader
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-R/RInside/RInside-0.2.16.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-R/RInside/RInside-0.2.16.ebuild b/dev-R/RInside/RInside-0.2.16.ebuild
index aff2bb75f..0ca352217 100644
--- a/dev-R/RInside/RInside-0.2.16.ebuild
+++ b/dev-R/RInside/RInside-0.2.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/RInside/
2021-05-25 7:46 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2021-05-25 7:46 ` Andrew Ammerlaan
0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2021-05-25 7:46 UTC (permalink / raw
To: gentoo-commits
commit: 7efec2dbcfd42ca614f9ffa2329c3c771914cc86
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue May 25 07:45:10 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue May 25 07:45:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7efec2db
dev-R/RInside: fix ebuild.badheader
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-R/RInside/RInside-0.2.16.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-R/RInside/RInside-0.2.16.ebuild b/dev-R/RInside/RInside-0.2.16.ebuild
index aff2bb75f..0ca352217 100644
--- a/dev-R/RInside/RInside-0.2.16.ebuild
+++ b/dev-R/RInside/RInside-0.2.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/RInside/
@ 2021-05-24 15:18 Alessandro Barbieri
0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2021-05-24 15:18 UTC (permalink / raw
To: gentoo-commits
commit: 1f002406d8e4430347d68af4752d75a42cf5c973
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May 24 15:17:22 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon May 24 15:17:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1f002406
dev-R/RInside: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/RInside/Manifest | 1 +
dev-R/RInside/RInside-0.2.16.ebuild | 20 ++++++++++++++++++++
dev-R/RInside/metadata.xml | 20 ++++++++++++++++++++
3 files changed, 41 insertions(+)
diff --git a/dev-R/RInside/Manifest b/dev-R/RInside/Manifest
new file mode 100644
index 000000000..8fbb0a320
--- /dev/null
+++ b/dev-R/RInside/Manifest
@@ -0,0 +1 @@
+DIST RInside_0.2.16.tar.gz 80576 BLAKE2B ac61f01e0de6c4099db97753a4af93aa84a4ea84728e6e029bb31bb1fe76be1afc12aa0aa781a4049b512e85c7188bfa9d8a6172d869336fbe30a3d75e5d2c0b SHA512 367430d2243864532688aea17cabca45e9dfcaa357b5a19dfd8fa3c8878d0c38e55815feba00c27541e1a908507766bbe5a4b87274734fa1b66581da254fc215
diff --git a/dev-R/RInside/RInside-0.2.16.ebuild b/dev-R/RInside/RInside-0.2.16.ebuild
new file mode 100644
index 000000000..aff2bb75f
--- /dev/null
+++ b/dev-R/RInside/RInside-0.2.16.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2020 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit R-packages-guru
+
+DESCRIPTION='C++ Classes to Embed R in C++ (and C) Applications'
+KEYWORDS="~amd64"
+SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz"
+LICENSE='GPL-2+'
+HOMEPAGE="
+ https://cran.r-project.org/package=RInside
+ http://dirk.eddelbuettel.com/code/rinside.html
+ https://github.com/eddelbuettel/rinside
+"
+DEPEND="
+ dev-R/Rcpp
+"
+RDEPEND="${DEPEND}"
diff --git a/dev-R/RInside/metadata.xml b/dev-R/RInside/metadata.xml
new file mode 100644
index 000000000..7436faed7
--- /dev/null
+++ b/dev-R/RInside/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <longdescription>C++ Classes to Embed R in C++ (and C) Applications // C++ classes to embed R in C++ (and C) applications A C++ class providing the R interpreter is offered by this package making it easier to have "R inside" your C++ application. As R itself is embedded into your application, a shared library build of R is required. This works on Linux, OS X and even on Windows provided you use the same tools used to build R itself. Numerous examples are provided in the nine subdirectories of the examples/ directory of the installed package: standard, 'mpi' (for parallel computing), 'qt' (showing how to embed 'RInside' inside a Qt GUI application), 'wt' (showing how to build a "web-application" using the Wt toolkit), 'armadillo' (for 'RInside' use with 'RcppArmadillo'), 'eigen' (for 'RInside' use with 'RcppEigen'), and 'c_interface' for a basic C interface and 'Ruby' illustration. The examples use 'GNUmakefile(s)' with GNU extensions, so a GNU make is required (and will use the 'G
NUmakefile' automatically). 'Doxygen'-generated documentation of the C++ classes is available at the 'RInside' website as well.</longdescription>
+ <maintainer type="person">
+ <description>co-maintainers welcome</description>
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/eddelbuettel/rinside/issues</bugs-to>
+ <doc lang="en">https://cran.r-project.org/web/packages/RInside/RInside.pdf</doc>
+ <changelog>https://cran.r-project.org/web/packages/RInside/ChangeLog</changelog>
+ <maintainer>
+ <name>Dirk Eddelbuettel</name>
+ <email>edd@debian.org</email>
+ </maintainer>
+ <remote-id type="github">eddelbuettel/rinside</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2022-04-04 19:32 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-04 19:32 [gentoo-commits] repo/proj/guru:dev commit in: dev-R/RInside/ Alessandro Barbieri
-- strict thread matches above, loose matches on Subject: below --
2021-09-07 10:47 Alessandro Barbieri
2021-09-04 22:52 Alessandro Barbieri
2021-09-04 22:51 Alessandro Barbieri
2021-05-25 7:46 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-05-25 7:46 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-05-24 15:18 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox