Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/phpunit: ChangeLog phpunit-3.1.9.ebuild phpunit-3.1.7.ebuild phpunit-3.1.8.ebuild
Date: Sun, 28 Oct 2007 12:19:25
Message-Id: E1Im6sN-0001vw-Ub@stork.gentoo.org
1 jokey 07/10/28 12:04:19
2
3 Modified: ChangeLog
4 Added: phpunit-3.1.9.ebuild
5 Removed: phpunit-3.1.7.ebuild phpunit-3.1.8.ebuild
6 Log:
7 Version bump from php project overlay
8 (Portage version: 2.1.3.16)
9
10 Revision Changes Path
11 1.8 dev-php5/phpunit/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 22 Oct 2007 22:35:26 -0000 1.7
24 +++ ChangeLog 28 Oct 2007 12:04:19 -0000 1.8
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-php5/phpunit
27 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v 1.7 2007/10/22 22:35:26 jokey Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v 1.8 2007/10/28 12:04:19 jokey Exp $
30 +
31 +*phpunit-3.1.9 (28 Oct 2007)
32 +
33 + 28 Oct 2007; Markus Ullmann <jokey@g.o> -phpunit-3.1.7.ebuild,
34 + -phpunit-3.1.8.ebuild, +phpunit-3.1.9.ebuild:
35 + Version bump from php project overlay
36
37 *phpunit-3.1.8 (22 Oct 2007)
38
39
40
41
42 1.1 dev-php5/phpunit/phpunit-3.1.9.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/phpunit-3.1.9.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/phpunit-3.1.9.ebuild?rev=1.1&content-type=text/plain
46
47 Index: phpunit-3.1.9.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/phpunit-3.1.9.ebuild,v 1.1 2007/10/28 12:04:19 jokey Exp $
52
53 inherit php-pear-lib-r1
54
55 KEYWORDS="~amd64 ~x86"
56
57 DESCRIPTION="Unit Testing framework for PHP 5."
58 HOMEPAGE="http://www.phpunit.de/"
59 SRC_URI="http://pear.phpunit.de/get/PHPUnit-${PV}.tgz"
60 LICENSE="BSD"
61 SLOT="0"
62 IUSE="minimal"
63
64 DEPEND="!dev-php4/phpunit"
65 RDEPEND="${DEPEND}
66 !minimal? ( >=dev-php5/xdebug-2.0.0_rc2
67 >=dev-php/PEAR-Image_GraphViz-1.2.1
68 >=dev-php/PEAR-Log-1.8.7-r1
69 >=dev-php/PEAR-Testing_Selenium-0.2.0 )"
70
71 S="${WORKDIR}/PHPUnit-${PV}"
72
73 need_php_by_category
74
75 pkg_setup() {
76 has_php
77 require_php_with_use pcre reflection spl xml tokenizer
78 }
79
80 pkg_postinst() {
81 has_php
82 elog "${PN} can optionally use json, pdo-sqlite and pdo-mysql features."
83 elog "If you want those, emerge ${PHP_PKG} with USE=\"json pdo sqlite mysql\"."
84 }
85
86
87
88 --
89 gentoo-commits@g.o mailing list