From 5efc9ebbb6b3328372ab779a6be36d76d227fcea Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 17 Mar 2025 16:18:13 -0400 Subject: [PATCH] dev-php/realpath_turbo: treeclean (php:8.1) Signed-off-by: Michael Orlitzky --- dev-php/realpath_turbo/Manifest | 1 - dev-php/realpath_turbo/metadata.xml | 11 -------- .../realpath_turbo-2.0.0.ebuild | 28 ------------------- 3 files changed, 40 deletions(-) delete mode 100644 dev-php/realpath_turbo/Manifest delete mode 100644 dev-php/realpath_turbo/metadata.xml delete mode 100644 dev-php/realpath_turbo/realpath_turbo-2.0.0.ebuild diff --git a/dev-php/realpath_turbo/Manifest b/dev-php/realpath_turbo/Manifest deleted file mode 100644 index edbb9d2adfb38..0000000000000 --- a/dev-php/realpath_turbo/Manifest +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index f689049a20f77..0000000000000 --- a/dev-php/realpath_turbo/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - 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 deleted file mode 100644 index c231200c3f098..0000000000000 --- a/dev-php/realpath_turbo/realpath_turbo-2.0.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2024 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="php8-1" - -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/realpath_turbo/" -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 )