Gentoo Archives: gentoo-commits

From: "Brian Evans (grknight)" <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/pecl-eio: pecl-eio-1.2.5.ebuild ChangeLog pecl-eio-1.2.3-r1.ebuild
Date: Wed, 01 Oct 2014 13:53:44
Message-Id: 20141001135340.B73F76AC1@oystercatcher.gentoo.org
1 grknight 14/10/01 13:53:40
2
3 Modified: ChangeLog
4 Added: pecl-eio-1.2.5.ebuild
5 Removed: pecl-eio-1.2.3-r1.ebuild
6 Log:
7 Version bump to 1.2.5 wrt bug 524122 on behalf of Ruslan Osmanov <rrosmanov@×××××.com>
8
9 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
10
11 Revision Changes Path
12 1.3 dev-php/pecl-eio/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-eio/ChangeLog?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-eio/ChangeLog?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-eio/ChangeLog?r1=1.2&r2=1.3
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-eio/ChangeLog,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- ChangeLog 1 Oct 2014 13:51:24 -0000 1.2
25 +++ ChangeLog 1 Oct 2014 13:53:40 -0000 1.3
26 @@ -1,6 +1,13 @@
27 # ChangeLog for dev-php/pecl-eio
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-eio/ChangeLog,v 1.2 2014/10/01 13:51:24 grknight Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-eio/ChangeLog,v 1.3 2014/10/01 13:53:40 grknight Exp $
31 +
32 +*pecl-eio-1.2.5 (01 Oct 2014)
33 +
34 + 01 Oct 2014; <grknight@g.o> +pecl-eio-1.2.5.ebuild,
35 + -pecl-eio-1.2.3-r1.ebuild:
36 + Version bump to 1.2.5 wrt bug 524122 on behalf of Ruslan Osmanov
37 + <rrosmanov@×××××.com>
38
39 *pecl-eio-1.2.3-r1 (01 Oct 2014)
40
41
42
43
44 1.1 dev-php/pecl-eio/pecl-eio-1.2.5.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-eio/pecl-eio-1.2.5.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-eio/pecl-eio-1.2.5.ebuild?rev=1.1&content-type=text/plain
48
49 Index: pecl-eio-1.2.5.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-eio/pecl-eio-1.2.5.ebuild,v 1.1 2014/10/01 13:53:40 grknight Exp $
54
55 EAPI=5
56 PHP_EXT_NAME="eio"
57 PHP_EXT_INI="yes"
58 PHP_EXT_ZENDEXT="no"
59 DOCS="CREDITS EXPERIMENTAL INSTALL README LICENSE"
60
61 USE_PHP="php5-4 php5-5 php5-6"
62 inherit php-ext-pecl-r2 confutils
63
64 KEYWORDS="~amd64 ~x86"
65 LICENSE="PHP-3.01"
66
67 DESCRIPTION="PHP wrapper for libeio library"
68 LICENSE="PHP-3"
69 SLOT="0"
70 IUSE="debug"
71
72 src_configure() {
73 my_conf="--with-eio"
74 enable_extension_enable "eio-debug" "debug" 0
75
76 php-ext-source-r2_src_configure
77 }