Gentoo Archives: gentoo-commits

From: "PaweA Hajdan (phajdan.jr)" <phajdan.jr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/symfony: ChangeLog symfony-1.4.18.ebuild
Date: Sat, 02 Jun 2012 15:48:45
Message-Id: 20120602154835.645CD2004B@flycatcher.gentoo.org
1 phajdan.jr 12/06/02 15:48:35
2
3 Modified: ChangeLog
4 Added: symfony-1.4.18.ebuild
5 Log:
6 Version bump wrt security bug #418427.
7
8 (Portage version: 2.1.10.49/cvs/Linux i686)
9
10 Revision Changes Path
11 1.8 dev-php/symfony/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/symfony/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/symfony/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/symfony/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/symfony/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 9 Mar 2012 22:13:43 -0000 1.7
24 +++ ChangeLog 2 Jun 2012 15:48:35 -0000 1.8
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.7 2012/03/09 22:13:43 mabi Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/symfony/ChangeLog,v 1.8 2012/06/02 15:48:35 phajdan.jr Exp $
30 +
31 +*symfony-1.4.18 (02 Jun 2012)
32 +
33 + 02 Jun 2012; Pawel Hajdan jr <phajdan.jr@g.o> +symfony-1.4.18.ebuild:
34 + Version bump wrt security bug #418427.
35
36 *symfony-1.4.17 (09 Mar 2012)
37
38
39
40
41 1.1 dev-php/symfony/symfony-1.4.18.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/symfony/symfony-1.4.18.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/symfony/symfony-1.4.18.ebuild?rev=1.1&content-type=text/plain
45
46 Index: symfony-1.4.18.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.18.ebuild,v 1.1 2012/06/02 15:48:35 phajdan.jr Exp $
51
52 EAPI=4
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-php/pear"
66 RDEPEND="${DEPEND}"
67
68 pkg_postinst() {
69 if has_version '=dev-lang/php-5*[-posix]';then
70 einfo ""
71 einfo "To enable color output on the symfony command line"
72 einfo "add USE=\"posix\" to dev-lang/php"
73 einfo ""
74 fi
75 }