From 2fa790387dcf3c200681f63276696711312f5c23 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sun, 11 Aug 2024 20:22:26 +0300 Subject: dev-php/PEAR-Mail_mimeDecode: treeclean Closes: https://bugs.gentoo.org/933998 (pkgremoved) Closes: https://bugs.gentoo.org/774819 (pkgremoved) Signed-off-by: Arthur Zamarin --- dev-php/PEAR-Mail_mimeDecode/Manifest | 1 - .../PEAR-Mail_mimeDecode-1.5.6-r3.ebuild | 24 ---------------------- ...PEAR-Mail_mimeDecode-1.5.6-r3-php8_compat.patch | 12 ----------- dev-php/PEAR-Mail_mimeDecode/metadata.xml | 11 ---------- 4 files changed, 48 deletions(-) delete mode 100644 dev-php/PEAR-Mail_mimeDecode/Manifest delete mode 100644 dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.6-r3.ebuild delete mode 100644 dev-php/PEAR-Mail_mimeDecode/files/PEAR-Mail_mimeDecode-1.5.6-r3-php8_compat.patch delete mode 100644 dev-php/PEAR-Mail_mimeDecode/metadata.xml (limited to 'dev-php') diff --git a/dev-php/PEAR-Mail_mimeDecode/Manifest b/dev-php/PEAR-Mail_mimeDecode/Manifest deleted file mode 100644 index f99b8b828811..000000000000 --- a/dev-php/PEAR-Mail_mimeDecode/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Mail_mimeDecode-1.5.6.tgz 13258 BLAKE2B 7e027cf9bf2a450bde639f8c530f216cc8dfd9eab719829dedad029d98fc5c4806279d13ec3ffb5191ba23edf64ae658ca0ec8d83f116da3fafbd23d758a9f00 SHA512 fe46ff2542acd3b180981c7dae41a1979b2edb3bfa5ad716a1ff39a255c2c04d92a7d770ae6531e38f3b869173f576fba44410c8e03269510d71dce5fa345bd1 diff --git a/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.6-r3.ebuild b/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.6-r3.ebuild deleted file mode 100644 index 2449fce9dc64..000000000000 --- a/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.6-r3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit php-pear-r2 - -DESCRIPTION="Provides a class to decode mime messages (split from PEAR-Mail_Mime)" -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm ~hppa ppc64 ~s390 sparc x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=">=dev-php/PEAR-Mail_Mime-1.5.2" -DEPEND="test? ( ${RDEPEND} dev-php/PEAR-PEAR )" - -PATCHES=( - "${FILESDIR}/PEAR-Mail_mimeDecode-1.5.6-r3-php8_compat.patch" -) - -src_test() { - pear run-tests tests || die -} diff --git a/dev-php/PEAR-Mail_mimeDecode/files/PEAR-Mail_mimeDecode-1.5.6-r3-php8_compat.patch b/dev-php/PEAR-Mail_mimeDecode/files/PEAR-Mail_mimeDecode-1.5.6-r3-php8_compat.patch deleted file mode 100644 index e167af7f6a33..000000000000 --- a/dev-php/PEAR-Mail_mimeDecode/files/PEAR-Mail_mimeDecode-1.5.6-r3-php8_compat.patch +++ /dev/null @@ -1,12 +0,0 @@ -https://pear.php.net/bugs/bug.php?id=23775 ---- a/Mail/mimeDecode.php -+++ b/Mail/mimeDecode.php -@@ -834,7 +834,7 @@ - - // Replace encoded characters - -- $cb = create_function('$matches', ' return chr(hexdec($matches[0]));'); -+ $cb = function($matches) { return chr(hexdec($matches[0])); }; - - $input = preg_replace_callback( '/=([a-f0-9]{2})/i', $cb, $input); - diff --git a/dev-php/PEAR-Mail_mimeDecode/metadata.xml b/dev-php/PEAR-Mail_mimeDecode/metadata.xml deleted file mode 100644 index 6f1279cd96c2..000000000000 --- a/dev-php/PEAR-Mail_mimeDecode/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - php-bugs@gentoo.org - PHP - - - Mail_mimeDecode - - -- cgit v1.2.3-65-gdbad