dev-R/ps: new

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-05-31 23:24:51 +02:00
parent bd8cc187b1
commit a183b003ba
3 changed files with 23 additions and 0 deletions

1
dev-R/ps/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST ps_1.6.0.tar.gz 119670 BLAKE2B bf838fe601c4a3fedc7b17b7222c888ee44e52ec571cb4557665fa8dd8f577da6f4616fa351cb3e13da92898a9bebe2581b4e6918f01862296dbeb99af55db5f SHA512 c5110e86ea72a3c1aff4d93fbcb630b00d9b59e49271530327dfa8f1f7f88b9caab909b76d1638f77518292bec438412961375035e156b3ceebe6fed381bae45

9
dev-R/ps/metadata.xml Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
List, Query, Manipulate System Processes // List, query and
manipulate all system processes, on 'Windows', 'Linux' and
'macOS'.
</longdescription>
</pkgmetadata>

13
dev-R/ps/ps-1.6.0.ebuild Normal file
View File

@@ -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='List, Query, Manipulate System Processes'
KEYWORDS="~amd64"
LICENSE='MIT'
DEPEND=">=dev-lang/R-3.1"
RDEPEND="${DEPEND}"