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/symfony: ChangeLog symfony-1.4.12.ebuild
Date: Fri, 01 Jul 2011 12:58:36
Message-Id: 20110701125823.F35A72004B@flycatcher.gentoo.org
1 olemarkus 11/07/01 12:58:23
2
3 Modified: ChangeLog
4 Added: symfony-1.4.12.ebuild
5 Log:
6 Version bump. Thanks to Jamie Learmonth
7
8 (Portage version: 2.1.10.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 dev-php/symfony/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/symfony/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/symfony/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/symfony/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/symfony/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 3 Apr 2011 17:47:05 -0000 1.2
24 +++ ChangeLog 1 Jul 2011 12:58:23 -0000 1.3
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-php/symfony
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/symfony/ChangeLog,v 1.2 2011/04/03 17:47:05 olemarkus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/symfony/ChangeLog,v 1.3 2011/07/01 12:58:23 olemarkus Exp $
30 +
31 +*symfony-1.4.12 (01 Jul 2011)
32 +
33 + 01 Jul 2011; Ole Markus With <olemarkus@g.o> +symfony-1.4.12.ebuild:
34 + Version bump. Thanks to Jamie Learmonth
35
36 *symfony-1.4.11 (03 Apr 2011)
37
38
39
40
41 1.1 dev-php/symfony/symfony-1.4.12.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/symfony/symfony-1.4.12.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/symfony/symfony-1.4.12.ebuild?rev=1.1&content-type=text/plain
45
46 Index: symfony-1.4.12.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-php/symfony/symfony-1.4.12.ebuild,v 1.1 2011/07/01 12:58:23 olemarkus Exp $
51
52 EAPI=2
53 inherit php-pear-lib-r1
54
55 DESCRIPTION="Open-source PHP5 professional web framework"
56 HOMEPAGE="http://www.symfony-project.com/"
57 SRC_URI="http://pear.symfony-project.com/get/${P}.tgz"
58
59 LICENSE="MIT LGPL-2.1 BSD BSD-2 FDL-1.2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 DEPEND="dev-lang/php[cli,ctype,session,simplexml,tokenizer,xml]
65 || ( <dev-lang/php-5.3[pcre,reflection,spl] >=dev-lang/php-5.3 )
66 dev-php/pear"
67 RDEPEND="${DEPEND}"
68
69 pkg_postinst() {
70 if has_version '=dev-lang/php-5*[-posix]';then
71 einfo ""
72 einfo "To enable color output on the symfony command line"
73 einfo "add USE=\"posix\" to dev-lang/php"
74 einfo ""
75 fi
76 }