From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1415245-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 71573158093 for <garchives@archives.gentoo.org>; Mon, 4 Jul 2022 13:27:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90F36E0AB9; Mon, 4 Jul 2022 13:27:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7736DE0AB9 for <gentoo-commits@lists.gentoo.org>; Mon, 4 Jul 2022 13:27:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A8AC3419F2 for <gentoo-commits@lists.gentoo.org>; Mon, 4 Jul 2022 13:27:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11C2C4EC for <gentoo-commits@lists.gentoo.org>; Mon, 4 Jul 2022 13:27:19 +0000 (UTC) From: "Robert Greener" <me@r0bert.dev> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robert Greener" <me@r0bert.dev> Message-ID: <1656941227.07490c2edee4188458085da03ef678cd3876f6f0.me@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/testit/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-R/testit/Manifest dev-R/testit/metadata.xml dev-R/testit/testit-0.13.ebuild X-VCS-Directories: dev-R/testit/ X-VCS-Committer: me X-VCS-Committer-Name: Robert Greener X-VCS-Revision: 07490c2edee4188458085da03ef678cd3876f6f0 X-VCS-Branch: dev Date: Mon, 4 Jul 2022 13:27:19 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f6e4ae7b-2bcb-4aeb-9193-95963d791e18 X-Archives-Hash: 26b20067725bb669814a1901dd45e3c7 commit: 07490c2edee4188458085da03ef678cd3876f6f0 Author: Robert Greener <me <AT> r0bert <DOT> dev> AuthorDate: Mon Jul 4 13:27:07 2022 +0000 Commit: Robert Greener <me <AT> r0bert <DOT> dev> 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 +}