mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -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:
@@ -1 +1 @@
|
|||||||
DIST openssl_1.4.5.tar.gz 1311351 BLAKE2B ea474c31471fbe5bef52c7980669cb928901758bc8774d22a431f1786bbc1958eeb0823c2ab1509dec1432fc7d693ead73184b7e9392e4d446b88db50d97bba2 SHA512 8811a02a553e217931f28b2efb8e8051762e4aad3b9b9e32ab9b879fe1752d295ee05c5e2847c1671fc860575489d7ea53f7b5c9665f3dc7f9cb8942ad404085
|
DIST openssl_2.0.0.tar.gz 1200448 BLAKE2B b4ad712a1330555b0eb387ee3adcf8efde86f427269c95de90a196e9bc335daa1bb491c83748516605d40c63d8ba6445f8d1914e20d9a5cab77478cd60adaa55 SHA512 c432910e880e2297bbe4da91ae5043e75d9c356eb086ff314f0bf4994185158f332907b887891ed8666ad20b438c0316c893c6d8b4f6d38e0fd1b4094a0b9aed
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
# Copyright 1999-2022 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
@@ -12,10 +12,21 @@ LICENSE='MIT'
|
|||||||
DEPEND="dev-R/askpass"
|
DEPEND="dev-R/askpass"
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
${DEPEND}
|
${DEPEND}
|
||||||
dev-libs/openssl
|
>=dev-libs/openssl-1.0.2
|
||||||
"
|
"
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
tc-export AR
|
tc-export AR
|
||||||
R-packages_src_prepare
|
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