public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-R/digest/
@ 2020-05-08 10:19 Andrew Ammerlaan
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2020-05-08 10:19 UTC (permalink / raw
  To: gentoo-commits

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>lssndrbarbieri@gmail.com</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>
+				edd@debian.org
+			</email>
+		</maintainer>
+		<remote-id type="github">
+			eddelbuettel/digest
+		</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-R/digest/
@ 2021-03-15 10:58 Andrew Ammerlaan
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2021-03-15 10:58 UTC (permalink / raw
  To: gentoo-commits

commit:     d7c78ba5585c381bba29d13c672a22503a51f45c
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Mar 14 22:20:42 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 14 22:42:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d7c78ba5

dev-R/digest: new version

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-R/digest/Manifest             |  1 +
 dev-R/digest/digest-0.6.27.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/dev-R/digest/Manifest b/dev-R/digest/Manifest
index 8945aeb6..bc8afd5c 100644
--- a/dev-R/digest/Manifest
+++ b/dev-R/digest/Manifest
@@ -1 +1,2 @@
 DIST digest_0.6.25.tar.gz 145642 BLAKE2B f7947399dde2e53820049f972b4e48f2685f65dbdb686ba05fa4e903aee87aee04767f8d247f1c537fe5c3cad2188f122e085fc11011152638649b94bbc5aba7 SHA512 5fb3683a3d20740aee0c98bdd52e60ebad3e7c7ca8db770d360aebf138b81f1623b70cdb382b2b32c5b7b59dbeef529cc2a75a7c5421c8be90c08c5a46bb1bc1
+DIST digest_0.6.27.tar.gz 164373 BLAKE2B 0583494459a04cb8a2c42429a7fa6248c9d0c93762c64732bcc96fb874defd64272fbb9af3c870b3653be8c0e1ec25c523adffa3b1af237af96cd0aba3e24a29 SHA512 e97f2232d2bbebb2f5daf8f240a37ac9fae6d7ab57fc96c693fdca5436d8b9d1984ada5bd6f11c9683ae9096eda87db02d292f2d111b06af6f878f34bc46c639

diff --git a/dev-R/digest/digest-0.6.27.ebuild b/dev-R/digest/digest-0.6.27.ebuild
new file mode 100644
index 00000000..47ed27e2
--- /dev/null
+++ b/dev-R/digest/digest-0.6.27.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 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+'
+KEYWORDS="~amd64"
+IUSE="${IUSE-}"
+RDEPEND=">=dev-lang/R-3.3.0"
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-15 10:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-08 10:19 [gentoo-commits] repo/proj/guru:master commit in: dev-R/digest/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2021-03-15 10:58 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox