Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/PEAR-PEAR_PackageFileManager: PEAR-PEAR_PackageFileManager-1.7.0.ebuild PEAR-PEAR_PackageFileManager-1.6.3.ebuild ChangeLog
Date: Sun, 01 Jul 2012 21:40:32
Message-Id: 20120701214022.454FA2004B@flycatcher.gentoo.org
1 mabi 12/07/01 21:40:22
2
3 Modified: PEAR-PEAR_PackageFileManager-1.7.0.ebuild
4 PEAR-PEAR_PackageFileManager-1.6.3.ebuild ChangeLog
5 Log:
6 move to EAPI4 to get rid of depend.php
7
8 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.0.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.0.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.0.ebuild?r1=1.1&r2=1.2
16
17 Index: PEAR-PEAR_PackageFileManager-1.7.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.0.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- PEAR-PEAR_PackageFileManager-1.7.0.ebuild 16 Feb 2010 05:05:18 -0000 1.1
24 +++ PEAR-PEAR_PackageFileManager-1.7.0.ebuild 1 Jul 2012 21:40:22 -0000 1.2
25 @@ -1,8 +1,10 @@
26 -# Copyright 1999-2010 Gentoo Foundation
27 +# Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.0.ebuild,v 1.1 2010/02/16 05:05:18 beandog Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.7.0.ebuild,v 1.2 2012/07/01 21:40:22 mabi Exp $
31
32 -inherit php-pear-r1 depend.php
33 +EAPI=4
34 +
35 +inherit php-pear-r1
36
37 DESCRIPTION="Takes an existing package.xml file and updates it with a new filelist and changelog."
38
39 @@ -12,8 +14,5 @@
40 IUSE="minimal"
41
42 DEPEND=">=dev-php/pear-1.8.1"
43 -RDEPEND="!minimal? ( >=dev-php/PEAR-PHP_CompatInfo-1.4.0 )"
44 -
45 -pkg_setup() {
46 - require_php_with_use xml simplexml
47 -}
48 +RDEPEND="dev-lang/php[xml,simplexml]
49 + !minimal? ( >=dev-php/PEAR-PHP_CompatInfo-1.4.0 )"
50
51
52
53 1.4 dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.6.3.ebuild
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.6.3.ebuild?rev=1.4&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.6.3.ebuild?rev=1.4&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.6.3.ebuild?r1=1.3&r2=1.4
58
59 Index: PEAR-PEAR_PackageFileManager-1.6.3.ebuild
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.6.3.ebuild,v
62 retrieving revision 1.3
63 retrieving revision 1.4
64 diff -u -r1.3 -r1.4
65 --- PEAR-PEAR_PackageFileManager-1.6.3.ebuild 17 Mar 2008 12:49:06 -0000 1.3
66 +++ PEAR-PEAR_PackageFileManager-1.6.3.ebuild 1 Jul 2012 21:40:22 -0000 1.4
67 @@ -1,8 +1,10 @@
68 -# Copyright 1999-2008 Gentoo Foundation
69 +# Copyright 1999-2012 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.6.3.ebuild,v 1.3 2008/03/17 12:49:06 jokey Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_PackageFileManager/PEAR-PEAR_PackageFileManager-1.6.3.ebuild,v 1.4 2012/07/01 21:40:22 mabi Exp $
73
74 -inherit php-pear-r1 depend.php
75 +EAPI=4
76 +
77 +inherit php-pear-r1
78
79 DESCRIPTION="Takes an existing package.xml file and updates it with a new filelist and changelog."
80
81 @@ -11,8 +13,5 @@
82 KEYWORDS="~amd64 ~x86"
83 IUSE="minimal"
84
85 -RDEPEND="!minimal? ( >=dev-php/PEAR-PHP_CompatInfo-1.4.0 )"
86 -
87 -pkg_setup() {
88 - require_php_with_use xml simplexml
89 -}
90 +RDEPEND="dev-lang/php[xml,simplexml]
91 + !minimal? ( >=dev-php/PEAR-PHP_CompatInfo-1.4.0 )"
92
93
94
95 1.7 dev-php/PEAR-PEAR_PackageFileManager/ChangeLog
96
97 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PEAR_PackageFileManager/ChangeLog?rev=1.7&view=markup
98 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PEAR_PackageFileManager/ChangeLog?rev=1.7&content-type=text/plain
99 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PEAR_PackageFileManager/ChangeLog?r1=1.6&r2=1.7
100
101 Index: ChangeLog
102 ===================================================================
103 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_PackageFileManager/ChangeLog,v
104 retrieving revision 1.6
105 retrieving revision 1.7
106 diff -u -r1.6 -r1.7
107 --- ChangeLog 16 Feb 2010 05:05:18 -0000 1.6
108 +++ ChangeLog 1 Jul 2012 21:40:22 -0000 1.7
109 @@ -1,6 +1,11 @@
110 # ChangeLog for dev-php/PEAR-PEAR_PackageFileManager
111 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
112 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_PackageFileManager/ChangeLog,v 1.6 2010/02/16 05:05:18 beandog Exp $
113 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
114 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_PackageFileManager/ChangeLog,v 1.7 2012/07/01 21:40:22 mabi Exp $
115 +
116 + 01 Jul 2012; Matti Bickel <mabi@g.o>
117 + PEAR-PEAR_PackageFileManager-1.6.3.ebuild,
118 + PEAR-PEAR_PackageFileManager-1.7.0.ebuild:
119 + move to EAPI4 to get rid of depend.php
120
121 *PEAR-PEAR_PackageFileManager-1.7.0 (16 Feb 2010)