summaryrefslogtreecommitdiff
path: root/dev-R/sys
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/sys
parent5696b060dbdb11e5b2236c4f3310c311484c1611 (diff)
downloadbaldeagleos-repo-4387175f6b4a0d6a696cddfd00ad161d53fbc214.tar.gz
baldeagleos-repo-4387175f6b4a0d6a696cddfd00ad161d53fbc214.tar.xz
baldeagleos-repo-4387175f6b4a0d6a696cddfd00ad161d53fbc214.zip
Adding metadata
Diffstat (limited to 'dev-R/sys')
-rw-r--r--dev-R/sys/Manifest1
-rw-r--r--dev-R/sys/metadata.xml22
-rw-r--r--dev-R/sys/sys-3.4.ebuild10
3 files changed, 0 insertions, 33 deletions
diff --git a/dev-R/sys/Manifest b/dev-R/sys/Manifest
deleted file mode 100644
index 74478e0975ff..000000000000
--- a/dev-R/sys/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sys_3.4.tar.gz 20138 BLAKE2B 604619a39513fc31d297691395678045e02a7b0852930446f32c0d2b23404c21309a79323dc7615984aedcf2dda720d7cef632693291910da34b57b65943820b SHA512 e1f3ddc0b553d23dc4888905946670b23b39f83d9282b50925c18bd1fc4ba7da9ab51274c55e128117a6c7a377976202c4cc55c9d68ba9f4a3c6db5a8f27df8b
diff --git a/dev-R/sys/metadata.xml b/dev-R/sys/metadata.xml
deleted file mode 100644
index 8b6d0b0ac0a4..000000000000
--- a/dev-R/sys/metadata.xml
+++ /dev/null
@@ -1,22 +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">Drop-in replacements for the base system2() function with fine control
-and consistent behavior across platforms. Supports clean interruption, timeout,
-background tasks, and streaming STDIN / STDOUT / STDERR over binary or text
-connections. Arguments on Windows automatically get encoded and quoted to work
-on different locales.</longdescription>
- <upstream>
- <maintainer>
- <email>jeroen@berkeley.edu</email>
- <name>Jeroen Ooms</name>
- </maintainer>
- <bugs-to>https://github.com/jeroen/sys/issues</bugs-to>
- </upstream>
- <origin>gentoo-guru-overlay</origin>
-</pkgmetadata> \ No newline at end of file
diff --git a/dev-R/sys/sys-3.4.ebuild b/dev-R/sys/sys-3.4.ebuild
deleted file mode 100644
index 9565f39ece03..000000000000
--- a/dev-R/sys/sys-3.4.ebuild
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit R-packages
-
-DESCRIPTION='Powerful and Reliable Tools for Running System Commands in R'
-KEYWORDS="~amd64"
-LICENSE='MIT'