Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/propel-runtime: ChangeLog propel-runtime-1.3.0_beta4.ebuild
Date: Tue, 26 Feb 2008 16:41:29
Message-Id: E1JU2rt-0001z8-OO@stork.gentoo.org
1 armin76 08/02/26 16:41:25
2
3 Modified: ChangeLog
4 Added: propel-runtime-1.3.0_beta4.ebuild
5 Log:
6 Version bump, import from the php overlay
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.9 dev-php5/propel-runtime/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/propel-runtime/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/propel-runtime/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/propel-runtime/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php5/propel-runtime/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 24 Dec 2007 14:52:00 -0000 1.8
23 +++ ChangeLog 26 Feb 2008 16:41:25 -0000 1.9
24 @@ -1,6 +1,16 @@
25 # ChangeLog for dev-php5/propel-runtime
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/propel-runtime/ChangeLog,v 1.8 2007/12/24 14:52:00 armin76 Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/propel-runtime/ChangeLog,v 1.9 2008/02/26 16:41:25 armin76 Exp $
30 +
31 +*propel-runtime-1.3.0_beta4 (26 Feb 2008)
32 +
33 + 26 Feb 2008; Raúl Porcel <armin76@g.o>
34 + +propel-runtime-1.3.0_beta4.ebuild:
35 + Version bump, import from the php overlay
36 +
37 + 19 Feb 2008; Jakub Moc <jakub@g.o>
38 + +propel-runtime-1.3.0_beta4.ebuild:
39 + Version bump
40
41 *propel-runtime-1.3.0_beta3 (24 Dec 2007)
42
43
44
45
46 1.1 dev-php5/propel-runtime/propel-runtime-1.3.0_beta4.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/propel-runtime/propel-runtime-1.3.0_beta4.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/propel-runtime/propel-runtime-1.3.0_beta4.ebuild?rev=1.1&content-type=text/plain
50
51 Index: propel-runtime-1.3.0_beta4.ebuild
52 ===================================================================
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/dev-php5/propel-runtime/propel-runtime-1.3.0_beta4.ebuild,v 1.1 2008/02/26 16:41:25 armin76 Exp $
56
57 inherit php-pear-lib-r1 depend.php
58
59 KEYWORDS="~amd64 ~x86"
60
61 DESCRIPTION="Object Persistence Layer for PHP 5 (Runtime)."
62 HOMEPAGE="http://propel.phpdb.org/trac/wiki/"
63 SRC_URI="http://pear.phpdb.org/get/propel_runtime-${PV/_/}.tgz"
64 LICENSE="LGPL-2.1"
65 SLOT="0"
66 IUSE=""
67
68 DEPEND=">=dev-lang/php-5.2.0"
69 RDEPEND="${DEPEND}
70 >=dev-php/PEAR-Log-1.8.7-r1"
71
72 S="${WORKDIR}/propel_runtime-${PV/_/}"
73
74 pkg_setup() {
75 # We need PDO and a few other things
76 require_php_with_use pdo reflection spl xml xsl
77 }
78
79
80
81 --
82 gentoo-commits@l.g.o mailing list