diff options
author | Brian Evans <grknight@gentoo.org> | 2023-02-20 15:38:54 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2023-02-20 15:40:22 -0500 |
commit | bdbaee4b01c055bf4ec879f26f180de62954e93f (patch) | |
tree | e16519bbdd4fb44ca8a9d40c9af26995ff17c474 /dev-php | |
parent | media-sound/jack-example-tools: Stabilize 4 x86, #895344 (diff) | |
download | gentoo-bdbaee4b01c055bf4ec879f26f180de62954e93f.tar.gz gentoo-bdbaee4b01c055bf4ec879f26f180de62954e93f.tar.bz2 gentoo-bdbaee4b01c055bf4ec879f26f180de62954e93f.zip |
dev-php/scrypt: Version bump for 2.0.0 and update live
Non-maintainer commit
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/scrypt/Manifest | 1 | ||||
-rw-r--r-- | dev-php/scrypt/scrypt-2.0.0.ebuild | 18 | ||||
-rw-r--r-- | dev-php/scrypt/scrypt-9999.ebuild | 6 |
3 files changed, 22 insertions, 3 deletions
diff --git a/dev-php/scrypt/Manifest b/dev-php/scrypt/Manifest index 2b70ca8e86eb..02e75d2c03b0 100644 --- a/dev-php/scrypt/Manifest +++ b/dev-php/scrypt/Manifest @@ -1 +1,2 @@ DIST scrypt-1.4.2.tgz 21585 BLAKE2B 6297b15aac8470eedc619c498badc4e453476a390cab0cfe7fabef00012131ff9e363834b9423a566dba603ea2a4351eee416419cc1e6c1245a9aba54d63a5ab SHA512 34a87e63250dcfb21b3d36f90a4e5f4bac9f0623917ceb0d613d49112ce0e13df9a93fb0730fb797be6337d023dc490fb881902b5492309fe8bf3e6fd5e685a0 +DIST scrypt-2.0.0.tgz 23229 BLAKE2B 71a40869004cbcb3fb6b303e1d59c0687b9817b89b38ebedc0001a732f4d4fba134ba124b09a6b4970da9892654631b41d0ce8e79d60eaccf788344972cb0760 SHA512 88b559f112f768eb1b61652ee5a6a75edbfd6133aca39c0d740dd083e3d2f718232a607a05a306cd40faeb4cab48f98de04f0799011d86543385583a99fb508f diff --git a/dev-php/scrypt/scrypt-2.0.0.ebuild b/dev-php/scrypt/scrypt-2.0.0.ebuild new file mode 100644 index 000000000000..3fc681c01f83 --- /dev/null +++ b/dev-php/scrypt/scrypt-2.0.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PHP_EXT_ECONF_ARGS="--enable-scrypt" +USE_PHP="php7-4 php8-0 php8-1 php8-2" + +inherit php-ext-pecl-r3 + +DESCRIPTION="A PHP wrapper for the scrypt hashing algorithm" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-util/re2c" diff --git a/dev-php/scrypt/scrypt-9999.ebuild b/dev-php/scrypt/scrypt-9999.ebuild index 900385d5cf23..16afe4e90e07 100644 --- a/dev-php/scrypt/scrypt-9999.ebuild +++ b/dev-php/scrypt/scrypt-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PHP_EXT_ECONF_ARGS="--enable-scrypt" -USE_PHP="php7-3 php7-4 php8-0" +USE_PHP="php8-0 php8-1 php8-2" EGIT_REPO_URI="https://github.com/DomBlack/php-scrypt.git" inherit git-r3 php-ext-pecl-r3 |