Gentoo Archives: gentoo-commits

From: "Ole Markus With (olemarkus)" <olemarkus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/phing: phing-2.4.9.ebuild ChangeLog
Date: Thu, 02 Feb 2012 15:41:58
Message-Id: 20120202154148.234BB2004B@flycatcher.gentoo.org
1 olemarkus 12/02/02 15:41:48
2
3 Modified: ChangeLog
4 Added: phing-2.4.9.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.10.41/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.9 dev-php/phing/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phing/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phing/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phing/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/phing/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 6 Mar 2011 11:20:33 -0000 1.8
24 +++ ChangeLog 2 Feb 2012 15:41:47 -0000 1.9
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-php/phing
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/ChangeLog,v 1.8 2011/03/06 11:20:33 olemarkus Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-php/phing/ChangeLog,v 1.9 2012/02/02 15:41:47 olemarkus Exp $
31 +
32 +*phing-2.4.9 (02 Feb 2012)
33 +
34 + 02 Feb 2012; Ole Markus With <olemarkus@g.o> +phing-2.4.9.ebuild:
35 + Version bump
36
37 *phing-2.4.5 (06 Mar 2011)
38
39
40
41
42 1.1 dev-php/phing/phing-2.4.9.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phing/phing-2.4.9.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phing/phing-2.4.9.ebuild?rev=1.1&content-type=text/plain
46
47 Index: phing-2.4.9.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-php/phing/phing-2.4.9.ebuild,v 1.1 2012/02/02 15:41:47 olemarkus Exp $
52
53 EAPI="4"
54 inherit php-pear-lib-r1 eutils
55
56 DESCRIPTION="PHP project build system based on Apache Ant"
57 HOMEPAGE="http://www.phing.info/"
58 SRC_URI="http://pear.phing.info/get/phing-${PV/_/}.tgz"
59
60 LICENSE="LGPL-2.1"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE="+minimal"
64
65 DEPEND=""
66 RDEPEND="!minimal? ( >=dev-php/PEAR-PhpDocumentor-1.4.0
67 >=dev-php/PEAR-PEAR_PackageFileManager-1.5.2
68 >=dev-php/PEAR-VersionControl_SVN-0.3.0_alpha1
69 >=dev-php/phpunit-3.2.0
70 >=dev-php/xdebug-2.0.0
71 >=dev-php/simpletest-1.0.1_beta2 )
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 pkg_postinst() {
81 if use minimal; then
82 elog "You have enabled the minimal USE flag. If you want to use features"
83 elog "from xdebug, phpunit, simpletest and more, disable the"
84 elog "USE flag or emerge the packages manually"
85 fi
86 }