From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 088911581C1 for ; Thu, 11 Jul 2024 18:47:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D93E72BC0D0; Thu, 11 Jul 2024 18:47:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BBBFD2BC0D0 for ; Thu, 11 Jul 2024 18:47:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D69F134300A for ; Thu, 11 Jul 2024 18:47:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3236B1E2B for ; Thu, 11 Jul 2024 18:47:25 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1720723420.cb040706c1d5e80fcbac97f4bfee9c61fd1d6ad2.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Validate/files/, dev-php/PEAR-Validate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-Validate/Manifest dev-php/PEAR-Validate/PEAR-Validate-0.8.6.ebuild dev-php/PEAR-Validate/files/0.8.5-fix-test-php7.patch dev-php/PEAR-Validate/metadata.xml X-VCS-Directories: dev-php/PEAR-Validate/files/ dev-php/PEAR-Validate/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: cb040706c1d5e80fcbac97f4bfee9c61fd1d6ad2 X-VCS-Branch: master Date: Thu, 11 Jul 2024 18:47:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4fc3e272-1a5a-40fd-bfee-18efc9b518ba X-Archives-Hash: 1a74ebb327ea3d8ab28b924a0f0afefe commit: cb040706c1d5e80fcbac97f4bfee9c61fd1d6ad2 Author: Viorel Munteanu gentoo org> AuthorDate: Thu Jul 11 17:38:16 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Thu Jul 11 18:43:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb040706 dev-php/PEAR-Validate: treeclean Bug: https://bugs.gentoo.org/933998 Bug: https://bugs.gentoo.org/774798 Signed-off-by: Viorel Munteanu gentoo.org> dev-php/PEAR-Validate/Manifest | 1 - dev-php/PEAR-Validate/PEAR-Validate-0.8.6.ebuild | 23 ---------------------- .../PEAR-Validate/files/0.8.5-fix-test-php7.patch | 19 ------------------ dev-php/PEAR-Validate/metadata.xml | 9 --------- 4 files changed, 52 deletions(-) diff --git a/dev-php/PEAR-Validate/Manifest b/dev-php/PEAR-Validate/Manifest deleted file mode 100644 index 60effe7697df..000000000000 --- a/dev-php/PEAR-Validate/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Validate-0.8.6.tgz 21840 BLAKE2B 32b41534da0ec39ff425725a85c46e2043262160c630b03368036071871f3f6b86ffc648b62f103101e0d513505d51bacbfb8469d709f4cab6195680fa9cb666 SHA512 75627eb4d0a7622c17477670bf484384c0e5f8286832e0c357bf24a573256e9e70f84c8b818a4c7fb90ca2215a386d27ccd0cd5ee1e92dc4cbdd174290d136de diff --git a/dev-php/PEAR-Validate/PEAR-Validate-0.8.6.ebuild b/dev-php/PEAR-Validate/PEAR-Validate-0.8.6.ebuild deleted file mode 100644 index 42b1ca8b7f1e..000000000000 --- a/dev-php/PEAR-Validate/PEAR-Validate-0.8.6.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit php-pear-r2 - -KEYWORDS="amd64 ~arm ~hppa ppc64 ~s390 sparc x86" - -DESCRIPTION="Validation class" -LICENSE="BSD" -SLOT="0" -IUSE="minimal test" -RESTRICT="!test? ( test )" - -DEPEND="test? ( dev-php/PEAR-PEAR dev-php/PEAR-Date )" -RDEPEND="!minimal? ( dev-php/PEAR-Date )" -#PATCHES=( "${FILESDIR}/0.8.5-fix-test-php7.patch" ) -HTML_DOCS=( docs/Example_Locale.php docs/sample_multiple.php ) - -src_test() { - peardev run-tests tests || die -} diff --git a/dev-php/PEAR-Validate/files/0.8.5-fix-test-php7.patch b/dev-php/PEAR-Validate/files/0.8.5-fix-test-php7.patch deleted file mode 100644 index 069c5467d049..000000000000 --- a/dev-php/PEAR-Validate/files/0.8.5-fix-test-php7.patch +++ /dev/null @@ -1,19 +0,0 @@ -From a22b5cf2c7e4b4cf366c311150721961d9b456ea Mon Sep 17 00:00:00 2001 -From: Christian Weiske -Date: Thu, 16 Jul 2015 00:38:55 +0200 -Subject: [PATCH] Make tests run on PHP 7 - -diff --git a/Validate.php b/Validate.php -index a8f621c..ea6cfa7 100644 ---- a/Validate.php -+++ b/Validate.php -@@ -583,7 +583,8 @@ function email($email, $options = null) - if ($use_rfc822? Validate::__emailRFC822($email, $options) : - preg_match($regex, $email)) { - if ($check_domain && function_exists('checkdnsrr')) { -- $domain = preg_replace('/[^-a-z.0-9]/i', '', array_pop(explode('@', $email))); -+ $parts = explode('@', $email); -+ $domain = preg_replace('/[^-a-z.0-9]/i', '', array_pop($parts)); - if (checkdnsrr($domain, 'MX') || checkdnsrr($domain, 'A')) { - return true; - } diff --git a/dev-php/PEAR-Validate/metadata.xml b/dev-php/PEAR-Validate/metadata.xml deleted file mode 100644 index 666e6402df14..000000000000 --- a/dev-php/PEAR-Validate/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - php-bugs@gentoo.org - PHP - - -