public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/cpp11/
@ 2022-03-11  2:02 Alessandro Barbieri
  0 siblings, 0 replies; 2+ messages in thread
From: Alessandro Barbieri @ 2022-03-11  2:02 UTC (permalink / raw
  To: gentoo-commits

commit:     ce92327f3bab91023b7d1c5a68275f304ede6cc3
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Mar 11 01:59:58 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Mar 11 02:00:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ce92327f

dev-R/cpp11: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-R/cpp11/Manifest           |  1 +
 dev-R/cpp11/cpp11-0.4.2.ebuild | 33 +++++++++++++++++++++++++++++++++
 dev-R/cpp11/metadata.xml       | 27 +++++++++++++++++++++++++++
 3 files changed, 61 insertions(+)

diff --git a/dev-R/cpp11/Manifest b/dev-R/cpp11/Manifest
new file mode 100644
index 000000000..ab48ad812
--- /dev/null
+++ b/dev-R/cpp11/Manifest
@@ -0,0 +1 @@
+DIST cpp11_0.4.2.tar.gz 317708 BLAKE2B ce8bb0115edf90922cd70214b0dc7aaf92d6304ea7493cbbf603fe9cdf4496adb601ad15c9fac8ea47c77ffbd4fe151e80bd8363f5278f9bdfadce2fb2e2cd50 SHA512 078eff5924df78572fd50f443f4c04ca69a11b11a1a2986a2a20023ec05e5c0fcb3bcbad3a50873583e6637960925dc62e8afe2bdb6e3019cf2627ff50b0ff01

diff --git a/dev-R/cpp11/cpp11-0.4.2.ebuild b/dev-R/cpp11/cpp11-0.4.2.ebuild
new file mode 100644
index 000000000..c7dd9bffe
--- /dev/null
+++ b/dev-R/cpp11/cpp11-0.4.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit R-packages
+
+DESCRIPTION='A C++11 Interface for Rs C Interface'
+KEYWORDS="~amd64"
+LICENSE='MIT'
+
+SUGGESTED_PACKAGES="
+	dev-R/bench
+	dev-R/brio
+	dev-R/callr
+	dev-R/cli
+	dev-R/covr
+	dev-R/decor
+	dev-R/desc
+	dev-R/ggplot2
+	dev-R/glue
+	dev-R/knitr
+	dev-R/lobstr
+	dev-R/mockery
+	dev-R/progress
+	dev-R/Rcpp
+	dev-R/rmarkdown
+	dev-R/scales
+	dev-R/testthat
+	dev-R/tibble
+	dev-R/vctrs
+	dev-R/withr
+"

diff --git a/dev-R/cpp11/metadata.xml b/dev-R/cpp11/metadata.xml
new file mode 100644
index 000000000..977fdae73
--- /dev/null
+++ b/dev-R/cpp11/metadata.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <longdescription>
+A C++11 Interface for R's C Interface // Provides a header only,
+C++11 interface to R's C interface.  Compared to other
+approaches 'cpp11' strives to be safe against long jumps from
+the C API as well as C++ exceptions, conform to normal R
+function semantics and supports interaction with 'ALTREP'
+vectors.
+  </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/r-lib/cpp11/issues</bugs-to>
+    <doc lang="en">https://cran.r-project.org/web/packages/cpp11/cpp11.pdf</doc>
+    <changelog>https://cran.r-project.org/web/packages/cpp11/ChangeLog</changelog>
+    <maintainer>
+      <name>Romain François</name>
+      <email>romain@rstudio.com</email>
+    </maintainer>
+    <remote-id type="github">r-lib/cpp11</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/cpp11/
@ 2022-03-14  3:28 Alessandro Barbieri
  0 siblings, 0 replies; 2+ messages in thread
From: Alessandro Barbieri @ 2022-03-14  3:28 UTC (permalink / raw
  To: gentoo-commits

commit:     787e2b8ea4e51a26cb0bf8547119ec8ff3a361f8
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Mar 14 03:09:55 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Mar 14 03:09:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=787e2b8e

dev-R/cpp11: update copyright

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-R/cpp11/cpp11-0.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-R/cpp11/cpp11-0.4.2.ebuild b/dev-R/cpp11/cpp11-0.4.2.ebuild
index c7dd9bffe..d96f49424 100644
--- a/dev-R/cpp11/cpp11-0.4.2.ebuild
+++ b/dev-R/cpp11/cpp11-0.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-14  3:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-11  2:02 [gentoo-commits] repo/proj/guru:dev commit in: dev-R/cpp11/ Alessandro Barbieri
  -- strict thread matches above, loose matches on Subject: below --
2022-03-14  3:28 Alessandro Barbieri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox