Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/propel-runtime: propel-runtime-1.5.1.ebuild ChangeLog propel-runtime-1.3.0_beta3.ebuild propel-runtime-1.3.0_beta2.ebuild propel-runtime-1.3.0_beta4.ebuild
Date: Sat, 29 May 2010 18:39:44
Message-Id: 20100529183939.B9C812CF37@corvid.gentoo.org
1 mabi 10/05/29 18:39:39
2
3 Modified: ChangeLog
4 Added: propel-runtime-1.5.1.ebuild
5 Removed: propel-runtime-1.3.0_beta3.ebuild
6 propel-runtime-1.3.0_beta2.ebuild
7 propel-runtime-1.3.0_beta4.ebuild
8 Log:
9 version bump
10 (Portage version: 2.1.8.3/cvs/Linux x86_64)
11
12 Revision Changes Path
13 1.10 dev-php5/propel-runtime/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/propel-runtime/ChangeLog?rev=1.10&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/propel-runtime/ChangeLog?rev=1.10&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/propel-runtime/ChangeLog?r1=1.9&r2=1.10
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-php5/propel-runtime/ChangeLog,v
22 retrieving revision 1.9
23 retrieving revision 1.10
24 diff -u -r1.9 -r1.10
25 --- ChangeLog 26 Feb 2008 16:41:25 -0000 1.9
26 +++ ChangeLog 29 May 2010 18:39:39 -0000 1.10
27 @@ -1,6 +1,14 @@
28 # ChangeLog for dev-php5/propel-runtime
29 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/propel-runtime/ChangeLog,v 1.9 2008/02/26 16:41:25 armin76 Exp $
31 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
32 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/propel-runtime/ChangeLog,v 1.10 2010/05/29 18:39:39 mabi Exp $
33 +
34 +*propel-runtime-1.5.1 (29 May 2010)
35 +
36 + 29 May 2010; <mabi@g.o> -propel-runtime-1.3.0_beta2.ebuild,
37 + -propel-runtime-1.3.0_beta3.ebuild, -propel-runtime-1.3.0_beta4.ebuild,
38 + +propel-runtime-1.5.1.ebuild:
39 + version bump, depends on dev-php/pear-1.9.0-1 because of pear channel name
40 + change
41
42 *propel-runtime-1.3.0_beta4 (26 Feb 2008)
43
44
45
46
47 1.1 dev-php5/propel-runtime/propel-runtime-1.5.1.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/propel-runtime/propel-runtime-1.5.1.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/propel-runtime/propel-runtime-1.5.1.ebuild?rev=1.1&content-type=text/plain
51
52 Index: propel-runtime-1.5.1.ebuild
53 ===================================================================
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/dev-php5/propel-runtime/propel-runtime-1.5.1.ebuild,v 1.1 2010/05/29 18:39:39 mabi Exp $
57
58 EAPI="2"
59 inherit php-pear-lib-r1
60
61 KEYWORDS="~amd64 ~x86"
62
63 DESCRIPTION="Object Persistence Layer for PHP 5 (Runtime)."
64 HOMEPAGE="http://propel.phpdb.org/trac/wiki/"
65 SRC_URI="http://pear.propelorm.org/get/propel_runtime-${PV}.tgz"
66 LICENSE="LGPL-2.1"
67 SLOT="0"
68 IUSE=""
69
70 DEPEND=">=dev-lang/php-5.2.4[pdo,xml,xsl]
71 || ( <dev-lang/php-5.3[pcre,reflection,spl] >=dev-lang/php-5.3 )
72 >=dev-php/pear-1.9.0-r1"
73 RDEPEND="${DEPEND}
74 >=dev-php/PEAR-Log-1.8.7-r1
75 "
76
77 S="${WORKDIR}/propel_runtime-${PV}"
78
79 need_php_by_category