Сравнение scrypt-2.0.0 с scrypt-9999
| /usr/portage/dev-php/scrypt/scrypt-9999.ebuild 2026-02-19 11:18:07.371314369 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 | 6 |
PHP_EXT_ECONF_ARGS="--enable-scrypt" |
| 7 |
USE_PHP="php8-2" |
|
| 7 |
USE_PHP="php8-2 php8-3 php8-4 php8-5" |
|
| 8 |
EGIT_REPO_URI="https://github.com/DomBlack/php-scrypt.git" |
|
| 8 | 9 | |
| 9 |
inherit php-ext-pecl-r3 |
|
| 10 |
inherit git-r3 php-ext-pecl-r3 |
|
| 10 | 11 | |
| 11 | 12 |
DESCRIPTION="A PHP wrapper for the scrypt hashing algorithm" |
| 13 |
unset SRC_URI |
|
| 12 | 14 | |
| 13 | 15 |
LICENSE="BSD-2" |
| 14 | 16 |
SLOT="0" |
| 15 |
KEYWORDS="~amd64 ~x86" |
|
| 16 |
IUSE="" |
|
| 17 | 17 | |
| 18 | 18 |
DEPEND="dev-util/re2c" |