Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/phpunit: ChangeLog phpunit-3.2.13.ebuild
Date: Tue, 26 Feb 2008 16:38:25
Message-Id: E1JU2ov-0001tu-Iv@stork.gentoo.org
1 armin76 08/02/26 16:38:21
2
3 Modified: ChangeLog
4 Added: phpunit-3.2.13.ebuild
5 Log:
6 Version bump, import from the php overlay
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.15 dev-php5/phpunit/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 11 Feb 2008 21:29:04 -0000 1.14
23 +++ ChangeLog 26 Feb 2008 16:38:21 -0000 1.15
24 @@ -1,6 +1,14 @@
25 # ChangeLog for dev-php5/phpunit
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v 1.14 2008/02/11 21:29:04 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v 1.15 2008/02/26 16:38:21 armin76 Exp $
29 +
30 +*phpunit-3.2.13 (26 Feb 2008)
31 +
32 + 26 Feb 2008; Raúl Porcel <armin76@g.o> +phpunit-3.2.13.ebuild:
33 + Version bump, import from the php overlay
34 +
35 + 19 Feb 2008; Jakub Moc <jakub@g.o> +phpunit-3.2.13.ebuild:
36 + Version bump
37
38 *phpunit-3.2.10 (11 Feb 2008)
39
40
41
42
43 1.1 dev-php5/phpunit/phpunit-3.2.13.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/phpunit-3.2.13.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/phpunit-3.2.13.ebuild?rev=1.1&content-type=text/plain
47
48 Index: phpunit-3.2.13.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/phpunit-3.2.13.ebuild,v 1.1 2008/02/26 16:38:21 armin76 Exp $
53
54 inherit php-pear-lib-r1
55
56 KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86"
57
58 DESCRIPTION="Unit Testing framework for PHP 5."
59 HOMEPAGE="http://www.phpunit.de/"
60 SRC_URI="http://pear.phpunit.de/get/PHPUnit-${PV}.tgz"
61 LICENSE="BSD"
62 SLOT="0"
63 IUSE="minimal"
64
65 DEPEND="!dev-php4/phpunit"
66 RDEPEND="${DEPEND}
67 !minimal? ( >=dev-php5/xdebug-2.0.0_rc2
68 >=dev-php/PEAR-Image_GraphViz-1.2.1
69 >=dev-php/PEAR-Log-1.8.7-r1
70 >=dev-php/PEAR-Testing_Selenium-0.2.0 )"
71
72 S="${WORKDIR}/PHPUnit-${PV}"
73
74 need_php_by_category
75
76 pkg_setup() {
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@l.g.o mailing list