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 EFDDB138359 for ; Fri, 8 May 2020 00:27:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBC20E08DD; Fri, 8 May 2020 00:27:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8FFCCE08DD for ; Fri, 8 May 2020 00:27:32 +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 70DD234F2F8 for ; Fri, 8 May 2020 00:27:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29281233 for ; Fri, 8 May 2020 00:27:28 +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: <1588897643.4cc9c4c4fc675c0580c515650cd38fa10e982346.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/digest/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-R/digest/Manifest dev-R/digest/digest-0.6.25.ebuild dev-R/digest/metadata.xml X-VCS-Directories: dev-R/digest/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 4cc9c4c4fc675c0580c515650cd38fa10e982346 X-VCS-Branch: dev Date: Fri, 8 May 2020 00:27:28 +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: 20973581-41d6-4222-a86d-1c871564d010 X-Archives-Hash: 0e4c9e183c6000203cb62b93926d7956 commit: 4cc9c4c4fc675c0580c515650cd38fa10e982346 Author: Alessandro Barbieri gmail com> AuthorDate: Fri May 8 00:22:06 2020 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Fri May 8 00:27:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4cc9c4c4 dev-R/digest: new package Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri gmail.com> dev-R/digest/Manifest | 1 + dev-R/digest/digest-0.6.25.ebuild | 18 ++++++++++++++++++ dev-R/digest/metadata.xml | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+) diff --git a/dev-R/digest/Manifest b/dev-R/digest/Manifest new file mode 100644 index 0000000..8945aeb --- /dev/null +++ b/dev-R/digest/Manifest @@ -0,0 +1 @@ +DIST digest_0.6.25.tar.gz 145642 BLAKE2B f7947399dde2e53820049f972b4e48f2685f65dbdb686ba05fa4e903aee87aee04767f8d247f1c537fe5c3cad2188f122e085fc11011152638649b94bbc5aba7 SHA512 5fb3683a3d20740aee0c98bdd52e60ebad3e7c7ca8db770d360aebf138b81f1623b70cdb382b2b32c5b7b59dbeef529cc2a75a7c5421c8be90c08c5a46bb1bc1 diff --git a/dev-R/digest/digest-0.6.25.ebuild b/dev-R/digest/digest-0.6.25.ebuild new file mode 100644 index 0000000..f08e151 --- /dev/null +++ b/dev-R/digest/digest-0.6.25.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit R-packages-guru + +DESCRIPTION='Create Compact Hash Digests of R Objects' +HOMEPAGE=" + http://dirk.eddelbuettel.com/code/digest.html + https://github.com/eddelbuettel/digest +" +SRC_URI="http://cran.r-project.org/src/contrib/${PN}_${PV}.tar.gz" +LICENSE='GPL-2+' + +IUSE="${IUSE-}" +RDEPEND=">=dev-lang/R-3.1.0" +DEPEND="${RDEPEND}" diff --git a/dev-R/digest/metadata.xml b/dev-R/digest/metadata.xml new file mode 100644 index 0000000..4aee549 --- /dev/null +++ b/dev-R/digest/metadata.xml @@ -0,0 +1,33 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + Implementation of a function 'digest()' for the creation of hash digests of arbitrary R objects (using the 'md5', 'sha-1', 'sha-256', 'crc32', 'xxhash', 'murmurhash' and 'spookyhash' algorithms) permitting easy comparison of R language objects, as well as functions such as'hmac()' to create hash-based message authentication code. Please note that this package is not meant to be deployed for cryptographic purposes for which more comprehensive (and widely tested) libraries such as 'OpenSSL' should be used. + + + + https://github.com/eddelbuettel/digest/issues + + + https://cran.r-project.org/web//packages/digest/digest.pdf + + + https://cran.r-project.org/web//packages/digest/ChangeLog + + + + Dirk Eddelbuettel + + + edd@debian.org + + + + eddelbuettel/digest + + +