Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@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.ebuild
Date: Mon, 17 Mar 2008 09:56:42
Message-Id: E1JbC59-0007cW-T0@stork.gentoo.org
1 jokey 08/03/17 09:56:39
2
3 Modified: ChangeLog
4 Added: pecl-sca_sdo-1.2.4.ebuild
5 Log:
6 Version bump from project overlay
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.5 dev-php5/pecl-sca_sdo/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-sca_sdo/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-sca_sdo/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-sca_sdo/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-sca_sdo/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 30 Aug 2007 13:07:09 -0000 1.4
23 +++ ChangeLog 17 Mar 2008 09:56:39 -0000 1.5
24 @@ -1,6 +1,16 @@
25 # ChangeLog for dev-php5/pecl-sca_sdo
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-sca_sdo/ChangeLog,v 1.4 2007/08/30 13:07:09 jokey Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-sca_sdo/ChangeLog,v 1.5 2008/03/17 09:56:39 jokey Exp $
30 +
31 +*pecl-sca_sdo-1.2.4 (17 Mar 2008)
32 +
33 + 17 Mar 2008; <jokey@g.o> +pecl-sca_sdo-1.2.4.ebuild:
34 + Version bump from project overlay
35 +
36 + 04 Mar 2008; Jakub Moc <jakub@g.o>
37 + +pecl-sca_sdo-1.2.4.ebuild:
38 + Version bump - bugfix release. Fixes PECL bugs #11997, #11996, #12193,
39 + #12103, #12443, #13101 and other issues.
40
41 *pecl-sca_sdo-1.2.3 (30 Aug 2007)
42
43
44
45
46 1.1 dev-php5/pecl-sca_sdo/pecl-sca_sdo-1.2.4.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-sca_sdo/pecl-sca_sdo-1.2.4.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-sca_sdo/pecl-sca_sdo-1.2.4.ebuild?rev=1.1&content-type=text/plain
50
51 Index: pecl-sca_sdo-1.2.4.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/pecl-sca_sdo/pecl-sca_sdo-1.2.4.ebuild,v 1.1 2008/03/17 09:56:39 jokey Exp $
56
57 PHP_EXT_NAME="sdo"
58 PHP_EXT_PECL_PKG="SCA_SDO"
59 PHP_EXT_INI="yes"
60 PHP_EXT_ZENDEXT="no"
61
62 inherit php-ext-pecl-r1 depend.php
63
64 KEYWORDS="~amd64 ~x86"
65
66 DESCRIPTION="Service Component Architecture (SCA) and Service Data Objects (SDO) for PHP."
67 LICENSE="Apache-2.0"
68 SLOT="0"
69 IUSE="examples"
70
71 DEPEND=""
72 RDEPEND=""
73
74 need_php_by_category
75
76 pkg_setup() {
77 require_php_with_use json reflection soap spl xml
78 }
79
80 src_install() {
81 php-ext-pecl-r1_src_install
82
83 insinto /usr/share/php5
84 doins -r DAS SCA
85 }
86
87
88
89 --
90 gentoo-commits@l.g.o mailing list