commit:     de83055f63d431b22d41bb24f7367c853caaa705
Author:     Robert Greener <me <AT> r0bert <DOT> dev>
AuthorDate: Sat Jul  2 14:30:32 2022 +0000
Commit:     Robert Greener <me <AT> r0bert <DOT> dev>
CommitDate: Sat Jul  2 14:30:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=de83055f

dev-R/RSQLite: new package, added 2.2.14

Signed-off-by: Robert Greener <me <AT> r0bert.dev>

 dev-R/RSQLite/Manifest              |  1 +
 dev-R/RSQLite/RSQLite-2.2.14.ebuild | 45 +++++++++++++++++++++++++++++++++++++
 dev-R/RSQLite/metadata.xml          | 17 ++++++++++++++
 3 files changed, 63 insertions(+)

diff --git a/dev-R/RSQLite/Manifest b/dev-R/RSQLite/Manifest
new file mode 100644
index 000000000..a2cf4de90
--- /dev/null
+++ b/dev-R/RSQLite/Manifest
@@ -0,0 +1 @@
+DIST RSQLite_2.2.14.tar.gz 3683851 BLAKE2B 
e9bac7265308e782ce93c393eaf42496e5c62d06f6bec82780ccf1c63a07181fff15aac2f044621e821fcb0737c6e51eeef07918c9135bb26d8dbe9783911ffd
 SHA512 
e80b809e22cff1a662e29ab83fe0b387c72f7672288da27beedca475a3d7f56a4fdb7b563457830485fb654ba450f469c9d1622ee640efa93d6c1bff49c117bb

diff --git a/dev-R/RSQLite/RSQLite-2.2.14.ebuild 
b/dev-R/RSQLite/RSQLite-2.2.14.ebuild
new file mode 100644
index 000000000..a4ab0ea09
--- /dev/null
+++ b/dev-R/RSQLite/RSQLite-2.2.14.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit R-packages edo
+
+DESCRIPTION='SQLite Interface for R'
+KEYWORDS="~amd64"
+LICENSE='LGPL-2.1+'
+RESTRICT="!test? ( test )"
+IUSE="test"
+DEPEND="
+       dev-R/bit64
+       >=dev-R/blob-1.2.0
+       >=dev-R/DBI-1.1.0
+       dev-R/memoise
+       dev-R/pkgconfig
+       dev-R/Rcpp
+       >=dev-R/plogr-0.2.0
+       test? (
+               dev-R/callr
+               >=dev-R/DBItest-1.7.0
+               dev-R/hms
+               dev-R/testthat
+       )
+"
+
+SUGGESTED_PACKAGES="
+       dev-R/callr
+       >=dev-R/DBItest-1.7.0
+       dev-R/gert
+       dev-R/gh
+       dev-R/knitr
+       dev-R/rmarkdown
+       dev-R/hms
+       dev-R/rvest
+       dev-R/testthat
+       dev-R/xml2
+"
+
+src_test() {
+       cd "${WORKDIR}/${P}/tests"
+       NOT_CRAN=true R_LIBS="${T}/R" edo Rscript --vanilla testthat.R
+}

diff --git a/dev-R/RSQLite/metadata.xml b/dev-R/RSQLite/metadata.xml
new file mode 100644
index 000000000..efb13b9c5
--- /dev/null
+++ b/dev-R/RSQLite/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Robert Greener</name>
+       </maintainer>
+       <longdescription lang="en">Embeds the SQLite database engine in R and 
provides an interface compliant with the DBI package. The source for the SQLite 
engine and for various extensions in a recent version is included. System 
libraries will never be consulted because this package relies on static linking 
for the plugins it includes; this also ensures a consistent experience across 
all installations.</longdescription>
+       <upstream>
+               <maintainer>
+                       <name>Kirill Müller</name>
+                       <email>[email protected]</email>
+               </maintainer>
+               <bugs-to>https://github.com/r-dbi/RSQLite/issues</bugs-to>
+               <remote-id type="github">r-dbi/RSQLite</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to