dev-php/realpath_turbo: initial import of v2.0.0
authorThomas Deutschmann <whissi@gentoo.org>
Fri, 29 Nov 2019 19:33:51 +0000 (20:33 +0100)
committerThomas Deutschmann <whissi@gentoo.org>
Fri, 29 Nov 2019 19:35:10 +0000 (20:35 +0100)
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
dev-php/realpath_turbo/Manifest [new file with mode: 0644]
dev-php/realpath_turbo/metadata.xml [new file with mode: 0644]
dev-php/realpath_turbo/realpath_turbo-2.0.0.ebuild [new file with mode: 0644]

diff --git a/dev-php/realpath_turbo/Manifest b/dev-php/realpath_turbo/Manifest
new file mode 100644 (file)
index 0000000..edbb9d2
--- /dev/null
@@ -0,0 +1 @@
+DIST realpath_turbo-2.0.0.tar.bz2 9106 BLAKE2B 3275397ab72def1b120d2df1bfe6c233283754539b2ea7dfd558a0773d2f094f9f6b31850a516b883af470cd04d4ebb9d5a7d8492608169a797d1562c7236d11 SHA512 03a03d4a3a067ffac61222c4d71031ab9e289b745fd3b158b5b723f3abf1ad7bb1f691904e3f7b53a98c970f1b0f7c4fe558a4de696aac77d0f9a0f99159fb30
diff --git a/dev-php/realpath_turbo/metadata.xml b/dev-php/realpath_turbo/metadata.xml
new file mode 100644 (file)
index 0000000..9c672a7
--- /dev/null
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>whissi@gentoo.org</email>
+               <name>Thomas Deutschmann</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>php-bugs@gentoo.org</email>
+               <name>PHP Project</name>
+       </maintainer>
+       <upstream>
+               <bugs-to>https://github.com/Whissi/realpath_turbo/issues</bugs-to>
+       </upstream>
+</pkgmetadata>
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 (file)
index 0000000..629ec76
--- /dev/null
@@ -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 )