commit:     3e1ed5d50ce0a8d75be0755b5243043ba44504e8
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Mon Aug 31 17:58:11 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 14 18:26:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e1ed5d5

app-crypt/scrypt: bump to 1.3.1, add tests

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/17350
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-crypt/scrypt/Manifest            |  1 +
 app-crypt/scrypt/scrypt-1.3.1.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/app-crypt/scrypt/Manifest b/app-crypt/scrypt/Manifest
index ec7b1fd64f8..879079184f0 100644
--- a/app-crypt/scrypt/Manifest
+++ b/app-crypt/scrypt/Manifest
@@ -1 +1,2 @@
 DIST scrypt-1.3.0.tgz 380332 BLAKE2B 
4bb2c5b911cd25e80444e7dd6381692a3ddd3dcd3a5f4bcda14c8cc4169f332f2c617175bfd222f03d8e48a3eefd9d01b2d7c3fd6b712b3266b2cc75bee8396b
 SHA512 
199f58adb5231f1ad585dbe8f64d6c54920cee201bd7703bcfc7e64917bf8647f9e35b3835b78c41210fd9af5223a79938f2495e4b48e6a62bfe8721d82492c2
+DIST scrypt-1.3.1.tgz 394516 BLAKE2B 
91faa22dc317927b92abe26c5e15cd52c409722716076c7cc502a0c6e4e84ceaaf60222b3ef141c6a209f36084df2d7f45d8f19482aa035c3e2442513c4283d9
 SHA512 
c76c29463d2a4db6b62283daca80bc4124a6272f37f983d472d44251b98da702f1edb16ad15058a8d0ea320c23bc1486892ab25d367d37ec77c38a55ad7e69fe

diff --git a/app-crypt/scrypt/scrypt-1.3.1.ebuild 
b/app-crypt/scrypt/scrypt-1.3.1.ebuild
new file mode 100644
index 00000000000..8cf33735143
--- /dev/null
+++ b/app-crypt/scrypt/scrypt-1.3.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A simple password-based encryption utility using scrypt key 
derivation function"
+HOMEPAGE="http://www.tarsnap.com/scrypt.html";
+SRC_URI="http://www.tarsnap.com/scrypt/${P}.tgz";
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=( FORMAT )
+
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+src_test() {
+       default
+       emake test
+}

Reply via email to