commit:     4cc9c4c4fc675c0580c515650cd38fa10e982346
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri May  8 00:22:06 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
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 <lssndrbarbieri <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Alessandro Barbieri</name>
+       </maintainer>
+       <longdescription lang="en">
+               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.
+       </longdescription>
+       <upstream>
+               <bugs-to>
+                       https://github.com/eddelbuettel/digest/issues
+               </bugs-to>
+               <doc lang="en">
+                       
https://cran.r-project.org/web//packages/digest/digest.pdf
+               </doc>
+               <changelog>
+                       
https://cran.r-project.org/web//packages/digest/ChangeLog
+               </changelog>
+               <maintainer>
+                       <name>
+                               Dirk Eddelbuettel
+                       </name>
+                       <email>
+                               [email protected]
+                       </email>
+               </maintainer>
+               <remote-id type="github">
+                       eddelbuettel/digest
+               </remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to