dev-R/survival: add 3.3.1, drop 3.2.11

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-03-23 04:08:51 +01:00
parent e528ac5f7c
commit 630991d552
2 changed files with 8 additions and 5 deletions

View File

@@ -1 +1 @@
DIST survival_3.2-11.tar.gz 6274168 BLAKE2B 2a8be50021773094fdaa548d6d9859f4c41d6dedebcbaefd07d7b2c8dce2507b1eb8192efe1f0b04df666b0ab38829bb0932afae3d9798b5e93e91a6f7cd2d2b SHA512 0f829dafe292994cb02c84f4bd679586a6fba80e7678eca89bef6db7dd1f5da5019f27f3bce4e8b90376ac94013115298bec9b6058d46d1d748cb2df823994a5
DIST survival_3.3-1.tar.gz 6577371 BLAKE2B 5f6cd5becc11967a38102a3f89b2afa4e4486630e0e42977ab5498a3f51ca60ed5a6fd09f53d913ca3ede12b327a01f77f91071fa31b304beacf613a361ef0d3 SHA512 19c7108ab0cfbb05414766b611615e76289d6df9b7fac053e56474e4d1e416c8ebb16421656bff78f9dbbc661a786d392bf2de56f293f2790dfc884ffab1cc0a

View File

@@ -1,18 +1,21 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
MYPV="$(ver_rs 2 -)"
inherit R-packages
DESCRIPTION='Survival Analysis'
SRC_URI="mirror://cran/src/contrib/survival_3.2-11.tar.gz"
SRC_URI="mirror://cran/src/contrib/${PN}_${MYPV}.tar.gz"
KEYWORDS="~amd64"
LICENSE='LGPL-2+'
DEPEND="
virtual/Matrix
dev-lang/R[minimal]
>=dev-lang/R-3.5.0
!dev-lang/R[-minimal]
virtual/Matrix
"
RDEPEND="${DEPEND}"