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-spl_types: pecl-spl_types-0.4.0-r1.ebuild ChangeLog pecl-spl_types-0.4.0.ebuild
Date: Tue, 30 Sep 2014 00:32:12
Message-Id: 20140930003206.24F5D5F6@oystercatcher.gentoo.org
1 grknight 14/09/30 00:32:06
2
3 Modified: ChangeLog
4 Added: pecl-spl_types-0.4.0-r1.ebuild
5 Removed: pecl-spl_types-0.4.0.ebuild
6 Log:
7 Revbump; fix download location wrt bug 517146; Drop support for PHP 5.3; Add support for PHP 5.{5,6}
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-spl_types/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-spl_types/ChangeLog?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-spl_types/ChangeLog?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-spl_types/ChangeLog?r1=1.2&r2=1.3
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-spl_types/ChangeLog,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- ChangeLog 10 Sep 2013 03:11:35 -0000 1.2
25 +++ ChangeLog 30 Sep 2014 00:32:06 -0000 1.3
26 @@ -1,6 +1,13 @@
27 # ChangeLog for dev-php/pecl-spl_types
28 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-spl_types/ChangeLog,v 1.2 2013/09/10 03:11:35 patrick Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-spl_types/ChangeLog,v 1.3 2014/09/30 00:32:06 grknight Exp $
32 +
33 +*pecl-spl_types-0.4.0-r1 (30 Sep 2014)
34 +
35 + 30 Sep 2014; Brian Evans <grknight@g.o>
36 + +pecl-spl_types-0.4.0-r1.ebuild, -pecl-spl_types-0.4.0.ebuild:
37 + Revbump; fix download location wrt bug 517146; Drop support for PHP 5.3; Add
38 + support for PHP 5.{5,6}
39
40 10 Sep 2013; Patrick Lauer <patrick@g.o> pecl-spl_types-0.4.0.ebuild:
41 Whitespace
42
43
44
45 1.1 dev-php/pecl-spl_types/pecl-spl_types-0.4.0-r1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-spl_types/pecl-spl_types-0.4.0-r1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-spl_types/pecl-spl_types-0.4.0-r1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: pecl-spl_types-0.4.0-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-spl_types/pecl-spl_types-0.4.0-r1.ebuild,v 1.1 2014/09/30 00:32:06 grknight Exp $
55
56 EAPI=5
57
58 PHP_EXT_NAME="spl_types"
59 PHP_EXT_INI="yes"
60 PHP_EXT_ZENDEXT="no"
61 PHP_EXT_PECL_PKG="SPL_Types"
62
63 USE_PHP="php5-6 php5-5 php5-4"
64
65 inherit php-ext-pecl-r2
66
67 KEYWORDS="~amd64 ~x86"
68
69 DESCRIPTION="Standard PHP library types add-on"
70 LICENSE="PHP-3"
71 SLOT="0"
72 IUSE=""
73
74 RDEPEND=""
75 DEPEND="${RDEPEND}"