commit:     be811365b7db0210c2ccfdde0e74f2e4150c7e86
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed May  4 02:37:50 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed May  4 02:37:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=be811365

dev-R/RcppEnsmallen: add 0.2.19.0.1, drop 0.2.17.0.1

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-R/RcppEnsmallen/Manifest                           |  2 +-
 ...2.17.0.1.ebuild => RcppEnsmallen-0.2.19.0.1.ebuild} | 18 +++++++++++++++---
 2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/dev-R/RcppEnsmallen/Manifest b/dev-R/RcppEnsmallen/Manifest
index a0c565f82..933182fcd 100644
--- a/dev-R/RcppEnsmallen/Manifest
+++ b/dev-R/RcppEnsmallen/Manifest
@@ -1 +1 @@
-DIST RcppEnsmallen_0.2.17.0.1.tar.gz 243399 BLAKE2B 
c143d6f2d3631e1226ee35894fc56ea113a756418efbd1e2deb70d9b1ddbf63e79b6cbe8c86f2dab81bbfd62af2ae464651fedd893dee0c6961c8759f589c421
 SHA512 
6b6c10ad188b13cca2498c5fc2cec74a18eab34f30411cbc48e09c327253889aa85a80717372aadc2f5c2245f7a7332c474cae237730bab5dbf4b4895f0f7607
+DIST RcppEnsmallen_0.2.19.0.1.tar.gz 252878 BLAKE2B 
20d1d87aadc14abb68263c2384e517b6f71ee805cb95cd0d3c0ba240ab11cacedaf74d0f50a56e033b228ddfbd0e0ea9d09c95af057571381a43743107fdc94d
 SHA512 
e201d2e76cd20e2d01d7a7d76ce685320481f0ed61a58c9ccc49d38a8f7168dc455f36660dd7cab2484e8eb809cbae79a91c998aca430f4699ddff95c6bbb59f

diff --git a/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild 
b/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.19.0.1.ebuild
similarity index 80%
rename from dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild
rename to dev-R/RcppEnsmallen/RcppEnsmallen-0.2.19.0.1.ebuild
index 003cfc953..9f73b5c34 100644
--- a/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.17.0.1.ebuild
+++ b/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.19.0.1.ebuild
@@ -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
 
 EAPI=7
@@ -6,8 +6,14 @@ EAPI=7
 inherit R-packages eapi8-dosym
 
 MY_PV="$(ver_cut 2-4 ${PV})"
+
 DESCRIPTION='Header-Only C++ Mathematical Optimization library for armadillo'
+HOMEPAGE="
+       https://cran.r-project.org/package=RcppEnsmallen
+       https://github.com/coatless-rpkg/rcppensmallen
+"
 #SRC_URI="mirror://cran/src/contrib/RcppEnsmallen/RcppEnsmallen_${PV}.tar.gz"
+
 KEYWORDS="~amd64"
 LICENSE='GPL-2+'
 
@@ -16,8 +22,14 @@ DEPEND="
        dev-R/Rcpp
        =sci-libs/ensmallen-${MY_PV}*:=
 "
-RDEPEND="${DEPEND}
-       >=dev-R/RcppArmadillo-0.8.400.0.0
+RDEPEND="
+       ${DEPEND}
+       >=dev-R/RcppArmadillo-0.9.800.0.0
+"
+
+SUGGESTED_PACKAGES="
+       dev-R/knitr
+       dev-R/rmarkdown
 "
 
 src_prepare() {

Reply via email to