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/propel: propel-1.6.4.ebuild ChangeLog
Date: Tue, 31 Jan 2012 09:13:28
Message-Id: 20120131091319.AD7512004B@flycatcher.gentoo.org
1 olemarkus 12/01/31 09:13:19
2
3 Modified: ChangeLog
4 Added: propel-1.6.4.ebuild
5 Log:
6 Version bump and URL fix. Bug 394783
7
8 (Portage version: 2.1.10.41/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.11 dev-php/propel/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/propel/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/propel/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/propel/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/propel/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 14 Dec 2011 22:54:04 -0000 1.10
24 +++ ChangeLog 31 Jan 2012 09:13:19 -0000 1.11
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-php5/propel
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/propel/ChangeLog,v 1.10 2011/12/14 22:54:04 mabi Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-php/propel/ChangeLog,v 1.11 2012/01/31 09:13:19 olemarkus Exp $
31 +
32 +*propel-1.6.4 (31 Jan 2012)
33 +
34 + 31 Jan 2012; Ole Markus With <olemarkus@g.o> +propel-1.6.4.ebuild:
35 + Version bump and URL fix. Bug 394783
36
37 *propel-1.5.1 (01 Jun 2010)
38
39
40
41
42 1.1 dev-php/propel/propel-1.6.4.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/propel/propel-1.6.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/propel/propel-1.6.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: propel-1.6.4.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-php/propel/propel-1.6.4.ebuild,v 1.1 2012/01/31 09:13:19 olemarkus Exp $
52
53 EAPI="4"
54
55 KEYWORDS="~amd64 ~x86"
56
57 DESCRIPTION="Object Persistence Layer for PHP 5."
58 HOMEPAGE="http://propelorm.org"
59 LICENSE="LGPL-2.1"
60 SLOT="0"
61 IUSE=""
62
63 DEPEND=""
64 RDEPEND="~dev-php/propel-generator-${PV}
65 ~dev-php/propel-runtime-${PV}"