From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4B5C11382C5 for ; Fri, 11 Jun 2021 15:23:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E45D1E0907; Fri, 11 Jun 2021 15:23:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C9C12E0907 for ; Fri, 11 Jun 2021 15:23:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9A113408CF for ; Fri, 11 Jun 2021 15:23:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D9A07BE for ; Fri, 11 Jun 2021 15:23:15 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1623424991.1695988b95071134fa7842bcd98c03dacea7ce8b.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/RcppEnsmallen/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-R/RcppEnsmallen/Manifest dev-R/RcppEnsmallen/RcppEnsmallen-0.2.15.0.1.ebuild dev-R/RcppEnsmallen/RcppEnsmallen-0.2.16.1.1.ebuild X-VCS-Directories: dev-R/RcppEnsmallen/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 1695988b95071134fa7842bcd98c03dacea7ce8b X-VCS-Branch: dev Date: Fri, 11 Jun 2021 15:23:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8e1cdf12-d25b-4ae2-8257-9b78df66ab87 X-Archives-Hash: a3fce41d68d7567bdde00e9d8ae2fd72 commit: 1695988b95071134fa7842bcd98c03dacea7ce8b Author: Alessandro Barbieri gmail com> AuthorDate: Mon Jun 7 14:39:19 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Fri Jun 11 15:23:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1695988b dev-R/RcppEnsmallen: add 0.2.15.0.1, drop 0.2.16.1.1 Signed-off-by: Alessandro Barbieri gmail.com> dev-R/RcppEnsmallen/Manifest | 2 +- ...cppEnsmallen-0.2.16.1.1.ebuild => RcppEnsmallen-0.2.15.0.1.ebuild} | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-R/RcppEnsmallen/Manifest b/dev-R/RcppEnsmallen/Manifest index 61c91433a..592d85448 100644 --- a/dev-R/RcppEnsmallen/Manifest +++ b/dev-R/RcppEnsmallen/Manifest @@ -1 +1 @@ -DIST RcppEnsmallen_0.2.16.1.1.tar.gz 224840 BLAKE2B 8d2499f971e6bdfcf49b008782456871670e6de0ca9f6ed30c42602e57734edf3d8d9482f42e2355645adfeb622174eb630b2e56772654e50377715f95c76345 SHA512 eebed4b7b6239af7f2c80f1276e6670bf597cff276c0d04d700cb62dce106d6463a8b9ee3464051d63d653739de5ccacdb757d715dd966163de142b9b227d942 +DIST RcppEnsmallen_0.2.15.0.1.tar.gz 223966 BLAKE2B fd7ed0b56d2f136f836b8987bb7b599aa1acdffce3c77e381939d7ec575cb5dabb181d5ddd7c229f3905b3d43c69705cd55fffcae5ea057742435ac13baa5080 SHA512 ab3ad2711154342030f66d89a3472181ac311b769b55018742cbee7e233327eabb85d4dccb9a5361f680d1ca0fe5ffa613211f908d85981eea19efd0ecb39f70 diff --git a/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.16.1.1.ebuild b/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.15.0.1.ebuild similarity index 71% rename from dev-R/RcppEnsmallen/RcppEnsmallen-0.2.16.1.1.ebuild rename to dev-R/RcppEnsmallen/RcppEnsmallen-0.2.15.0.1.ebuild index 0f929ce3a..5b357cc94 100644 --- a/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.16.1.1.ebuild +++ b/dev-R/RcppEnsmallen/RcppEnsmallen-0.2.15.0.1.ebuild @@ -3,15 +3,19 @@ EAPI=7 +MYPV="$(ver_cut 2-4 ${PV})" + inherit R-packages DESCRIPTION='Header-Only C++ Mathematical Optimization library for armadillo' +SRC_URI="mirror://cran/src/contrib/Archive/RcppEnsmallen/RcppEnsmallen_${PV}.tar.gz" KEYWORDS="~amd64" LICENSE='GPL-2+' DEPEND=" >=dev-lang/R-3.3.0 dev-R/Rcpp + =sci-libs/ensmallen-${MYPV}* " RDEPEND=" ${DEPEND}