mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 11:33:15 -04:00
dev-R/ps: add 1.7.1, drop 1.7.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
31
dev-R/ps/ps-1.7.1.ebuild
Normal file
31
dev-R/ps/ps-1.7.1.ebuild
Normal file
@@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION='List, Query, Manipulate System Processes'
|
||||
HOMEPAGE="
|
||||
https://cran.r-project.org/package=ps
|
||||
https://github.com/r-lib/ps
|
||||
https://ps.r-lib.org/
|
||||
"
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE='MIT'
|
||||
|
||||
DEPEND=">=dev-lang/R-3.1"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${PN}-1.7.0-fPIE.patch" )
|
||||
|
||||
SUGGESTED_PACKAGES="
|
||||
dev-R/callr
|
||||
dev-R/covr
|
||||
dev-R/pingr
|
||||
>=dev-R/processx-3.1.0
|
||||
dev-R/R6
|
||||
dev-R/rlang
|
||||
>=dev-R/testthat-3.0.0
|
||||
dev-R/tibble
|
||||
"
|
||||
Reference in New Issue
Block a user