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: ChangeLog pecl-yaml-1.0.0.ebuild
Date: Mon, 21 Feb 2011 07:27:48
Message-Id: 20110221072738.5FA4A20054@flycatcher.gentoo.org
1 olemarkus 11/02/21 07:27:38
2
3 Modified: ChangeLog
4 Added: pecl-yaml-1.0.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.9.25/cvs/Linux i686)
9
10 Revision Changes Path
11 1.2 dev-php5/pecl-yaml/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-yaml/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-yaml/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-yaml/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaml/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 2 Dec 2010 10:22:06 -0000 1.1
24 +++ ChangeLog 21 Feb 2011 07:27:38 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-php5/pecl-yaml
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaml/ChangeLog,v 1.1 2010/12/02 10:22:06 olemarkus Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaml/ChangeLog,v 1.2 2011/02/21 07:27:38 olemarkus Exp $
31 +
32 +*pecl-yaml-1.0.0 (21 Feb 2011)
33 +
34 + 21 Feb 2011; Ole Markus With <olemarkus@g.o>
35 + +pecl-yaml-1.0.0.ebuild:
36 + Version bump
37
38 *pecl-yaml-0.6.3-r1 (02 Dec 2010)
39 *pecl-yaml-0.6.3 (02 Dec 2010)
40
41
42
43 1.1 dev-php5/pecl-yaml/pecl-yaml-1.0.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-yaml/pecl-yaml-1.0.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-yaml/pecl-yaml-1.0.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: pecl-yaml-1.0.0.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.0.ebuild,v 1.1 2011/02/21 07:27:38 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}"