commit: 556e8be92c82c3777947ae79ccdc9cae0b7df4a7 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Sat Feb 15 19:45:00 2025 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Sat Feb 15 19:45:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=556e8be9
app-crypt/scrypt: add 1.3.3 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> app-crypt/scrypt/Manifest | 1 + app-crypt/scrypt/scrypt-1.3.3.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/app-crypt/scrypt/Manifest b/app-crypt/scrypt/Manifest index ef195b690316..ea4a6286bef8 100644 --- a/app-crypt/scrypt/Manifest +++ b/app-crypt/scrypt/Manifest @@ -1 +1,2 @@ DIST scrypt-1.3.2.tgz 424414 BLAKE2B aac8dc8360652d5d4d3654d47de961eec99675ee20d8507abf1ffb4de0b7bc8f040cd58cabfd5c0b8c2c197b2302206ea2c747aee1f62a2fe3eaa64e108bce6e SHA512 5f2c4f74cec107b08675c5e287c151d633b3a02f12c71d9484ecb14750b3a45b90e2da9dae9090af59346518492aeab01c215961fd592c4f5e5b944f27d9afc7 +DIST scrypt-1.3.3.tgz 432339 BLAKE2B 4cd625c8fae44b0526f6cca4a9f4573f76dbc67b3a3f917c0d7615916f10f8f492c8b5289c7eecda7ecd482a23f13e5143eeac49450988c72c8bae1aa62edf86 SHA512 73dab45d0a395a2abc96ab2395afbea6abbe8818cd30f734e6af443677cb25756e0969cbdfbedc200e19167359c7d9be7967eb8e6dba45178fed6036c2859e8e diff --git a/app-crypt/scrypt/scrypt-1.3.3.ebuild b/app-crypt/scrypt/scrypt-1.3.3.ebuild new file mode 100644 index 000000000000..ae4278b58b0e --- /dev/null +++ b/app-crypt/scrypt/scrypt-1.3.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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 +}
