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 059191382C5 for ; Thu, 15 Feb 2018 19:16:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 456C9E09FE; Thu, 15 Feb 2018 19:16:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 27B08E09FE for ; Thu, 15 Feb 2018 19:16:05 +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 A1B64335C2E for ; Thu, 15 Feb 2018 19:16:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F01EF1C5 for ; Thu, 15 Feb 2018 19:16:02 +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: <1518722147.178ea489db782aebee52cbb7c8f779886be47a09.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-PEAR_PackageFileManager/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.2-r1.ebuild dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.2-r2.ebuild X-VCS-Directories: dev-php/PEAR-PEAR_PackageFileManager/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 178ea489db782aebee52cbb7c8f779886be47a09 X-VCS-Branch: master Date: Thu, 15 Feb 2018 19:16:02 +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-Archives-Salt: f15ced76-b6f5-4f5c-9bbb-8c7dc6393f8e X-Archives-Hash: 5c07bdcffd78651a1c09fff4ea675577 commit: 178ea489db782aebee52cbb7c8f779886be47a09 Author: Brian Evans gentoo org> AuthorDate: Thu Feb 15 18:23:06 2018 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu Feb 15 19:15:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=178ea489 dev-php/PEAR-PEAR_PackageFileManager: Drop minimal USE dev-php/PEAR-PHP_CompatInfo is abanonded on PEAR and not easily replaced Package-Manager: Portage-2.3.24, Repoman-2.3.6 ....7.2-r1.ebuild => PEAR-PEAR_PackageFileManager-1.7.2-r2.ebuild} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.2-r1.ebuild b/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.2-r2.ebuild similarity index 68% rename from dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.2-r1.ebuild rename to dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.2-r2.ebuild index 1e153900c98..b0973dc6211 100644 --- a/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.2-r1.ebuild +++ b/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,10 +9,9 @@ DESCRIPTION="Updates an existing package.xml file with a new filelist and change LICENSE="PHP-3.01" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="minimal" +IUSE="" RDEPEND=">=dev-lang/php-5.3:* >=dev-php/PEAR-PEAR-1.10.1 dev-php/PEAR-PEAR_PackageFileManager2 - dev-php/PEAR-PEAR_PackageFileManager_Plugins - !minimal? ( >=dev-php/PEAR-PHP_CompatInfo-1.4.0 )" + dev-php/PEAR-PEAR_PackageFileManager_Plugins"