Import dev-php/pecl-scrypt and dev-php/php-ast ebuilds
Signed-off-by: Stefan Knoblich <stkn@bitplumber.de>
This commit is contained in:
24
dev-php/pecl-scrypt/pecl-scrypt-1.4.2.ebuild
Normal file
24
dev-php/pecl-scrypt/pecl-scrypt-1.4.2.ebuild
Normal 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}"
|
||||
Reference in New Issue
Block a user