Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-PEAR_PackageFileManager/
Date: Thu, 15 Feb 2018 19:16:08
Message-Id: 1518722147.178ea489db782aebee52cbb7c8f779886be47a09.grknight@gentoo
1 commit: 178ea489db782aebee52cbb7c8f779886be47a09
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 15 18:23:06 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 15 19:15:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=178ea489
7
8 dev-php/PEAR-PEAR_PackageFileManager: Drop minimal USE
9
10 dev-php/PEAR-PHP_CompatInfo is abanonded on PEAR and not easily replaced
11
12 Package-Manager: Portage-2.3.24, Repoman-2.3.6
13
14 ....7.2-r1.ebuild => PEAR-PEAR_PackageFileManager-1.7.2-r2.ebuild} | 7 +++----
15 1 file changed, 3 insertions(+), 4 deletions(-)
16
17 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
18 similarity index 68%
19 rename from dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.2-r1.ebuild
20 rename to dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.2-r2.ebuild
21 index 1e153900c98..b0973dc6211 100644
22 --- a/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.2-r1.ebuild
23 +++ b/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.2-r2.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2017 Gentoo Foundation
26 +# Copyright 1999-2018 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -9,10 +9,9 @@ DESCRIPTION="Updates an existing package.xml file with a new filelist and change
31 LICENSE="PHP-3.01"
32 SLOT="0"
33 KEYWORDS="~amd64 ~x86"
34 -IUSE="minimal"
35 +IUSE=""
36
37 RDEPEND=">=dev-lang/php-5.3:*
38 >=dev-php/PEAR-PEAR-1.10.1
39 dev-php/PEAR-PEAR_PackageFileManager2
40 - dev-php/PEAR-PEAR_PackageFileManager_Plugins
41 - !minimal? ( >=dev-php/PEAR-PHP_CompatInfo-1.4.0 )"
42 + dev-php/PEAR-PEAR_PackageFileManager_Plugins"