summaryrefslogtreecommitdiff
path: root/app-crypt/scrypt
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-16 09:32:48 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-16 09:32:48 +0100
commit9ee6d97c2883d42f204a533a8bc1f4562df778fb (patch)
treeb690ddc0ca30f1472887edbb0b8313629bfcbbb2 /app-crypt/scrypt
parentb17a3ef12038de50228bade1f05502c74e135321 (diff)
gentoo resync : 16.09.2020
Diffstat (limited to 'app-crypt/scrypt')
-rw-r--r--app-crypt/scrypt/Manifest4
-rw-r--r--app-crypt/scrypt/scrypt-1.3.0.ebuild2
-rw-r--r--app-crypt/scrypt/scrypt-1.3.1.ebuild19
3 files changed, 23 insertions, 2 deletions
diff --git a/app-crypt/scrypt/Manifest b/app-crypt/scrypt/Manifest
index 976fd4c8918a..e66c7f64cf71 100644
--- a/app-crypt/scrypt/Manifest
+++ b/app-crypt/scrypt/Manifest
@@ -1,3 +1,5 @@
DIST scrypt-1.3.0.tgz 380332 BLAKE2B 4bb2c5b911cd25e80444e7dd6381692a3ddd3dcd3a5f4bcda14c8cc4169f332f2c617175bfd222f03d8e48a3eefd9d01b2d7c3fd6b712b3266b2cc75bee8396b SHA512 199f58adb5231f1ad585dbe8f64d6c54920cee201bd7703bcfc7e64917bf8647f9e35b3835b78c41210fd9af5223a79938f2495e4b48e6a62bfe8721d82492c2
-EBUILD scrypt-1.3.0.ebuild 367 BLAKE2B 8c54c781b521093b14953bc48d71f0dc6fc0af0f0c66dcace8aa3c982b67fb6dfe349f7491e5c7e1c22157dcf78b9043776b3c09185365157262160a4ef1cb94 SHA512 85a67ababd83b9734198e34247ebcfe4889f0a62231649b7fa23375991a2177926aaa4a84a14e81e66e8c8261b7d302b6e27b5c01557c6bcceb2696e4f464f71
+DIST scrypt-1.3.1.tgz 394516 BLAKE2B 91faa22dc317927b92abe26c5e15cd52c409722716076c7cc502a0c6e4e84ceaaf60222b3ef141c6a209f36084df2d7f45d8f19482aa035c3e2442513c4283d9 SHA512 c76c29463d2a4db6b62283daca80bc4124a6272f37f983d472d44251b98da702f1edb16ad15058a8d0ea320c23bc1486892ab25d367d37ec77c38a55ad7e69fe
+EBUILD scrypt-1.3.0.ebuild 366 BLAKE2B d9e68ddbd0d8a77f930844b1f06a946885b229835aebee9dc952adbe39573d82935583417b0a863e6e7e0f1f11110466fe73d1a557ce31ede9d73862fd3d22cd SHA512 d0b4a0803ad08ac80be7c72c6f7c01f8ff447ee12e16cb69a451e618b60120bffadc397c073f99f63e28fc50eb959fb10e47b73634d3636744c6f0389d5107c2
+EBUILD scrypt-1.3.1.ebuild 453 BLAKE2B bd3356b596c7a690785da352e49b6727a81b50c117b53ed95a6fe7b2e4ae73407701150a07e8ea8494f46a6f14fe9349ff99cd779c3d486425a627bf7b73ccf1 SHA512 de2bf3a94eb0a20696b401505d42027ee9200f41e65c9246862bed5cee01e0157244ba88cb651f48ff831e01f89d5607b453de0cbadd9f3df10a1e133a21ed9a
MISC metadata.xml 368 BLAKE2B 66dc904d7524c2f61313445e7dfe583df69a6bfbbdd1ec8b4203206ec47bb178bb2c5bdacb618cfe47409fb0328ab32e6a6bff123725ed1088e9f2422b4c9e26 SHA512 1a6a98313e5a0e60c51174622e8b96d1b25b0a9b6060a55b1ec18690bf8def973f70c6597077663ab518f4d8135bf7ea114052be801b324e91f80d2580fa7914
diff --git a/app-crypt/scrypt/scrypt-1.3.0.ebuild b/app-crypt/scrypt/scrypt-1.3.0.ebuild
index bce60158dd53..ee6f1d1e12fe 100644
--- a/app-crypt/scrypt/scrypt-1.3.0.ebuild
+++ b/app-crypt/scrypt/scrypt-1.3.0.ebuild
@@ -9,6 +9,6 @@ SRC_URI="http://www.tarsnap.com/${PN}/${P}.tgz"
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
DOCS=( FORMAT )
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 000000000000..4631e15dceb7
--- /dev/null
+++ b/app-crypt/scrypt/scrypt-1.3.1.ebuild
@@ -0,0 +1,19 @@
+# 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 )
+
+src_test() {
+ # There's an empty check target, so can't call default.
+ emake test
+}