public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/abind/
@ 2022-07-03 17:31 Robert Greener
  0 siblings, 0 replies; 3+ messages in thread
From: Robert Greener @ 2022-07-03 17:31 UTC (permalink / raw
  To: gentoo-commits

commit:     cc9d4173b580684eeeca092b4f64dcae099077f6
Author:     Robert Greener <me <AT> r0bert <DOT> dev>
AuthorDate: Sun Jul  3 17:31:29 2022 +0000
Commit:     Robert Greener <me <AT> r0bert <DOT> dev>
CommitDate: Sun Jul  3 17:31:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cc9d4173

dev-R/abind: new package, add 1.4.5

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

 dev-R/abind/Manifest           |  1 +
 dev-R/abind/abind-1.4.5.ebuild | 19 +++++++++++++++++++
 dev-R/abind/metadata.xml       | 15 +++++++++++++++
 3 files changed, 35 insertions(+)

diff --git a/dev-R/abind/Manifest b/dev-R/abind/Manifest
new file mode 100644
index 000000000..db058f2e5
--- /dev/null
+++ b/dev-R/abind/Manifest
@@ -0,0 +1 @@
+DIST abind_1.4-5.tar.gz 21810 BLAKE2B 64228df7f46f0fce03d8c33c8655bb7d239a5d25db5c93cfe56942a2db8917698a5b4fb6e6a8a40c0f6bec9ed2d8a5923473a5813d6a9d8f5901a2f8fdcb260f SHA512 b1f5d716e04f748b9d189a4a3e15ad00c2b5a7c69425dbf9f36fcb4fe23f6ff5cec2eb22ec626ab194c1eb88bdfd271b535868b00157efd4acf0faa022d16987

diff --git a/dev-R/abind/abind-1.4.5.ebuild b/dev-R/abind/abind-1.4.5.ebuild
new file mode 100644
index 000000000..afa457c55
--- /dev/null
+++ b/dev-R/abind/abind-1.4.5.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit R-packages edo
+
+DESCRIPTION="Unified Parallel and Distributed Processing in R for Everyone"
+KEYWORDS="~amd64"
+LICENSE='LGPL-2+'
+CRAN_PV="1.4-5"
+SRC_URI="mirror://cran/src/contrib/${PN}_${CRAN_PV}.tar.gz"
+
+src_test() {
+	cd "${WORKDIR}/${P}/tests" || die
+	for i in *.R; do
+		R_LIBS="${T}/R" edo Rscript --vanilla $i
+	done
+}

diff --git a/dev-R/abind/metadata.xml b/dev-R/abind/metadata.xml
new file mode 100644
index 000000000..67b2aeea9
--- /dev/null
+++ b/dev-R/abind/metadata.xml
@@ -0,0 +1,15 @@
+<?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">Combine multidimensional arrays into a single array. This is a generalization of 'cbind' and 'rbind'. Works with vectors, matrices, and higher-dimensional arrays. Also provides functions 'adrop', 'asub', and 'afill' for manipulating, extracting and replacing data in arrays.</longdescription>
+	<upstream>
+		<maintainer>
+			<name>Tony Plate</name>
+			<email>tplate@acm.org</email>
+		</maintainer>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/abind/
@ 2022-07-04  8:19 Robert Greener
  0 siblings, 0 replies; 3+ messages in thread
From: Robert Greener @ 2022-07-04  8:19 UTC (permalink / raw
  To: gentoo-commits

commit:     14479e12fd8b783b0b6913ba0dbbed3b2513b34d
Author:     Robert Greener <me <AT> r0bert <DOT> dev>
AuthorDate: Mon Jul  4 08:19:27 2022 +0000
Commit:     Robert Greener <me <AT> r0bert <DOT> dev>
CommitDate: Mon Jul  4 08:19:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=14479e12

dev-R/abind: Use ver_rs for CRAN_PV

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

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

diff --git a/dev-R/abind/abind-1.4.5.ebuild b/dev-R/abind/abind-1.4.5.ebuild
index afa457c55..5d94758a2 100644
--- a/dev-R/abind/abind-1.4.5.ebuild
+++ b/dev-R/abind/abind-1.4.5.ebuild
@@ -8,7 +8,7 @@ inherit R-packages edo
 DESCRIPTION="Unified Parallel and Distributed Processing in R for Everyone"
 KEYWORDS="~amd64"
 LICENSE='LGPL-2+'
-CRAN_PV="1.4-5"
+CRAN_PV="$(ver_rs 2 -)"
 SRC_URI="mirror://cran/src/contrib/${PN}_${CRAN_PV}.tar.gz"
 
 src_test() {


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/abind/
@ 2022-07-12 12:06 Robert Greener
  0 siblings, 0 replies; 3+ messages in thread
From: Robert Greener @ 2022-07-12 12:06 UTC (permalink / raw
  To: gentoo-commits

commit:     314f1bff5feae10492ecd49b1598f47d5a3fd6f5
Author:     Robert Greener <me <AT> r0bert <DOT> dev>
AuthorDate: Tue Jul 12 12:05:21 2022 +0000
Commit:     Robert Greener <me <AT> r0bert <DOT> dev>
CommitDate: Tue Jul 12 12:05:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=314f1bff

dev-R/abind: use cran snapshot from eclass

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

 dev-R/abind/abind-1.4.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-R/abind/abind-1.4.5.ebuild b/dev-R/abind/abind-1.4.5.ebuild
index 5d94758a2..aae64f151 100644
--- a/dev-R/abind/abind-1.4.5.ebuild
+++ b/dev-R/abind/abind-1.4.5.ebuild
@@ -3,13 +3,13 @@
 
 EAPI=7
 
+CRAN_PV="$(ver_rs 2 -)"
+CRAN_SNAPSHOT_DATE="2022-07-11"
 inherit R-packages edo
 
 DESCRIPTION="Unified Parallel and Distributed Processing in R for Everyone"
 KEYWORDS="~amd64"
 LICENSE='LGPL-2+'
-CRAN_PV="$(ver_rs 2 -)"
-SRC_URI="mirror://cran/src/contrib/${PN}_${CRAN_PV}.tar.gz"
 
 src_test() {
 	cd "${WORKDIR}/${P}/tests" || die


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

end of thread, other threads:[~2022-07-12 12:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-12 12:06 [gentoo-commits] repo/proj/guru:dev commit in: dev-R/abind/ Robert Greener
  -- strict thread matches above, loose matches on Subject: below --
2022-07-04  8:19 Robert Greener
2022-07-03 17:31 Robert Greener

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