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.19.ebuild ChangeLog
Date: Wed, 31 Oct 2012 07:07:46
Message-Id: 20121031070729.3A49D21600@flycatcher.gentoo.org
1 olemarkus 12/10/31 07:07:29
2
3 Modified: ChangeLog
4 Added: symfony-1.4.19.ebuild
5 Log:
6 Version bump committed on behalf of Jamie Learmonth
7
8 (Portage version: 2.1.11.9/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.12 dev-php/symfony/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/symfony/ChangeLog?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/symfony/ChangeLog?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/symfony/ChangeLog?r1=1.11&r2=1.12
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/symfony/ChangeLog,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- ChangeLog 28 Sep 2012 12:50:26 -0000 1.11
24 +++ ChangeLog 31 Oct 2012 07:07:29 -0000 1.12
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.11 2012/09/28 12:50:26 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/symfony/ChangeLog,v 1.12 2012/10/31 07:07:29 olemarkus Exp $
30 +
31 +*symfony-1.4.19 (31 Oct 2012)
32 +
33 + 31 Oct 2012; Ole Markus With <olemarkus@g.o> +symfony-1.4.19.ebuild:
34 + Version bump committed on behalf of Jamie Learmonth
35
36 28 Sep 2012; Agostino Sarubbo <ago@g.o> -symfony-1.4.11.ebuild,
37 -symfony-1.4.12.ebuild, -symfony-1.4.16.ebuild, -symfony-1.4.17.ebuild:
38
39
40
41 1.1 dev-php/symfony/symfony-1.4.19.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/symfony/symfony-1.4.19.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/symfony/symfony-1.4.19.ebuild?rev=1.1&content-type=text/plain
45
46 Index: symfony-1.4.19.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.19.ebuild,v 1.1 2012/10/31 07:07:28 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 }