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