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-php5/pecl-dio: ChangeLog pecl-dio-0.0.4_rc4-r2.ebuild pecl-dio-0.0.4_rc4-r1.ebuild
Date: Wed, 05 Jan 2011 20:30:34
Message-Id: 20110105203025.F337720051@flycatcher.gentoo.org
1 olemarkus 11/01/05 20:30:25
2
3 Modified: ChangeLog
4 Added: pecl-dio-0.0.4_rc4-r2.ebuild
5 Removed: pecl-dio-0.0.4_rc4-r1.ebuild
6 Log:
7 Fixed bug 350741. Thanks to Daniel T.
8
9 (Portage version: 2.1.9.28/cvs/Linux i686)
10
11 Revision Changes Path
12 1.3 dev-php5/pecl-dio/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-dio/ChangeLog?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-dio/ChangeLog?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-dio/ChangeLog?r1=1.2&r2=1.3
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-dio/ChangeLog,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- ChangeLog 4 Nov 2010 10:53:27 -0000 1.2
25 +++ ChangeLog 5 Jan 2011 20:30:25 -0000 1.3
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-php5/pecl-dio
28 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-dio/ChangeLog,v 1.2 2010/11/04 10:53:27 mabi Exp $
30 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-dio/ChangeLog,v 1.3 2011/01/05 20:30:25 olemarkus Exp $
32 +
33 +*pecl-dio-0.0.4_rc4-r2 (05 Jan 2011)
34 +
35 + 05 Jan 2011; Ole Markus With <olemarkus@g.o>
36 + -pecl-dio-0.0.4_rc4-r1.ebuild, +pecl-dio-0.0.4_rc4-r2.ebuild:
37 + Fixed bug 350741. Thanks to Daniel T.
38
39 *pecl-dio-0.0.4_rc4-r1 (04 Nov 2010)
40
41
42
43
44 1.1 dev-php5/pecl-dio/pecl-dio-0.0.4_rc4-r2.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-dio/pecl-dio-0.0.4_rc4-r2.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-dio/pecl-dio-0.0.4_rc4-r2.ebuild?rev=1.1&content-type=text/plain
48
49 Index: pecl-dio-0.0.4_rc4-r2.ebuild
50 ===================================================================
51 # Copyright 1999-2011 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-dio/pecl-dio-0.0.4_rc4-r2.ebuild,v 1.1 2011/01/05 20:30:25 olemarkus Exp $
54
55 EAPI="3"
56
57 PHP_EXT_NAME="dio"
58 PHP_EXT_INI="yes"
59 PHP_EXT_ZENDEXT="no"
60 DOCS="docs/examples/tutorial.txt ThanksTo.txt KnownIssues.txt"
61
62 inherit php-ext-pecl-r2
63
64 KEYWORDS="~amd64 ~x86"
65
66 DESCRIPTION="Direct I/O functions for PHP."
67 LICENSE="PHP-3"
68 SLOT="0"
69 IUSE=""
70
71 MY_PV=${PV/_rc/RC}
72 S="${WORKDIR}/${PN/pecl-/}-${MY_PV}"
73
74 src_configure() {
75 my_conf="--enable-dio --enable-shared"
76
77 php-ext-source-r2_src_configure
78 }