diff options
-rw-r--r-- | dev-php/PEAR-Mail_mimeDecode/Manifest | 1 | ||||
-rw-r--r-- | dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.6-r3.ebuild | 24 | ||||
-rw-r--r-- | dev-php/PEAR-Mail_mimeDecode/files/PEAR-Mail_mimeDecode-1.5.6-r3-php8_compat.patch | 12 | ||||
-rw-r--r-- | dev-php/PEAR-Mail_mimeDecode/metadata.xml | 11 | ||||
-rw-r--r-- | profiles/package.mask | 8 |
5 files changed, 0 insertions, 56 deletions
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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>php-bugs@gentoo.org</email> - <name>PHP</name> - </maintainer> - <upstream> - <remote-id type="pear">Mail_mimeDecode</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index b97e628e6e22..911246585d8a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -249,14 +249,6 @@ dev-ruby/rspectacular ~dev-vcs/mercurial-6.7.2 ~dev-vcs/mercurial-6.7.3 -# Viorel Munteanu <ceamac@gentoo.org> (2024-06-11) -# dev-php/pear, dev-php/PEAR-* and their reverse dependencies: mask for removal -# in 30 days. -# They are all unmaintained, most of the ebuilds are still EAPI 6, and together -# they have around 40 bugs. -# Removal: 2024-08-11. Bug #933998. -dev-php/PEAR-Mail_mimeDecode - # Alfredo Tupone <tupone@gentoo.org> (2024-06-09) # Not ready for testing >=dev-lang/ocaml-5 |