From 77fa4b4f5d4b9b65782cddb1fcb8c40018084b62 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Mon, 31 May 2021 23:16:46 +0200 Subject: [PATCH] dev-R/withr: new Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri --- dev-R/withr/Manifest | 1 + dev-R/withr/metadata.xml | 11 +++++++++++ dev-R/withr/withr-2.4.2.ebuild | 13 +++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 dev-R/withr/Manifest create mode 100644 dev-R/withr/metadata.xml create mode 100644 dev-R/withr/withr-2.4.2.ebuild diff --git a/dev-R/withr/Manifest b/dev-R/withr/Manifest new file mode 100644 index 0000000000..c45c9197ca --- /dev/null +++ b/dev-R/withr/Manifest @@ -0,0 +1 @@ +DIST withr_2.4.2.tar.gz 94283 BLAKE2B 3dcdbf5403b5b4874314bc2a53370e7f22e9770cff140f913e1a6361c575a2153c839a47c01cd7f465ab359b44f8ac99ba192e9766b9440cea8037d4382d0b8f SHA512 b493e06d03a1710cddbd008a8ee76ec951541bbd9992e49a03a87d3f2ebbb4805441d3c17ccfba3546fdd14bc46e67afc40236e972642faf832ecf0f3c58f72f diff --git a/dev-R/withr/metadata.xml b/dev-R/withr/metadata.xml new file mode 100644 index 0000000000..49f8a40291 --- /dev/null +++ b/dev-R/withr/metadata.xml @@ -0,0 +1,11 @@ + + + + + Run Code 'With' Temporarily Modified Global State // A set of + functions to run code 'with' safely and temporarily modified + global state. Many of these functions were originally a part of + the 'devtools' package, this provides a simple package with + limited dependencies to provide access to these functions. + + diff --git a/dev-R/withr/withr-2.4.2.ebuild b/dev-R/withr/withr-2.4.2.ebuild new file mode 100644 index 0000000000..d2fc01b293 --- /dev/null +++ b/dev-R/withr/withr-2.4.2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages + +DESCRIPTION='Run Code With Temporarily Modified Global State' +KEYWORDS="~amd64" +LICENSE='MIT' + +DEPEND=">=dev-lang/R-3.2.0" +RDEPEND="${DEPEND}"