public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Mail_mimeDecode/files/, profiles/, dev-php/PEAR-Mail_mimeDecode/
@ 2024-08-11 17:24 Arthur Zamarin
  0 siblings, 0 replies; only message in thread
From: Arthur Zamarin @ 2024-08-11 17:24 UTC (permalink / raw
  To: gentoo-commits

commit:     2fa790387dcf3c200681f63276696711312f5c23
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 17:22:26 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 17:24:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa79038

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 <AT> gentoo.org>

 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 ----------
 profiles/package.mask                              |  8 --------
 5 files changed, 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-08-11 17:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-11 17:24 [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Mail_mimeDecode/files/, profiles/, dev-php/PEAR-Mail_mimeDecode/ Arthur Zamarin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox