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 4D08315800A for ; Sat, 26 Aug 2023 15:10:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3AB62BC1D3; Sat, 26 Aug 2023 15:10:05 +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 C81AF2BC1D3 for ; Sat, 26 Aug 2023 15:10:05 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67434340D8E for ; Sat, 26 Aug 2023 15:10:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67ADE10A2 for ; Sat, 26 Aug 2023 15:09:59 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1693062568.1bcaf98f94b4ca467f2cb0f2bb262d45d77e2d8e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Mail_mimeDecode/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.6-r2.ebuild X-VCS-Directories: dev-php/PEAR-Mail_mimeDecode/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1bcaf98f94b4ca467f2cb0f2bb262d45d77e2d8e X-VCS-Branch: master Date: Sat, 26 Aug 2023 15:09:59 +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: 633f7741-5606-410b-a9de-b74244d82a00 X-Archives-Hash: 82f3fc75b8bc79550adef53cc39f31f0 commit: 1bcaf98f94b4ca467f2cb0f2bb262d45d77e2d8e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 26 13:09:34 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 26 15:09:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bcaf98f dev-php/PEAR-Mail_mimeDecode: drop 1.5.6-r2 Signed-off-by: Andreas Sturmlechner gentoo.org> .../PEAR-Mail_mimeDecode-1.5.6-r2.ebuild | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.6-r2.ebuild b/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.6-r2.ebuild deleted file mode 100644 index 8b1020cd58be..000000000000 --- a/dev-php/PEAR-Mail_mimeDecode/PEAR-Mail_mimeDecode-1.5.6-r2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit php-pear-r2 - -DESCRIPTION="Provides a class to decode mime messages (split from PEAR-Mail_Mime)" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc 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 )" - -src_test() { - pear run-tests tests || die -}