summaryrefslogtreecommitdiff
path: root/dev-R/processx
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-03-26 08:16:36 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-03-26 08:16:36 +0000
commit4387175f6b4a0d6a696cddfd00ad161d53fbc214 (patch)
treea3eaf07b9f03508b22670a755eea0dabf2e7123c /dev-R/processx
parent5696b060dbdb11e5b2236c4f3310c311484c1611 (diff)
downloadbaldeagleos-repo-4387175f6b4a0d6a696cddfd00ad161d53fbc214.tar.gz
baldeagleos-repo-4387175f6b4a0d6a696cddfd00ad161d53fbc214.tar.xz
baldeagleos-repo-4387175f6b4a0d6a696cddfd00ad161d53fbc214.zip
Adding metadata
Diffstat (limited to 'dev-R/processx')
-rw-r--r--dev-R/processx/Manifest1
-rw-r--r--dev-R/processx/metadata.xml24
-rw-r--r--dev-R/processx/processx-3.6.1.ebuild34
3 files changed, 0 insertions, 59 deletions
diff --git a/dev-R/processx/Manifest b/dev-R/processx/Manifest
deleted file mode 100644
index 37d73ff17679..000000000000
--- a/dev-R/processx/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST processx_3.6.1.tar.gz 148517 BLAKE2B caf8fea7f65530e5a1aac64796685192b79b82ed62a013f78686756927f6b253a26fbc0af98c2c3e8d6cac680191db690e379d20e89a6aa23e27720eb56d7a8f SHA512 309e9b34525b1824097f1811c1194292ec86bf9f232ef88ef1b4ae19e14154c8023be334bf9b763d3762555857c0856ce07803efa57ffad17905a906c9b01175
diff --git a/dev-R/processx/metadata.xml b/dev-R/processx/metadata.xml
deleted file mode 100644
index a77592d0130d..000000000000
--- a/dev-R/processx/metadata.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>lssndrbarbieri@gmail.com</email>
- <name>Alessandro Barbieri</name>
- <description>co-maintainers welcome</description>
- </maintainer>
- <longdescription lang="en">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>
- <upstream>
- <maintainer>
- <email>csardi.gabor@gmail.com</email>
- <name>Gábor Csárdi</name>
- </maintainer>
- <bugs-to>https://github.com/r-lib/processx/issues</bugs-to>
- </upstream>
- <origin>gentoo-guru-overlay</origin>
-</pkgmetadata> \ No newline at end of file
diff --git a/dev-R/processx/processx-3.6.1.ebuild b/dev-R/processx/processx-3.6.1.ebuild
deleted file mode 100644
index 63c4d4f2d8a3..000000000000
--- a/dev-R/processx/processx-3.6.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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'
-HOMEPAGE="
- https://cran.r-project.org/package=processx
- https://processx.r-lib.org/
- https://github.com/r-lib/processx
-"
-
-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
-"