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/pecl-sca_sdo: ChangeLog pecl-sca_sdo-1.2.4-r1.ebuild pecl-sca_sdo-1.2.3.ebuild pecl-sca_sdo-1.2.4.ebuild
Date: Sat, 29 May 2010 18:48:49
Message-Id: 20100529184846.403E42CF37@corvid.gentoo.org
1 mabi 10/05/29 18:48:46
2
3 Modified: ChangeLog
4 Added: pecl-sca_sdo-1.2.4-r1.ebuild
5 Removed: pecl-sca_sdo-1.2.3.ebuild pecl-sca_sdo-1.2.4.ebuild
6 Log:
7 update for PHP-5.3 USE changes
8 (Portage version: 2.1.8.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.7 dev-php5/pecl-sca_sdo/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-sca_sdo/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-sca_sdo/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-sca_sdo/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-sca_sdo/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 25 Jul 2009 22:15:29 -0000 1.6
24 +++ ChangeLog 29 May 2010 18:48:46 -0000 1.7
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-php5/pecl-sca_sdo
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-sca_sdo/ChangeLog,v 1.6 2009/07/25 22:15:29 halcy0n Exp $
29 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-sca_sdo/ChangeLog,v 1.7 2010/05/29 18:48:46 mabi Exp $
31 +
32 +*pecl-sca_sdo-1.2.4-r1 (29 May 2010)
33 +
34 + 29 May 2010; <mabi@g.o> -pecl-sca_sdo-1.2.3.ebuild,
35 + -pecl-sca_sdo-1.2.4.ebuild, +pecl-sca_sdo-1.2.4-r1.ebuild:
36 + update for php-5.3 USE changes (bug #301159)
37
38 25 Jul 2009; Mark Loeser <halcy0n@g.o> pecl-sca_sdo-1.2.4.ebuild,
39 +files/pecl-sca_sdo-1.2.4-gcc44.patch:
40
41
42
43 1.1 dev-php5/pecl-sca_sdo/pecl-sca_sdo-1.2.4-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-sca_sdo/pecl-sca_sdo-1.2.4-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-sca_sdo/pecl-sca_sdo-1.2.4-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: pecl-sca_sdo-1.2.4-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-sca_sdo/pecl-sca_sdo-1.2.4-r1.ebuild,v 1.1 2010/05/29 18:48:46 mabi Exp $
53
54 EAPI="2"
55
56 PHP_EXT_NAME="sdo"
57 PHP_EXT_PECL_PKG="SCA_SDO"
58 PHP_EXT_INI="yes"
59 PHP_EXT_ZENDEXT="no"
60
61 inherit eutils php-ext-pecl-r1
62
63 KEYWORDS="~amd64 ~x86"
64
65 DESCRIPTION="Service Component Architecture (SCA) and Service Data Objects (SDO) for PHP."
66 LICENSE="Apache-2.0"
67 SLOT="0"
68 IUSE="examples"
69
70 DEPEND=">=dev-lang/php-5.2[json,soap,xml]
71 || ( <dev-lang/php-5.3[pcre,reflection,spl] >=dev-lang/php-5.3.1 )"
72 RDEPEND="${DEPEND}"
73
74 need_php_by_category
75
76 src_unpack() {
77 php-ext-source-r1_src_unpack
78
79 cd "${S}"
80 epatch "${FILESDIR}"/${P}-gcc44.patch
81 }
82
83 src_install() {
84 php-ext-pecl-r1_src_install
85
86 insinto /usr/share/php5
87 doins -r DAS SCA
88 }