Import dev-php/pecl-scrypt and dev-php/php-ast ebuilds

Signed-off-by: Stefan Knoblich <stkn@bitplumber.de>
This commit is contained in:
2021-04-02 01:29:08 +02:00
parent 4f07377153
commit a822a52f44
4 changed files with 61 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="6"
PHP_EXT_NAME="scrypt"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
DOCS="CREDITS LICENSE README.md"
USE_PHP="php5-4 php5-5 php5-6 php7-0"
inherit php-ext-pecl-r3
KEYWORDS="amd64 x86"
DESCRIPTION="Scrypt hashing function"
LICENSE="BSD-2"
SLOT="0"
IUSE=""
DEPEND="virtual/libc"
RDEPEND="${DEPEND}"