Gentoo Archives: gentoo-commits

From: "Ole Markus With (olemarkus)" <olemarkus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/phpunit: ChangeLog phpunit-3.5.14.ebuild
Date: Sat, 30 Jul 2011 10:02:24
Message-Id: 20110730100016.2D5F32004B@flycatcher.gentoo.org
1 olemarkus 11/07/30 10:00:16
2
3 Modified: ChangeLog
4 Added: phpunit-3.5.14.ebuild
5 Log:
6 Version bump. Bug 376991
7
8 (Portage version: 2.1.9.49/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 dev-php/phpunit/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 24 May 2011 14:55:40 -0000 1.4
24 +++ ChangeLog 30 Jul 2011 10:00:16 -0000 1.5
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-php/phpunit
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v 1.4 2011/05/24 14:55:40 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v 1.5 2011/07/30 10:00:16 olemarkus Exp $
30 +
31 +*phpunit-3.5.14 (30 Jul 2011)
32 +
33 + 30 Jul 2011; <olemarkus@g.o> +phpunit-3.5.14.ebuild:
34 + Version bump. Bug 376991
35
36 24 May 2011; Markos Chandras <hwoarang@g.o> phpunit-3.5.13.ebuild:
37 Stable on amd64 wrt bug #368293
38
39
40
41 1.1 dev-php/phpunit/phpunit-3.5.14.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/phpunit-3.5.14.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/phpunit-3.5.14.ebuild?rev=1.1&content-type=text/plain
45
46 Index: phpunit-3.5.14.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/phpunit-3.5.14.ebuild,v 1.1 2011/07/30 10:00:16 olemarkus Exp $
51
52 EAPI="2"
53 PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml"
54 PHP_PEAR_PN="PHPUnit"
55
56 PHP_PEAR_URI="pear.phpunit.de"
57 inherit php-pear-lib-r1
58
59 KEYWORDS="~amd64 ~x86"
60
61 DESCRIPTION="Unit testing framework for PHP5"
62 HOMEPAGE="http://www.phpunit.de/"
63 LICENSE="BSD"
64 SLOT="0"
65 IUSE=""
66
67 DEPEND=">=dev-php/PEAR-PEAR-1.9.1"
68 RDEPEND="${DEPEND}
69 >=dev-lang/php-5.2.7[simplexml,xml,tokenizer]
70 || ( <dev-lang/php-5.3[pcre,reflection,spl] >=dev-lang/php-5.3 )
71 >=dev-php/PEAR-Image_GraphViz-1.2.1
72 >=dev-php/PEAR-Log-1.8.7-r1
73 >=dev-php/dbunit-1.0.0
74 >=dev-php5/PEAR-Text_Template-1.0.0
75 >=dev-php/php-codecoverage-1.0.2
76 >=dev-php/php-timer-1.0.0
77 >=dev-php5/phpunit-mockobject-1.0.3
78 >=dev-php5/phpunit-selenium-1.0.1
79 >=dev-php/file-iterator-1.2.3
80 >=dev-php/yaml-1.0.2"
81
82 pkg_postinst() {
83 elog "${PN} can optionally use json, pdo-sqlite and pdo-mysql features."
84 elog "If you want those, emerge dev-lang/php with USE=\"json pdo sqlite mysql\"."
85 }