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