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-yaml: pecl-yaml-1.1.1-r1.ebuild ChangeLog pecl-yaml-1.1.0-r1.ebuild
Date: Wed, 29 Apr 2015 00:14:48
Message-Id: 20150429001443.8C8C39A4@oystercatcher.gentoo.org
1 grknight 15/04/29 00:14:43
2
3 Modified: ChangeLog
4 Added: pecl-yaml-1.1.1-r1.ebuild
5 Removed: pecl-yaml-1.1.0-r1.ebuild
6 Log:
7 Revbump to add php5-6 target wrt bug 538128; drop old
8
9 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xD1F781EFF9F4A3B6)
10
11 Revision Changes Path
12 1.6 dev-php/pecl-yaml/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaml/ChangeLog?rev=1.6&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaml/ChangeLog?rev=1.6&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaml/ChangeLog?r1=1.5&r2=1.6
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-yaml/ChangeLog,v
21 retrieving revision 1.5
22 retrieving revision 1.6
23 diff -u -r1.5 -r1.6
24 --- ChangeLog 4 Jan 2014 19:36:03 -0000 1.5
25 +++ ChangeLog 29 Apr 2015 00:14:43 -0000 1.6
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-php/pecl-yaml
28 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaml/ChangeLog,v 1.5 2014/01/04 19:36:03 mabi Exp $
30 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaml/ChangeLog,v 1.6 2015/04/29 00:14:43 grknight Exp $
32 +
33 +*pecl-yaml-1.1.1-r1 (29 Apr 2015)
34 +
35 + 29 Apr 2015; Brian Evans <grknight@g.o> +pecl-yaml-1.1.1-r1.ebuild,
36 + -pecl-yaml-1.1.0-r1.ebuild:
37 + Revbump to add php5-6 target wrt bug 538128; drop old
38
39 *pecl-yaml-1.1.1 (04 Jan 2014)
40
41
42
43
44 1.1 dev-php/pecl-yaml/pecl-yaml-1.1.1-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaml/pecl-yaml-1.1.1-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaml/pecl-yaml-1.1.1-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: pecl-yaml-1.1.1-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2015 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaml/pecl-yaml-1.1.1-r1.ebuild,v 1.1 2015/04/29 00:14:43 grknight Exp $
54
55 EAPI=5
56
57 PHP_EXT_NAME="yaml"
58 PHP_EXT_INI="yes"
59 PHP_EXT_ZENDEXT="no"
60 DOCS="CREDITS EXPERIMENTAL README"
61
62 USE_PHP="php5-6 php5-5 php5-4"
63
64 inherit php-ext-pecl-r2
65
66 KEYWORDS="~amd64 ~x86"
67
68 DESCRIPTION="Support for YAML 1.1 (YAML Ain't Markup Language) serialization
69 using the LibYAML library."
70 LICENSE="MIT"
71 SLOT="0"
72 IUSE=""
73
74 DEPEND=">=dev-libs/libyaml-0.1.0"
75 RDEPEND="${DEPEND}"