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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A327D13835A for ; Tue, 8 Dec 2020 21:40:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1913E0857; Tue, 8 Dec 2020 21:40:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C1CCE0857 for ; Tue, 8 Dec 2020 21:40:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67C6D340E0E for ; Tue, 8 Dec 2020 21:40:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2AD938A for ; Tue, 8 Dec 2020 21:40:55 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1607463647.51a2bea30c58252394163bbf937a429557bd182d.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-mailparse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-mailparse/pecl-mailparse-3.1.1.ebuild X-VCS-Directories: dev-php/pecl-mailparse/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 51a2bea30c58252394163bbf937a429557bd182d X-VCS-Branch: master Date: Tue, 8 Dec 2020 21:40:55 +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: 30fabebe-e9f8-493d-818a-4b7a98e27de0 X-Archives-Hash: 3412dc6b3770a68b8d59d22c3182dd98 commit: 51a2bea30c58252394163bbf937a429557bd182d Author: Brian Evans gentoo org> AuthorDate: Tue Dec 8 21:12:48 2020 +0000 Commit: Brian Evans gentoo org> CommitDate: Tue Dec 8 21:40:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51a2bea3 dev-php/pecl-mailparse: Drop 7-1 target; add 8-0 target Signed-off-by: Brian Evans gentoo.org> dev-php/pecl-mailparse/pecl-mailparse-3.1.1.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dev-php/pecl-mailparse/pecl-mailparse-3.1.1.ebuild b/dev-php/pecl-mailparse/pecl-mailparse-3.1.1.ebuild index cb73196e10c..68fd925dfe8 100644 --- a/dev-php/pecl-mailparse/pecl-mailparse-3.1.1.ebuild +++ b/dev-php/pecl-mailparse/pecl-mailparse-3.1.1.ebuild @@ -8,7 +8,7 @@ PHP_EXT_NAME="mailparse" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" PHP_EXT_ECONF_ARGS="" -USE_PHP="php7-1 php7-2 php7-3 php7-4" +USE_PHP="php7-2 php7-3 php7-4 php8-0" PHP_EXT_NEEDED_USE="unicode" DOCS=( README.md ) @@ -20,9 +20,3 @@ DESCRIPTION="PHP extension for parsing and working with RFC822 and MIME complian LICENSE="PHP-3.01" SLOT="7" IUSE="" - -src_prepare() { - # Missing test source files in archive. Fixed upstream in next release. - rm tests/011.phpt tests/bug001.phpt || die - php-ext-source-r3_src_prepare -}