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/phing: phing-2.4.5.ebuild phing-2.4.9.ebuild ChangeLog
Date: Tue, 03 Jul 2012 14:48:15
Message-Id: 20120703144806.0CB482004B@flycatcher.gentoo.org
1 mabi 12/07/03 14:48:06
2
3 Modified: phing-2.4.5.ebuild phing-2.4.9.ebuild ChangeLog
4 Log:
5 depend.php function calls are superflous in this case
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-php/phing/phing-2.4.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phing/phing-2.4.5.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phing/phing-2.4.5.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phing/phing-2.4.5.ebuild?r1=1.2&r2=1.3
15
16 Index: phing-2.4.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php/phing/phing-2.4.5.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- phing-2.4.5.ebuild 26 Mar 2011 11:22:41 -0000 1.2
23 +++ phing-2.4.5.ebuild 3 Jul 2012 14:48:05 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/phing-2.4.5.ebuild,v 1.2 2011/03/26 11:22:41 olemarkus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/phing-2.4.5.ebuild,v 1.3 2012/07/03 14:48:05 mabi Exp $
30
31 EAPI="2"
32 inherit php-pear-lib-r1 eutils
33 @@ -25,8 +25,6 @@
34 || ( <dev-lang/php-5.3.1[pcre,reflection,spl] >=dev-lang/php-5.3.1 )
35 "
36
37 -need_php_by_category
38 -
39 S=${WORKDIR}/${PN}-${PV/_/}
40
41 pkg_postinst() {
42
43
44
45 1.2 dev-php/phing/phing-2.4.9.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phing/phing-2.4.9.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phing/phing-2.4.9.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phing/phing-2.4.9.ebuild?r1=1.1&r2=1.2
50
51 Index: phing-2.4.9.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-php/phing/phing-2.4.9.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- phing-2.4.9.ebuild 2 Feb 2012 15:41:47 -0000 1.1
58 +++ phing-2.4.9.ebuild 3 Jul 2012 14:48:05 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2012 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/phing-2.4.9.ebuild,v 1.1 2012/02/02 15:41:47 olemarkus Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/phing-2.4.9.ebuild,v 1.2 2012/07/03 14:48:05 mabi Exp $
64
65 EAPI="4"
66 inherit php-pear-lib-r1 eutils
67 @@ -25,8 +25,6 @@
68 || ( <dev-lang/php-5.3.1[pcre,reflection,spl] >=dev-lang/php-5.3.1 )
69 "
70
71 -need_php_by_category
72 -
73 S=${WORKDIR}/${PN}-${PV/_/}
74
75 pkg_postinst() {
76
77
78
79 1.10 dev-php/phing/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phing/ChangeLog?rev=1.10&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phing/ChangeLog?rev=1.10&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phing/ChangeLog?r1=1.9&r2=1.10
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/dev-php/phing/ChangeLog,v
88 retrieving revision 1.9
89 retrieving revision 1.10
90 diff -u -r1.9 -r1.10
91 --- ChangeLog 2 Feb 2012 15:41:47 -0000 1.9
92 +++ ChangeLog 3 Jul 2012 14:48:05 -0000 1.10
93 @@ -1,6 +1,10 @@
94 # ChangeLog for dev-php/phing
95 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/ChangeLog,v 1.9 2012/02/02 15:41:47 olemarkus Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/ChangeLog,v 1.10 2012/07/03 14:48:05 mabi Exp $
98 +
99 + 03 Jul 2012; Matti Bickel <mabi@g.o> phing-2.4.5.ebuild,
100 + phing-2.4.9.ebuild:
101 + depend.php function calls are superflous in this case
102
103 *phing-2.4.9 (02 Feb 2012)