public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/globals/
@ 2022-07-02 15:49 Robert Greener
  0 siblings, 0 replies; only message in thread
From: Robert Greener @ 2022-07-02 15:49 UTC (permalink / raw
  To: gentoo-commits

commit:     1b0195fa85c27cdea9237fff7c8055f062d3e7e6
Author:     Robert Greener <me <AT> r0bert <DOT> dev>
AuthorDate: Sat Jul  2 15:49:01 2022 +0000
Commit:     Robert Greener <me <AT> r0bert <DOT> dev>
CommitDate: Sat Jul  2 15:49:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b0195fa

dev-R/globals: new package, add 0.15.1

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

 dev-R/globals/Manifest              |  1 +
 dev-R/globals/globals-0.15.1.ebuild | 21 +++++++++++++++++++++
 dev-R/globals/metadata.xml          | 17 +++++++++++++++++
 3 files changed, 39 insertions(+)

diff --git a/dev-R/globals/Manifest b/dev-R/globals/Manifest
new file mode 100644
index 000000000..2f1ad0f20
--- /dev/null
+++ b/dev-R/globals/Manifest
@@ -0,0 +1 @@
+DIST globals_0.15.1.tar.gz 33503 BLAKE2B 06ad7b91c04bb9f6d91ad59a28f596b523617c54ce5286fc46306264718af794e3f3f847774678d17c737755b0d36ec719f8db5520541b815fa31ffc4afd6dd9 SHA512 09c4766636f381e7b2a41ae1fcac94b8e54dc75864851b060e967a66407c94dbf6ad747bbcfc13d57f530687ee66f2b55e3d864ce49684a414f7c8effa1cb4a4

diff --git a/dev-R/globals/globals-0.15.1.ebuild b/dev-R/globals/globals-0.15.1.ebuild
new file mode 100644
index 000000000..c2f288009
--- /dev/null
+++ b/dev-R/globals/globals-0.15.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit R-packages edo
+
+DESCRIPTION='Identify Global Objects in R Expressions'
+KEYWORDS="~amd64"
+LICENSE='LGPL-2.1+'
+
+DEPEND="
+	dev-R/codetools
+"
+
+src_test() {
+	cd "${WORKDIR}/${P}/tests"
+	for i in *.R; do
+		R_LIBS="${T}/R" edo Rscript --vanilla $i
+	done
+}

diff --git a/dev-R/globals/metadata.xml b/dev-R/globals/metadata.xml
new file mode 100644
index 000000000..34cbee959
--- /dev/null
+++ b/dev-R/globals/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>me@r0bert.dev</email>
+		<name>Robert Greener</name>
+	</maintainer>
+	<longdescription lang="en">Identifies global ("unknown" or "free") objects in R expressions by code inspection using various strategies (ordered, liberal, or conservative). The objective of this package is to make it as simple as possible to identify global objects for the purpose of exporting them in parallel, distributed compute environments.</longdescription>
+	<upstream>
+		<maintainer>
+			<name>Henrik Bengtsson</name>
+			<email>henrikb@braju.com</email>
+		</maintainer>
+		<bugs-to>https://github.com/HenrikBengtsson/globals/issues</bugs-to>
+		<remote-id type="github">HenrikBengtsson/globals</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-02 15:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-02 15:49 [gentoo-commits] repo/proj/guru:dev commit in: dev-R/globals/ Robert Greener

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