mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 17:43:11 -04:00
dev-R/openssl: add 2.0.0, drop 1.4.5
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
32
dev-R/openssl/openssl-2.0.0.ebuild
Normal file
32
dev-R/openssl/openssl-2.0.0.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit R-packages toolchain-funcs
|
||||
|
||||
DESCRIPTION='Toolkit for Encryption, Signatures and certificates based on openssl'
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE='MIT'
|
||||
|
||||
DEPEND="dev-R/askpass"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
>=dev-libs/openssl-1.0.2
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
tc-export AR
|
||||
R-packages_src_prepare
|
||||
}
|
||||
|
||||
SUGGESTED_PACKAGES="
|
||||
dev-R/curl
|
||||
>=dev-R/testthat-2.1.0
|
||||
dev-R/digest
|
||||
dev-R/knitr
|
||||
dev-R/rmarkdown
|
||||
dev-R/jsonlite
|
||||
dev-R/jose
|
||||
dev-R/sodium
|
||||
"
|
||||
Reference in New Issue
Block a user