diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2023-12-28 02:56:03 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-12-28 02:56:03 +0100 |
commit | 4bce90b9e6a4d9a7f4f0bed28dda62dcbdf46e74 (patch) | |
tree | 3a268a8781e8edc43ab0aff1e22152c28dc6d049 /dev-php | |
parent | dev-php/pecl-mongodb: drop php8-0 (diff) | |
download | gentoo-4bce90b9e6a4d9a7f4f0bed28dda62dcbdf46e74.tar.gz gentoo-4bce90b9e6a4d9a7f4f0bed28dda62dcbdf46e74.tar.bz2 gentoo-4bce90b9e6a4d9a7f4f0bed28dda62dcbdf46e74.zip |
dev-php/pecl-raphf: drop 2.0.1-r1
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-raphf/pecl-raphf-2.0.1-r1.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-php/pecl-raphf/pecl-raphf-2.0.1-r1.ebuild b/dev-php/pecl-raphf/pecl-raphf-2.0.1-r1.ebuild deleted file mode 100644 index 6d5801fa0023..000000000000 --- a/dev-php/pecl-raphf/pecl-raphf-2.0.1-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -PHP_EXT_NAME="raphf" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -PHP_EXT_ECONF_ARGS="" -PHP_INI_NAME="30-${PHP_EXT_NAME}" - -USE_PHP="php8-0" - -inherit php-ext-pecl-r3 - -KEYWORDS="amd64 x86" - -DESCRIPTION="A reusable, persistent handle and resource factory API" -LICENSE="BSD-2" -SLOT="7" -IUSE="" |