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-sphinx: pecl-sphinx-1.3.2.ebuild ChangeLog pecl-sphinx-1.2.0.ebuild pecl-sphinx-1.3.0.ebuild
Date: Tue, 30 Sep 2014 14:31:37
Message-Id: 20140930143133.693BD697C@oystercatcher.gentoo.org
1 grknight 14/09/30 14:31:33
2
3 Modified: ChangeLog
4 Added: pecl-sphinx-1.3.2.ebuild
5 Removed: pecl-sphinx-1.2.0.ebuild pecl-sphinx-1.3.0.ebuild
6 Log:
7 Version bump wrt bug 524108; Add PHP 5.6; Drop old
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-sphinx/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-sphinx/ChangeLog?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-sphinx/ChangeLog?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-sphinx/ChangeLog?r1=1.2&r2=1.3
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-sphinx/ChangeLog,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- ChangeLog 22 Oct 2013 14:10:56 -0000 1.2
25 +++ ChangeLog 30 Sep 2014 14:31:33 -0000 1.3
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-php/pecl-sphinx
28 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-sphinx/ChangeLog,v 1.2 2013/10/22 14:10:56 olemarkus Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-sphinx/ChangeLog,v 1.3 2014/09/30 14:31:33 grknight Exp $
32 +
33 +*pecl-sphinx-1.3.2 (30 Sep 2014)
34 +
35 + 30 Sep 2014; <grknight@g.o> +pecl-sphinx-1.3.2.ebuild,
36 + -pecl-sphinx-1.2.0.ebuild, -pecl-sphinx-1.3.0.ebuild:
37 + Version bump wrt bug 524108; Add PHP 5.6; Drop old
38
39 *pecl-sphinx-1.3.0 (22 Oct 2013)
40
41
42
43
44 1.1 dev-php/pecl-sphinx/pecl-sphinx-1.3.2.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-sphinx/pecl-sphinx-1.3.2.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-sphinx/pecl-sphinx-1.3.2.ebuild?rev=1.1&content-type=text/plain
48
49 Index: pecl-sphinx-1.3.2.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-sphinx/pecl-sphinx-1.3.2.ebuild,v 1.1 2014/09/30 14:31:33 grknight Exp $
54
55 EAPI=5
56
57 PHP_EXT_NAME="sphinx"
58 PHP_EXT_INI="yes"
59 PHP_EXT_ZENDEXT="no"
60
61 USE_PHP="php5-6 php5-5 php5-4"
62
63 DOCS="README ChangeLog"
64
65 inherit php-ext-pecl-r2
66
67 KEYWORDS="~amd64"
68
69 DESCRIPTION="PHP extension to execute search queries on a sphinx daemon"
70 LICENSE="PHP-3"
71 SLOT="0"
72 IUSE=""
73
74 RDEPEND="app-misc/sphinx"
75 DEPEND="${RDEPEND}
76 >=dev-util/re2c-0.13"