diff options
Diffstat (limited to 'dev-R/processx')
| -rw-r--r-- | dev-R/processx/Manifest | 1 | ||||
| -rw-r--r-- | dev-R/processx/metadata.xml | 19 | ||||
| -rw-r--r-- | dev-R/processx/processx-3.5.3.ebuild | 28 |
3 files changed, 48 insertions, 0 deletions
diff --git a/dev-R/processx/Manifest b/dev-R/processx/Manifest new file mode 100644 index 000000000000..b7becbf70cb0 --- /dev/null +++ b/dev-R/processx/Manifest @@ -0,0 +1 @@ +DIST processx_3.5.3.tar.gz 141998 BLAKE2B 0e4b79b9bd59342c3465754d6ac4e66359c71c3854e09e6926e6ae6d91e0396060e9e68204f19e7aef9de0eed70f9010af5c63892589d0914cc9e641296d0cb2 SHA512 65873967e3ff14be0bbff9bae94894784d05f5bb7f29f92f17b404d75e60e0e8fcd40bc78b97d5e3ebcae4749826714a24d04f9359bead4a73dfc7dd54ddb968 diff --git a/dev-R/processx/metadata.xml b/dev-R/processx/metadata.xml new file mode 100644 index 000000000000..6e6f1f3eda6a --- /dev/null +++ b/dev-R/processx/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <description>co-maintainers welcome</description> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + </maintainer> + <longdescription lang="en"> + Execute and Control System Processes // Tools to run system + processes in the background. It can check if a background + process is running; wait on a background process to finish; get + the exit status of finished processes; kill background + processes. It can read the standard output and error of the + processes, using non-blocking connections. 'processx' can poll + a process for standard output or error, with a timeout. It can + also poll several processes at once. + </longdescription> +</pkgmetadata> diff --git a/dev-R/processx/processx-3.5.3.ebuild b/dev-R/processx/processx-3.5.3.ebuild new file mode 100644 index 000000000000..a713b495508c --- /dev/null +++ b/dev-R/processx/processx-3.5.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages + +DESCRIPTION='Execute and Control System Processes' +KEYWORDS="~amd64" +LICENSE='MIT' + +DEPEND=" + >=dev-lang/R-3.4.0 + >=dev-R/ps-1.2.0 + dev-R/R6 +" +RDEPEND="${DEPEND}" + +SUGGESTED_PACKAGES=" + >=dev-R/callr-3.7.0 + >=dev-R/cli-1.1.0 + dev-R/codetools + dev-R/covr + dev-R/curl + dev-R/debugme + >=dev-R/testthat-3.0.0 + dev-R/withr +" |
