Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/pecl-yaml: pecl-yaml-1.1.1.ebuild ChangeLog pecl-yaml-1.1.0.ebuild
Date: Sat, 04 Jan 2014 19:36:07
Message-Id: 20140104193603.8CBDE2004C@flycatcher.gentoo.org
1 mabi 14/01/04 19:36:03
2
3 Modified: ChangeLog
4 Added: pecl-yaml-1.1.1.ebuild
5 Removed: pecl-yaml-1.1.0.ebuild
6 Log:
7 version bump, cleanup
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xDDF971F118EEA5E6!)
10
11 Revision Changes Path
12 1.5 dev-php/pecl-yaml/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaml/ChangeLog?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaml/ChangeLog?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaml/ChangeLog?r1=1.4&r2=1.5
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-yaml/ChangeLog,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- ChangeLog 15 Aug 2013 13:36:40 -0000 1.4
25 +++ ChangeLog 4 Jan 2014 19:36:03 -0000 1.5
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-php/pecl-yaml
28 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaml/ChangeLog,v 1.4 2013/08/15 13:36:40 olemarkus Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaml/ChangeLog,v 1.5 2014/01/04 19:36:03 mabi Exp $
32 +
33 +*pecl-yaml-1.1.1 (04 Jan 2014)
34 +
35 + 04 Jan 2014; Matti Bickel <mabi@g.o> +pecl-yaml-1.1.1.ebuild,
36 + -pecl-yaml-1.1.0.ebuild:
37 + version bump, cleanup
38
39 *pecl-yaml-1.1.0-r1 (15 Aug 2013)
40
41
42
43
44 1.1 dev-php/pecl-yaml/pecl-yaml-1.1.1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaml/pecl-yaml-1.1.1.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.ebuild?rev=1.1&content-type=text/plain
48
49 Index: pecl-yaml-1.1.1.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-yaml/pecl-yaml-1.1.1.ebuild,v 1.1 2014/01/04 19:36:03 mabi 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-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}"