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: symfony-1.4.20.ebuild ChangeLog
Date: Tue, 27 Nov 2012 15:04:42
Message-Id: 20121127123452.83F3F20C65@flycatcher.gentoo.org
1 olemarkus 12/11/27 12:34:52
2
3 Modified: ChangeLog
4 Added: symfony-1.4.20.ebuild
5 Log:
6 Version bump. Fixes security bug 444696
7
8 (Portage version: 2.1.11.9/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.13 dev-php/symfony/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/symfony/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/symfony/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/symfony/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/symfony/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 31 Oct 2012 07:07:29 -0000 1.12
24 +++ ChangeLog 27 Nov 2012 12:34:52 -0000 1.13
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-php/symfony
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/symfony/ChangeLog,v 1.12 2012/10/31 07:07:29 olemarkus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/symfony/ChangeLog,v 1.13 2012/11/27 12:34:52 olemarkus Exp $
30 +
31 +*symfony-1.4.20 (27 Nov 2012)
32 +
33 + 27 Nov 2012; Ole Markus With <olemarkus@g.o> +symfony-1.4.20.ebuild:
34 + Version bump. Fixes security bug 444696
35
36 *symfony-1.4.19 (31 Oct 2012)
37
38
39
40
41 1.1 dev-php/symfony/symfony-1.4.20.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/symfony/symfony-1.4.20.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/symfony/symfony-1.4.20.ebuild?rev=1.1&content-type=text/plain
45
46 Index: symfony-1.4.20.ebuild
47 ===================================================================
48 # Copyright 1999-2012 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.20.ebuild,v 1.1 2012/11/27 12:34:52 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 }