From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 79E8B138334 for ; Fri, 29 Nov 2019 19:36:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 454D4E08BE; Fri, 29 Nov 2019 19:36:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1DB1FE08BE for ; Fri, 29 Nov 2019 19:36:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD3CD34D5BA for ; Fri, 29 Nov 2019 19:35:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BA9B8C7 for ; Fri, 29 Nov 2019 19:35:55 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1575056110.f5485b7a5dbfd68ef35ed95da1cbe1a849c308c1.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/realpath_turbo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/realpath_turbo/Manifest dev-php/realpath_turbo/metadata.xml dev-php/realpath_turbo/realpath_turbo-2.0.0.ebuild X-VCS-Directories: dev-php/realpath_turbo/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: f5485b7a5dbfd68ef35ed95da1cbe1a849c308c1 X-VCS-Branch: master Date: Fri, 29 Nov 2019 19:35:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2f78eaa2-9d8b-4853-91e7-856bc66d9615 X-Archives-Hash: c9fbad9f1eddbd2594031dc62305cb6a commit: f5485b7a5dbfd68ef35ed95da1cbe1a849c308c1 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Nov 29 19:33:51 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Nov 29 19:35:10 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5485b7a dev-php/realpath_turbo: initial import of v2.0.0 Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Thomas Deutschmann gentoo.org> dev-php/realpath_turbo/Manifest | 1 + dev-php/realpath_turbo/metadata.xml | 15 ++++++++++++ dev-php/realpath_turbo/realpath_turbo-2.0.0.ebuild | 28 ++++++++++++++++++++++ 3 files changed, 44 insertions(+) diff --git a/dev-php/realpath_turbo/Manifest b/dev-php/realpath_turbo/Manifest new file mode 100644 index 00000000000..edbb9d2adfb --- /dev/null +++ b/dev-php/realpath_turbo/Manifest @@ -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 index 00000000000..9c672a72477 --- /dev/null +++ b/dev-php/realpath_turbo/metadata.xml @@ -0,0 +1,15 @@ + + + + + whissi@gentoo.org + Thomas Deutschmann + + + php-bugs@gentoo.org + PHP Project + + + https://github.com/Whissi/realpath_turbo/issues + + 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 00000000000..629ec768de1 --- /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 )