Gentoo Archives: gentoo-commits

From: "Ole Markus With (olemarkus)" <olemarkus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/pecl-yaml: pecl-yaml-1.0.1.ebuild ChangeLog pecl-yaml-1.0.0.ebuild
Date: Tue, 22 Feb 2011 14:06:34
Message-Id: 20110222140625.F035420054@flycatcher.gentoo.org
1 olemarkus 11/02/22 14:06:25
2
3 Modified: ChangeLog
4 Added: pecl-yaml-1.0.1.ebuild
5 Removed: pecl-yaml-1.0.0.ebuild
6 Log:
7 Version bump
8
9 (Portage version: 2.1.9.25/cvs/Linux i686)
10
11 Revision Changes Path
12 1.3 dev-php5/pecl-yaml/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-yaml/ChangeLog?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-yaml/ChangeLog?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-yaml/ChangeLog?r1=1.2&r2=1.3
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaml/ChangeLog,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- ChangeLog 21 Feb 2011 07:27:38 -0000 1.2
25 +++ ChangeLog 22 Feb 2011 14:06:25 -0000 1.3
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-php5/pecl-yaml
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaml/ChangeLog,v 1.2 2011/02/21 07:27:38 olemarkus Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaml/ChangeLog,v 1.3 2011/02/22 14:06:25 olemarkus Exp $
31 +
32 +*pecl-yaml-1.0.1 (22 Feb 2011)
33 +
34 + 22 Feb 2011; Ole Markus With <olemarkus@g.o>
35 + -pecl-yaml-1.0.0.ebuild, +pecl-yaml-1.0.1.ebuild:
36 + Version bump
37
38 *pecl-yaml-1.0.0 (21 Feb 2011)
39
40
41
42
43 1.1 dev-php5/pecl-yaml/pecl-yaml-1.0.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-yaml/pecl-yaml-1.0.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-yaml/pecl-yaml-1.0.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: pecl-yaml-1.0.1.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaml/pecl-yaml-1.0.1.ebuild,v 1.1 2011/02/22 14:06:25 olemarkus Exp $
53
54 EAPI="2"
55
56 PHP_EXT_NAME="yaml"
57 PHP_EXT_INI="yes"
58 PHP_EXT_ZENDEXT="no"
59 DOCS="CREDITS EXPERIMENTAL README"
60
61 inherit php-ext-pecl-r2
62
63 KEYWORDS="~amd64 ~x86"
64
65 DESCRIPTION="Support for YAML 1.1 (YAML Ain't Markup Language) serialization
66 using the LibYAML library."
67 LICENSE="MIT"
68 SLOT="0"
69 IUSE=""
70
71 DEPEND=">=dev-libs/libyaml-0.1.0"
72 RDEPEND="${DEPEND}"