Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/phing: ChangeLog phing-2.3.3.ebuild
Date: Fri, 01 Jan 2010 22:30:51
Message-Id: E1NQq19-0000GF-DH@stork.gentoo.org
1 yngwin 10/01/01 22:30:47
2
3 Modified: ChangeLog
4 Added: phing-2.3.3.ebuild
5 Log:
6 Version bump, fixes bug 256069. Thanks to Michael Dehler for the updated ebuild.
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 dev-php5/phing/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phing/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phing/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phing/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php5/phing/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 15 Nov 2007 19:18:14 -0000 1.10
23 +++ ChangeLog 1 Jan 2010 22:30:47 -0000 1.11
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-php5/phing
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/phing/ChangeLog,v 1.10 2007/11/15 19:18:14 jokey Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/phing/ChangeLog,v 1.11 2010/01/01 22:30:47 yngwin Exp $
30 +
31 +*phing-2.3.3 (01 Jan 2010)
32 +
33 + 01 Jan 2010; Ben de Groot <yngwin@g.o> +phing-2.3.3.ebuild:
34 + Version bump, fixes bug 256069. Thanks to Michael Dehler for the updated
35 + ebuild.
36
37 *phing-2.3.0 (15 Nov 2007)
38
39
40
41
42 1.1 dev-php5/phing/phing-2.3.3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phing/phing-2.3.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/phing/phing-2.3.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: phing-2.3.3.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-php5/phing/phing-2.3.3.ebuild,v 1.1 2010/01/01 22:30:47 yngwin Exp $
52
53 inherit php-pear-lib-r1 eutils
54
55 DESCRIPTION="PHP project build system based on Apache Ant"
56 HOMEPAGE="http://www.phing.info/"
57 SRC_URI="http://pear.phing.info/get/phing-${PV/_/}.tgz"
58
59 LICENSE="LGPL-2.1"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE="minimal"
63
64 DEPEND=""
65 RDEPEND="!minimal? ( >=dev-php/PEAR-PhpDocumentor-1.4.0
66 >=dev-php/PEAR-PEAR_PackageFileManager-1.5.2
67 >=dev-php/PEAR-VersionControl_SVN-0.3.0_alpha1
68 >=dev-php5/phpunit-3.2.0
69 >=dev-php5/xdebug-2.0.0
70 >=dev-php/simpletest-1.0.1_beta2
71 >=dev-php5/creole-1.1.0
72 >=dev-lang/php-5.0.2 )"
73
74 need_php_by_category
75
76 S=${WORKDIR}/${PN}-${PV/_/}
77
78 pkg_setup() {
79 has_php
80 require_php_with_use cli spl reflection xml xsl
81 }