Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/phing: ChangeLog phing-2.4.1.ebuild
Date: Sat, 29 May 2010 18:35:18
Message-Id: 20100529183514.D16002CF37@corvid.gentoo.org
1 mabi 10/05/29 18:35:14
2
3 Modified: ChangeLog
4 Added: phing-2.4.1.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.12 dev-php5/phing/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/phing/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/phing/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/phing/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php5/phing/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 1 Jan 2010 22:30:47 -0000 1.11
23 +++ ChangeLog 29 May 2010 18:35:14 -0000 1.12
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-php5/phing
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/phing/ChangeLog,v 1.11 2010/01/01 22:30:47 yngwin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/phing/ChangeLog,v 1.12 2010/05/29 18:35:14 mabi Exp $
29 +
30 +*phing-2.4.1 (29 May 2010)
31 +
32 + 29 May 2010; <mabi@g.o> +phing-2.4.1.ebuild:
33 + version bump
34
35 *phing-2.3.3 (01 Jan 2010)
36
37
38
39
40 1.1 dev-php5/phing/phing-2.4.1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/phing/phing-2.4.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/phing/phing-2.4.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: phing-2.4.1.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-php5/phing/phing-2.4.1.ebuild,v 1.1 2010/05/29 18:35:14 mabi Exp $
50
51 EAPI="2"
52 inherit php-pear-lib-r1 eutils
53
54 DESCRIPTION="PHP project build system based on Apache Ant"
55 HOMEPAGE="http://www.phing.info/"
56 SRC_URI="http://pear.phing.info/get/phing-${PV/_/}.tgz"
57
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[xml,xsl]
73 || ( <dev-lang/php-5.3.1[pcre,reflection,spl] >=dev-lang/php-5.3.1 )
74 "
75
76 need_php_by_category
77
78 S=${WORKDIR}/${PN}-${PV/_/}
79
80
81 pkg_postinst() {
82 if use minimal; then
83 elog "You have enabled the minimal USE flag. If you want to use features"
84 elog "from xdebug, phpunit, simpletest and more, disable the"
85 elog "USE flag or emerge the packages manually"
86 fi
87 }