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-php/PEAR-MDB2_Driver_pgsql: PEAR-MDB2_Driver_pgsql-1.5.0_beta4.ebuild ChangeLog
Date: Sun, 03 Nov 2013 21:11:59
Message-Id: 20131103211154.D2AD02004B@flycatcher.gentoo.org
1 mabi 13/11/03 21:11:54
2
3 Modified: ChangeLog
4 Added: PEAR-MDB2_Driver_pgsql-1.5.0_beta4.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x4849EC6C)
9
10 Revision Changes Path
11 1.37 dev-php/PEAR-MDB2_Driver_pgsql/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-MDB2_Driver_pgsql/ChangeLog?rev=1.37&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-MDB2_Driver_pgsql/ChangeLog?rev=1.37&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-MDB2_Driver_pgsql/ChangeLog?r1=1.36&r2=1.37
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_pgsql/ChangeLog,v
20 retrieving revision 1.36
21 retrieving revision 1.37
22 diff -u -r1.36 -r1.37
23 --- ChangeLog 9 Jun 2012 15:14:29 -0000 1.36
24 +++ ChangeLog 3 Nov 2013 21:11:54 -0000 1.37
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-php/PEAR-MDB2_Driver_pgsql
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_pgsql/ChangeLog,v 1.36 2012/06/09 15:14:29 mabi Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_pgsql/ChangeLog,v 1.37 2013/11/03 21:11:54 mabi Exp $
31 +
32 +*PEAR-MDB2_Driver_pgsql-1.5.0_beta4 (03 Nov 2013)
33 +
34 + 03 Nov 2013; Matti Bickel <mabi@g.o>
35 + +PEAR-MDB2_Driver_pgsql-1.5.0_beta4.ebuild:
36 + version bump
37
38 09 Jun 2012; Matti Bickel <mabi@g.o>
39 -PEAR-MDB2_Driver_pgsql-1.4.1.ebuild:
40 @@ -173,4 +179,3 @@
41 19 Jul 2006; Luca Longinotti <chtekk@g.o> +metadata.xml,
42 +PEAR-MDB2_Driver_pgsql-1.1.0.ebuild:
43 New ebuild to fix PEAR-MDB2 (doesn't work without drivers).
44 -
45
46
47
48 1.1 dev-php/PEAR-MDB2_Driver_pgsql/PEAR-MDB2_Driver_pgsql-1.5.0_beta4.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-MDB2_Driver_pgsql/PEAR-MDB2_Driver_pgsql-1.5.0_beta4.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-MDB2_Driver_pgsql/PEAR-MDB2_Driver_pgsql-1.5.0_beta4.ebuild?rev=1.1&content-type=text/plain
52
53 Index: PEAR-MDB2_Driver_pgsql-1.5.0_beta4.ebuild
54 ===================================================================
55 # Copyright 1999-2013 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2_Driver_pgsql/PEAR-MDB2_Driver_pgsql-1.5.0_beta4.ebuild,v 1.1 2013/11/03 21:11:54 mabi Exp $
58
59 EAPI="5"
60
61 inherit php-pear-r1
62
63 DESCRIPTION="Database Abstraction Layer, pgsql driver"
64 LICENSE="BSD"
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
67 IUSE=""
68
69 DEPEND=">=dev-php/PEAR-MDB2-2.5.0_beta3
70 dev-lang/php[postgres]"
71 RDEPEND="${DEPEND}"