commit:     5d77c2037500b23b73009c0c8d4e608243412bd7
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 11 17:38:40 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Jul 11 18:43:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d77c203

dev-php/PEAR-XML_RSS: treeclean

Bug: https://bugs.gentoo.org/933998
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-php/PEAR-XML_RSS/Manifest                      |  1 -
 dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0-r2.ebuild  | 31 ----------------------
 .../PEAR-XML_RSS/files/XML_RSS-1.1.0-php8.patch    | 12 ---------
 dev-php/PEAR-XML_RSS/metadata.xml                  | 13 ---------
 4 files changed, 57 deletions(-)

diff --git a/dev-php/PEAR-XML_RSS/Manifest b/dev-php/PEAR-XML_RSS/Manifest
deleted file mode 100644
index b7255163d08b..000000000000
--- a/dev-php/PEAR-XML_RSS/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST XML_RSS-1.1.0.tgz 8178 BLAKE2B 
da290ea2e656372478435451b5043f3254e1a06423495c62c753b636208ece31e5b9aebe59a9b84254aac70d2088b4c35f78b763b6045d29c467ff0989bbc6fa
 SHA512 
947b040ec71728328bad0130da874132c12e8c14a37f57b0ebc4e9db26aed49d0f9702e20ae401bd92782e1895de71dbd5daf09adebec0eaf268c77dfe183c24

diff --git a/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0-r2.ebuild 
b/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0-r2.ebuild
deleted file mode 100644
index d26ab5240242..000000000000
--- a/dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0-r2.ebuild
+++ /dev/null
@@ -1,31 +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="PHP parser for RDF and RSS documents"
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="amd64 arm ~hppa ppc64 ~s390 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-php/PEAR-XML_Parser-1.3.8-r1"
-BDEPEND="test? ( ${RDEPEND} dev-php/phpunit )"
-
-PATCHES=( "${FILESDIR}/XML_RSS-1.1.0-php8.patch" )
-
-src_prepare() {
-       default
-       sed -i \
-               -e 's/_Framework_/\\Framework\\/' \
-               -e 's/_TextUI_/\\TextUI\\/' \
-               tests/*.php
-}
-
-src_test() {
-       phpunit --bootstrap "${S}/XML/RSS.php" \
-               --cache-result-file="${T}/test-results.cache" tests || die
-}

diff --git a/dev-php/PEAR-XML_RSS/files/XML_RSS-1.1.0-php8.patch 
b/dev-php/PEAR-XML_RSS/files/XML_RSS-1.1.0-php8.patch
deleted file mode 100644
index b78765cb80ea..000000000000
--- a/dev-php/PEAR-XML_RSS/files/XML_RSS-1.1.0-php8.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -aurN a/XML/RSS.php b/XML/RSS.php
---- a/XML/RSS.php      2017-03-07 14:16:38.000000000 -0500
-+++ b/XML/RSS.php      2022-01-11 09:09:34.745242886 -0500
-@@ -202,7 +202,7 @@
-      * @return void
-      * @access private
-      */
--    function startHandler($parser, $element, &$attribs)
-+    function startHandler($parser, $element, $attribs)
-     {
-         if (substr($element, 0, 4) == "RSS:") {
-             $element = substr($element, 4);

diff --git a/dev-php/PEAR-XML_RSS/metadata.xml 
b/dev-php/PEAR-XML_RSS/metadata.xml
deleted file mode 100644
index 728e8459a9fe..000000000000
--- a/dev-php/PEAR-XML_RSS/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="project">
-    <email>[email protected]</email>
-    <name>PHP</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">pear/XML_RSS</remote-id>
-    <remote-id type="pear">XML_RSS</remote-id>
-  </upstream>
-  <stabilize-allarches/>
-</pkgmetadata>

Reply via email to