commit:     c5a36593f9d1a862e99e7898dea6aa80622b1640
Author:     Vladimir Pavljuchenkov <spiderx <AT> spiderx <DOT> dp <DOT> ua>
AuthorDate: Thu Jul 24 21:01:37 2025 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jul 25 08:54:53 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a36593

dev-php/scrypt: add 2.0.1

Signed-off-by: Vladimir Pavljuchenkov <spiderx <AT> spiderx.dp.ua>
Part-of: https://github.com/gentoo/gentoo/pull/41094
Closes: https://github.com/gentoo/gentoo/pull/41094
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-php/scrypt/Manifest            |  1 +
 dev-php/scrypt/scrypt-2.0.1.ebuild | 17 +++++++++++++++++
 2 files changed, 18 insertions(+)

diff --git a/dev-php/scrypt/Manifest b/dev-php/scrypt/Manifest
index 00e5ed387f21..c52869adccbd 100644
--- a/dev-php/scrypt/Manifest
+++ b/dev-php/scrypt/Manifest
@@ -1 +1,2 @@
 DIST scrypt-2.0.0.tgz 23229 BLAKE2B 
71a40869004cbcb3fb6b303e1d59c0687b9817b89b38ebedc0001a732f4d4fba134ba124b09a6b4970da9892654631b41d0ce8e79d60eaccf788344972cb0760
 SHA512 
88b559f112f768eb1b61652ee5a6a75edbfd6133aca39c0d740dd083e3d2f718232a607a05a306cd40faeb4cab48f98de04f0799011d86543385583a99fb508f
+DIST scrypt-2.0.1.tgz 23284 BLAKE2B 
87cb4b580e08a7c07d80d2f659d6a8a826413ffe3577c5cfea0d7dd813511c4921fc3f62cb262ee864b8bba03729b653447264c5318d27aca80ffd6fea36dafa
 SHA512 
c10446b09c6400420e038f2044eefe0ab0204e0de7cdb1c4de60b508c6735b887d9b93b3d3ce317d990f2c18a9c085240d72a21d379f1cbbe848039e12f03467

diff --git a/dev-php/scrypt/scrypt-2.0.1.ebuild 
b/dev-php/scrypt/scrypt-2.0.1.ebuild
new file mode 100644
index 000000000000..0467a41429b1
--- /dev/null
+++ b/dev-php/scrypt/scrypt-2.0.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PHP_EXT_ECONF_ARGS="--enable-scrypt"
+USE_PHP="php8-2 php8-3 php8-4"
+
+inherit php-ext-pecl-r3
+
+DESCRIPTION="A PHP wrapper for the scrypt hashing algorithm"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-util/re2c"

Reply via email to