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