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.5.ebuild
Date: Mon, 24 Dec 2007 14:49:36
Message-Id: E1J6ocQ-00067g-I4@stork.gentoo.org
1 armin76 07/12/24 14:49:26
2
3 Modified: ChangeLog
4 Added: phpunit-3.2.5.ebuild
5 Log:
6 Version bump from the php-overlay
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.10 dev-php5/phpunit/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 24 Nov 2007 17:12:03 -0000 1.9
23 +++ ChangeLog 24 Dec 2007 14:49:25 -0000 1.10
24 @@ -1,6 +1,14 @@
25 # ChangeLog for dev-php5/phpunit
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v 1.9 2007/11/24 17:12:03 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v 1.10 2007/12/24 14:49:25 armin76 Exp $
29 +
30 +*phpunit-3.2.5 (24 Dec 2007)
31 +
32 + 24 Dec 2007; Raúl Porcel <armin76@g.o> +phpunit-3.2.5.ebuild:
33 + Version bump from the php-overlay
34 +
35 + 21 Dec 2007; Jakub Moc <jakub@g.o> +phpunit-3.2.5.ebuild:
36 + Version bump
37
38 *phpunit-3.2.0 (24 Nov 2007)
39
40
41
42
43 1.1 dev-php5/phpunit/phpunit-3.2.5.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/phpunit-3.2.5.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/phpunit-3.2.5.ebuild?rev=1.1&content-type=text/plain
47
48 Index: phpunit-3.2.5.ebuild
49 ===================================================================
50 # Copyright 1999-2007 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.5.ebuild,v 1.1 2007/12/24 14:49:25 armin76 Exp $
53
54 inherit php-pear-lib-r1
55
56 KEYWORDS="~amd64 ~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@g.o mailing list