From 7bc9c63c9da678a7e6fceb095d56c634afd22c56 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 15 Dec 2019 18:09:03 +0000 Subject: gentoo resync : 15.12.2019 --- dev-php/realpath_turbo/realpath_turbo-2.0.0.ebuild | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 dev-php/realpath_turbo/realpath_turbo-2.0.0.ebuild (limited to 'dev-php/realpath_turbo/realpath_turbo-2.0.0.ebuild') diff --git a/dev-php/realpath_turbo/realpath_turbo-2.0.0.ebuild b/dev-php/realpath_turbo/realpath_turbo-2.0.0.ebuild new file mode 100644 index 000000000000..629ec768de12 --- /dev/null +++ b/dev-php/realpath_turbo/realpath_turbo-2.0.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +PHP_EXT_NAME="realpath_turbo" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +USE_PHP="php5-6 php7-1 php7-2 php7-3 php7-4" + +inherit php-ext-source-r3 + +MY_PV="${PV/_/}" + +DESCRIPTION="PHP extension to re-enable realpath cache when using open_basedir restriction" +HOMEPAGE="https://github.com/Whissi/${PN}/" +SRC_URI="https://github.com/Whissi/${PN}/releases/download/v${MY_PV}/${P}.tar.bz2" + +LICENSE="BSD-2" +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND="" + +DOCS=( ChangeLog CREDITS LICENSE README.md ) -- cgit v1.2.3