public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-R/testit/
@ 2022-07-05  7:14 Florian Schmaus
  0 siblings, 0 replies; 3+ messages in thread
From: Florian Schmaus @ 2022-07-05  7:14 UTC (permalink / raw
  To: gentoo-commits

commit:     07490c2edee4188458085da03ef678cd3876f6f0
Author:     Robert Greener <me <AT> r0bert <DOT> dev>
AuthorDate: Mon Jul  4 13:27:07 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jul  4 13:27:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=07490c2e

dev-R/testit: new package, add 0.13

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

 dev-R/testit/Manifest           |  1 +
 dev-R/testit/metadata.xml       | 17 +++++++++++++++++
 dev-R/testit/testit-0.13.ebuild | 20 ++++++++++++++++++++
 3 files changed, 38 insertions(+)

diff --git a/dev-R/testit/Manifest b/dev-R/testit/Manifest
new file mode 100644
index 000000000..77834ed9f
--- /dev/null
+++ b/dev-R/testit/Manifest
@@ -0,0 +1 @@
+DIST testit_0.13.tar.gz 8493 BLAKE2B c1375be2392f3acc15e66deff6d45b4f4d750c15d8f6254ca63062208baa9943d79c875fecd13c98fe5000bf572633aed7c98015305dfbf0fab59371f5f6fda4 SHA512 f48774a055d6eb04523e6c3a7afdbc74698aa11accc13cd66d860feab9a584a816c430196bf7e12999ea20746c9b85b6544af9dc8e16922694968392eab36d3f

diff --git a/dev-R/testit/metadata.xml b/dev-R/testit/metadata.xml
new file mode 100644
index 000000000..3823f9b80
--- /dev/null
+++ b/dev-R/testit/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">Helper functions to install and maintain the 'LaTeX' distribution named 'TinyTeX' (https://yihui.org/tinytex/), a lightweight, cross-platform, portable, and easy-to-maintain version of 'TeX Live'. This package also contains helper functions to compile 'LaTeX' documents, and install missing 'LaTeX' packages automatically.</longdescription>
+	<upstream>
+		<maintainer>
+			<name>Yihui Xie</name>
+			<email>xie@yihui.name</email>
+		</maintainer>
+		<bugs-to>https://github.com/yihui/testit/issues</bugs-to>
+		<remote-id type="github">yihui/testit</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-R/testit/testit-0.13.ebuild b/dev-R/testit/testit-0.13.ebuild
new file mode 100644
index 000000000..4317d2d9b
--- /dev/null
+++ b/dev-R/testit/testit-0.13.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit R-packages edo
+
+DESCRIPTION='A Simple Package for Testing R Packages'
+KEYWORDS="~amd64"
+LICENSE='GPL-3'
+
+SUGGESTED_PACKAGES="
+	dev-R/rstudioapi
+	dev-R/covr
+"
+
+src_test() {
+	cd "${WORKDIR}/${P}/tests" || die
+	R_LIBS="${T}/R" edo Rscript --vanilla test-all.R
+}


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-R/testit/
@ 2022-07-05  7:14 Florian Schmaus
  0 siblings, 0 replies; 3+ messages in thread
From: Florian Schmaus @ 2022-07-05  7:14 UTC (permalink / raw
  To: gentoo-commits

commit:     42147bef5e4834c8ee9f179d60046230b0bdfbb3
Author:     Robert Greener <me <AT> r0bert <DOT> dev>
AuthorDate: Mon Jul  4 13:38:29 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jul  4 13:38:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=42147bef

dev-R/testit: fix metadata

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

 dev-R/testit/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-R/testit/metadata.xml b/dev-R/testit/metadata.xml
index 3823f9b80..e4be58d26 100644
--- a/dev-R/testit/metadata.xml
+++ b/dev-R/testit/metadata.xml
@@ -5,7 +5,7 @@
 		<email>me@r0bert.dev</email>
 		<name>Robert Greener</name>
 	</maintainer>
-	<longdescription lang="en">Helper functions to install and maintain the 'LaTeX' distribution named 'TinyTeX' (https://yihui.org/tinytex/), a lightweight, cross-platform, portable, and easy-to-maintain version of 'TeX Live'. This package also contains helper functions to compile 'LaTeX' documents, and install missing 'LaTeX' packages automatically.</longdescription>
+	<longdescription lang="en">Provides two convenience functions assert() and test_pkg() to facilitate testing R packages.</longdescription>
 	<upstream>
 		<maintainer>
 			<name>Yihui Xie</name>


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

* [gentoo-commits] repo/proj/guru:master commit in: dev-R/testit/
  2022-09-08 10:06 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2022-09-08 10:06 ` Andrew Ammerlaan
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2022-09-08 10:06 UTC (permalink / raw
  To: gentoo-commits

commit:     66d779ba8671b76811c470eed3e51b73c7f04e03
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  8 10:05:19 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Sep  8 10:05:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=66d779ba

dev-R/testit: drop RedundantLongDescription

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-R/testit/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-R/testit/metadata.xml b/dev-R/testit/metadata.xml
index e4be58d26..69aab7659 100644
--- a/dev-R/testit/metadata.xml
+++ b/dev-R/testit/metadata.xml
@@ -5,7 +5,6 @@
 		<email>me@r0bert.dev</email>
 		<name>Robert Greener</name>
 	</maintainer>
-	<longdescription lang="en">Provides two convenience functions assert() and test_pkg() to facilitate testing R packages.</longdescription>
 	<upstream>
 		<maintainer>
 			<name>Yihui Xie</name>


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

end of thread, other threads:[~2022-09-08 10:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-05  7:14 [gentoo-commits] repo/proj/guru:master commit in: dev-R/testit/ Florian Schmaus
  -- strict thread matches above, loose matches on Subject: below --
2022-09-08 10:06 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2022-09-08 10:06 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2022-07-05  7:14 Florian Schmaus

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