Gentoo Archives: gentoo-commits

From: "Gunnar Wrobel (wrobel)" <wrobel@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/symfony: ChangeLog symfony-1.1.1.ebuild symfony-1.0.17.ebuild
Date: Wed, 10 Sep 2008 07:37:05
Message-Id: E1KdKG6-0002mK-FS@stork.gentoo.org
1 wrobel 08/09/10 07:37:02
2
3 Modified: ChangeLog
4 Added: symfony-1.1.1.ebuild symfony-1.0.17.ebuild
5 Log:
6 Added symfony-1.0.17 and symfony-1.1.1.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.8 dev-php5/symfony/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/symfony/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/symfony/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/symfony/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php5/symfony/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 31 Jul 2008 20:16:05 -0000 1.7
23 +++ ChangeLog 10 Sep 2008 07:37:01 -0000 1.8
24 @@ -1,6 +1,13 @@
25 # ChangeLog for dev-php5/symfony
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/symfony/ChangeLog,v 1.7 2008/07/31 20:16:05 wrobel Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/symfony/ChangeLog,v 1.8 2008/09/10 07:37:01 wrobel Exp $
29 +
30 +*symfony-1.1.1 (10 Sep 2008)
31 +*symfony-1.0.17 (10 Sep 2008)
32 +
33 + 10 Sep 2008; wrobel@g.o +symfony-1.0.17.ebuild,
34 + +symfony-1.1.1.ebuild:
35 + Added symfony-1.0.17 and symfony-1.1.1.
36
37 *symfony-1.0.16 (31 Jul 2008)
38
39
40
41
42 1.1 dev-php5/symfony/symfony-1.1.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/symfony/symfony-1.1.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/symfony/symfony-1.1.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: symfony-1.1.1.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-php5/symfony/symfony-1.1.1.ebuild,v 1.1 2008/09/10 07:37:01 wrobel Exp $
52
53 inherit php-pear-lib-r1 depend.php
54
55 KEYWORDS="~amd64 ~x86"
56
57 DESCRIPTION="Open-source PHP5 professional web framework."
58 HOMEPAGE="http://www.symfony-project.com/"
59 SRC_URI="http://pear.symfony-project.com/get/${P}.tgz"
60 LICENSE="MIT LGPL-2.1 BSD BSD-2 FDL-1.2"
61 SLOT="0"
62 IUSE=""
63
64 DEPEND=""
65 RDEPEND=""
66
67 need_php_by_category
68
69 pkg_setup() {
70 # Symfony needs some features in PHP5 in order to work
71 require_php_with_use cli ctype reflection spl simplexml xml pcre session
72 }
73
74
75
76 1.1 dev-php5/symfony/symfony-1.0.17.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/symfony/symfony-1.0.17.ebuild?rev=1.1&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/symfony/symfony-1.0.17.ebuild?rev=1.1&content-type=text/plain
80
81 Index: symfony-1.0.17.ebuild
82 ===================================================================
83 # Copyright 1999-2008 Gentoo Foundation
84 # Distributed under the terms of the GNU General Public License v2
85 # $Header: /var/cvsroot/gentoo-x86/dev-php5/symfony/symfony-1.0.17.ebuild,v 1.1 2008/09/10 07:37:01 wrobel Exp $
86
87 inherit php-pear-lib-r1 depend.php
88
89 KEYWORDS="~amd64 ~x86"
90
91 DESCRIPTION="Open-source PHP5 professional web framework."
92 HOMEPAGE="http://www.symfony-project.com/"
93 SRC_URI="http://pear.symfony-project.com/get/${P}.tgz"
94 LICENSE="MIT LGPL-2.1 BSD BSD-2 FDL-1.2"
95 SLOT="0"
96 IUSE=""
97
98 DEPEND=""
99 RDEPEND=""
100
101 need_php_by_category
102
103 pkg_setup() {
104 # Symfony needs some features in PHP5 in order to work
105 require_php_with_use cli ctype reflection spl simplexml xml pcre session
106 }