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: phpunit-3.6.10.ebuild ChangeLog
Date: Wed, 30 May 2012 10:02:39
Message-Id: 20120530100229.EB1FE2004B@flycatcher.gentoo.org
1 olemarkus 12/05/30 10:02:29
2
3 Modified: ChangeLog
4 Added: phpunit-3.6.10.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.10.49/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.11 dev-php/phpunit/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 10 Mar 2012 16:47:40 -0000 1.10
24 +++ ChangeLog 30 May 2012 10:02:29 -0000 1.11
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-php/phpunit
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v 1.10 2012/03/10 16:47:40 olemarkus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpunit/ChangeLog,v 1.11 2012/05/30 10:02:29 olemarkus Exp $
30 +
31 +*phpunit-3.6.10 (30 May 2012)
32 +
33 + 30 May 2012; Ole Markus With <olemarkus@g.o> +phpunit-3.6.10.ebuild:
34 + Version bump
35
36 10 Mar 2012; Ole Markus With <olemarkus@g.o> phpunit-3.5.13.ebuild:
37 Fixing deps on DBUnit
38
39
40
41 1.1 dev-php/phpunit/phpunit-3.6.10.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/phpunit-3.6.10.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpunit/phpunit-3.6.10.ebuild?rev=1.1&content-type=text/plain
45
46 Index: phpunit-3.6.10.ebuild
47 ===================================================================
48 # Copyright 1999-2012 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.6.10.ebuild,v 1.1 2012/05/30 10:02:29 olemarkus Exp $
51
52 EAPI="4"
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
70 >=dev-php/Text_Template-1.1.1
71 >=dev-php/PHP_CodeCoverage-1.1.0
72 >=dev-php/PHP_Timer-1.0.1
73 >=dev-php/PHPUnit_MockObject-1.1.0
74 >=dev-php/File_Iterator-1.3.0
75 >=dev-php/YAML-1.0.2"
76
77 pkg_postinst() {
78 elog "${PN} can optionally use json, pdo-sqlite and pdo-mysql features."
79 elog "If you want those, emerge dev-lang/php with USE=\"json pdo sqlite mysql\"."
80 }