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.2.8.ebuild
Date: Fri, 04 Jan 2008 13:29:27
Message-Id: E1JAmbw-0007QE-6T@stork.gentoo.org
1 jokey 08/01/04 13:29:20
2
3 Modified: ChangeLog
4 Added: phpunit-3.2.8.ebuild
5 Log:
6 Version bump from project overlay
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.11 dev-php5/phpunit/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 24 Dec 2007 14:49:25 -0000 1.10
23 +++ ChangeLog 4 Jan 2008 13:29:19 -0000 1.11
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.10 2007/12/24 14:49:25 armin76 Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/phpunit/ChangeLog,v 1.11 2008/01/04 13:29:19 jokey Exp $
30 +
31 +*phpunit-3.2.8 (04 Jan 2008)
32 +
33 + 04 Jan 2008; Markus Ullmann <jokey@g.o> +phpunit-3.2.8.ebuild:
34 + Version bump from project overlay
35 +
36 + 03 Jan 2008; Jakub Moc <jakub@g.o> +phpunit-3.2.8.ebuild:
37 + Version bump
38
39 *phpunit-3.2.5 (24 Dec 2007)
40
41
42
43
44 1.1 dev-php5/phpunit/phpunit-3.2.8.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/phpunit-3.2.8.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phpunit/phpunit-3.2.8.ebuild?rev=1.1&content-type=text/plain
48
49 Index: phpunit-3.2.8.ebuild
50 ===================================================================
51 # Copyright 1999-2008 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.2.8.ebuild,v 1.1 2008/01/04 13:29:19 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 require_php_with_use pcre reflection spl xml tokenizer
79 }
80
81 pkg_postinst() {
82 has_php
83 elog "${PN} can optionally use json, pdo-sqlite and pdo-mysql features."
84 elog "If you want those, emerge ${PHP_PKG} with USE=\"json pdo sqlite mysql\"."
85 }
86
87
88
89 --
90 gentoo-commits@g.o mailing list