summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-08-11 20:22:26 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-08-11 20:24:21 +0300
commit2fa790387dcf3c200681f63276696711312f5c23 (patch)
tree06bbe720f0cdd34eb66258820587c57c522bcdcf /dev-php
parentdev-python/pytest-freezegun: treeclean (diff)
downloadgentoo-2fa790387dcf3c200681f63276696711312f5c23.tar.gz
gentoo-2fa790387dcf3c200681f63276696711312f5c23.tar.bz2
gentoo-2fa790387dcf3c200681f63276696711312f5c23.zip
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 <arthurzam@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-Mail_mimeDecode/Manifest1
-rw-r--r--dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.6-r3.ebuild24
-rw-r--r--dev-php/PEAR-Mail_mimeDecode/files/PEAR-Mail_mimeDecode-1.5.6-r3-php8_compat.patch12
-rw-r--r--dev-php/PEAR-Mail_mimeDecode/metadata.xml11
4 files changed, 0 insertions, 48 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>