Gentoo Archives: gentoo-commits

From: "Maciej Mrozowski (reavertm)" <reavertm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/phpunit: phpunit-3.3.1-r1.ebuild ChangeLog phpunit-3.4.6-r1.ebuild
Date: Fri, 19 Feb 2010 14:30:13
Message-Id: E1NiTrv-0003LV-TC@stork.gentoo.org
1 reavertm 10/02/19 14:30:11
2
3 Modified: ChangeLog
4 Added: phpunit-3.3.1-r1.ebuild phpunit-3.4.6-r1.ebuild
5 Log:
6 Added simplexml USE php flag check - required for XmlDataSet
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.24 dev-php5/phpunit/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/ChangeLog?rev=1.24&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/ChangeLog?rev=1.24&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/ChangeLog?r1=1.23&r2=1.24
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v
19 retrieving revision 1.23
20 retrieving revision 1.24
21 diff -u -r1.23 -r1.24
22 --- ChangeLog 12 Jan 2010 15:47:23 -0000 1.23
23 +++ ChangeLog 19 Feb 2010 14:30:10 -0000 1.24
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-php5/phpunit
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v 1.23 2010/01/12 15:47:23 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v 1.24 2010/02/19 14:30:10 reavertm Exp $
29 +
30 +*phpunit-3.3.1-r1 (19 Feb 2010)
31 +
32 + 19 Feb 2010; Maciej Mrozowski <reavertm@g.o>
33 + +phpunit-3.3.1-r1.ebuild, +phpunit-3.4.6-r1.ebuild:
34 + Added simplexml USE php flag check
35
36 12 Jan 2010; Christian Faulhammer <fauli@g.o> phpunit-3.3.1.ebuild:
37 stable x86, bug 298994
38
39
40
41 1.1 dev-php5/phpunit/phpunit-3.3.1-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/phpunit-3.3.1-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/phpunit-3.3.1-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: phpunit-3.3.1-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/phpunit-3.3.1-r1.ebuild,v 1.1 2010/02/19 14:30:10 reavertm Exp $
51
52 inherit php-pear-lib-r1
53
54 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~sparc ~x86"
55
56 DESCRIPTION="Unit Testing framework for PHP 5."
57 HOMEPAGE="http://www.phpunit.de/"
58 SRC_URI="http://pear.phpunit.de/get/PHPUnit-${PV}.tgz"
59 LICENSE="BSD"
60 SLOT="0"
61 IUSE="minimal"
62
63 DEPEND="!dev-php4/phpunit"
64 RDEPEND="${DEPEND}
65 !minimal? ( >=dev-php5/xdebug-2.0.0
66 >=dev-php/PEAR-Image_GraphViz-1.2.1
67 >=dev-php/PEAR-Log-1.8.7-r1
68 >=dev-php/PEAR-Testing_Selenium-0.2.0 )"
69
70 S="${WORKDIR}/PHPUnit-${PV}"
71
72 need_php_by_category
73
74 pkg_setup() {
75 require_php_with_use pcre reflection simplexml spl xml tokenizer
76 }
77
78 pkg_postinst() {
79 has_php
80 elog "${PN} can optionally use json, pdo-sqlite and pdo-mysql features."
81 elog "If you want those, emerge ${PHP_PKG} with USE=\"json pdo sqlite mysql\"."
82 }
83
84
85
86 1.1 dev-php5/phpunit/phpunit-3.4.6-r1.ebuild
87
88 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/phpunit-3.4.6-r1.ebuild?rev=1.1&view=markup
89 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/phpunit-3.4.6-r1.ebuild?rev=1.1&content-type=text/plain
90
91 Index: phpunit-3.4.6-r1.ebuild
92 ===================================================================
93 # Copyright 1999-2010 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 # $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/phpunit-3.4.6-r1.ebuild,v 1.1 2010/02/19 14:30:10 reavertm Exp $
96
97 inherit php-pear-lib-r1
98
99 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~sparc ~x86"
100
101 DESCRIPTION="Unit testing framework for PHP5"
102 HOMEPAGE="http://www.phpunit.de/"
103 SRC_URI="http://pear.phpunit.de/get/PHPUnit-${PV}.tgz"
104 LICENSE="BSD"
105 SLOT="0"
106 IUSE="minimal"
107
108 DEPEND="!dev-php4/phpunit
109 >=dev-php/PEAR-PEAR-1.8.1"
110 RDEPEND="${DEPEND}
111 !minimal? ( >=dev-php5/xdebug-2.0.5
112 >=dev-php/PEAR-Image_GraphViz-1.2.1
113 >=dev-php/PEAR-Log-1.8.7-r1
114 >=dev-php/PEAR-Testing_Selenium-0.2.0 )"
115
116 S="${WORKDIR}/PHPUnit-${PV}"
117
118 need_php_by_category
119
120 pkg_setup() {
121 require_php_with_use pcre reflection simplexml spl xml tokenizer
122 }
123
124 pkg_postinst() {
125 has_php
126 elog "${PN} can optionally use json, pdo-sqlite and pdo-mysql features."
127 elog "If you want those, emerge ${PHP_PKG} with USE=\"json pdo sqlite mysql\"."
128 }