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: metadata.xml ChangeLog pecl-yaml-0.6.3-r1.ebuild pecl-yaml-0.6.3.ebuild
Date: Thu, 02 Dec 2010 10:22:18
Message-Id: 20101202102206.4186C20054@flycatcher.gentoo.org
1 olemarkus 10/12/02 10:22:06
2
3 Added: metadata.xml ChangeLog pecl-yaml-0.6.3-r1.ebuild
4 pecl-yaml-0.6.3.ebuild
5 Log:
6 Initial commit of pecl-yaml (requested in #347511). Thanks to nathan for the ebuild.
7 (Portage version: 2.1.8.3/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 dev-php5/pecl-yaml/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-yaml/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-yaml/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>php</herd>
21 <maintainer>
22 <email>olemarkus@g.o</email>
23 <name>Ole Markus With</name>
24 </maintainer>
25 </pkgmetadata>
26
27
28
29
30 1.1 dev-php5/pecl-yaml/ChangeLog
31
32 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-yaml/ChangeLog?rev=1.1&view=markup
33 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-yaml/ChangeLog?rev=1.1&content-type=text/plain
34
35 Index: ChangeLog
36 ===================================================================
37 # ChangeLog for dev-php5/pecl-yaml
38 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
39 # $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaml/ChangeLog,v 1.1 2010/12/02 10:22:06 olemarkus Exp $
40
41 *pecl-yaml-0.6.3-r1 (02 Dec 2010)
42 *pecl-yaml-0.6.3 (02 Dec 2010)
43
44 02 Dec 2010; Ole Markus With <olemarkus@g.o>
45 +pecl-yaml-0.6.3.ebuild, +pecl-yaml-0.6.3-r1.ebuild, +metadata.xml:
46 Initial commit of pecl-yaml (requested in #347511). Thanks to nathan for
47 the ebuild.
48
49
50
51
52 1.1 dev-php5/pecl-yaml/pecl-yaml-0.6.3-r1.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-yaml/pecl-yaml-0.6.3-r1.ebuild?rev=1.1&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-yaml/pecl-yaml-0.6.3-r1.ebuild?rev=1.1&content-type=text/plain
56
57 Index: pecl-yaml-0.6.3-r1.ebuild
58 ===================================================================
59 # Copyright 1999-2010 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 # $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaml/pecl-yaml-0.6.3-r1.ebuild,v 1.1 2010/12/02 10:22:06 olemarkus Exp $
62
63 EAPI="2"
64
65 PHP_EXT_NAME="yaml"
66 PHP_EXT_INI="yes"
67 PHP_EXT_ZENDEXT="no"
68 DOCS="CREDITS EXPERIMENTAL README"
69
70 inherit php-ext-pecl-r2
71
72 KEYWORDS="~amd64 ~x86"
73
74 DESCRIPTION="Support for YAML 1.1 (YAML Ain't Markup Language) serialization
75 using the LibYAML library."
76 LICENSE="MIT"
77 SLOT="0"
78 IUSE=""
79
80 DEPEND=">=dev-libs/libyaml-0.1.0"
81 RDEPEND="${DEPEND}"
82
83
84
85 1.1 dev-php5/pecl-yaml/pecl-yaml-0.6.3.ebuild
86
87 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-yaml/pecl-yaml-0.6.3.ebuild?rev=1.1&view=markup
88 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-yaml/pecl-yaml-0.6.3.ebuild?rev=1.1&content-type=text/plain
89
90 Index: pecl-yaml-0.6.3.ebuild
91 ===================================================================
92 # Copyright 1999-2010 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 # $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaml/pecl-yaml-0.6.3.ebuild,v 1.1 2010/12/02 10:22:06 olemarkus Exp $
95
96 PHP_EXT_NAME="yaml"
97 PHP_EXT_INI="yes"
98 PHP_EXT_ZENDEXT="no"
99 DOCS="CREDITS EXPERIMENTAL README"
100
101 inherit php-ext-pecl-r1
102
103 KEYWORDS="~amd64 ~x86"
104
105 DESCRIPTION="Support for YAML 1.1 (YAML Ain't Markup Language) serialization
106 using the LibYAML library."
107 LICENSE="MIT"
108 SLOT="0"
109 IUSE=""
110
111 DEPEND=">=dev-libs/libyaml-0.1.0"
112 RDEPEND="${DEPEND}"
113
114 need_php_by_category