Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/pecl-uuid: metadata.xml ChangeLog pecl-uuid-1.0.2.ebuild
Date: Wed, 05 Jan 2011 17:00:46
Message-Id: 20110105170036.4ACD420051@flycatcher.gentoo.org
1 dev-zero 11/01/05 17:00:36
2
3 Added: metadata.xml ChangeLog pecl-uuid-1.0.2.ebuild
4 Log:
5 Initial commit.
6
7 (Portage version: 2.1.9.26/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-php5/pecl-uuid/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-uuid/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-uuid/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>no-herd</herd>
21 <maintainer>
22 <email>dev-zero@g.o</email>
23 <name>Tiziano Müller</name>
24 </maintainer>
25 </pkgmetadata>
26
27
28
29 1.1 dev-php5/pecl-uuid/ChangeLog
30
31 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-uuid/ChangeLog?rev=1.1&view=markup
32 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-uuid/ChangeLog?rev=1.1&content-type=text/plain
33
34 Index: ChangeLog
35 ===================================================================
36 # ChangeLog for dev-php5/pecl-uuid
37 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
38 # $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-uuid/ChangeLog,v 1.1 2011/01/05 17:00:36 dev-zero Exp $
39
40 *pecl-uuid-1.0.2 (05 Jan 2011)
41
42 05 Jan 2011; Tiziano Müller <dev-zero@g.o> +pecl-uuid-1.0.2.ebuild,
43 +metadata.xml:
44 Initial commit.
45
46
47
48
49 1.1 dev-php5/pecl-uuid/pecl-uuid-1.0.2.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-uuid/pecl-uuid-1.0.2.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-uuid/pecl-uuid-1.0.2.ebuild?rev=1.1&content-type=text/plain
53
54 Index: pecl-uuid-1.0.2.ebuild
55 ===================================================================
56 # Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-uuid/pecl-uuid-1.0.2.ebuild,v 1.1 2011/01/05 17:00:36 dev-zero Exp $
59
60 EAPI=3
61
62 PHP_EXT_NAME="uuid"
63 PHP_EXT_INIT="yes"
64 PHP_EXT_ZENDEXT="no"
65 DOCS="CREDITS"
66
67 inherit php-ext-pecl-r2
68
69 DESCRIPTION="A wrapper around libuuid."
70 LICENSE="LGPL-2.1"
71 SLOT="0"
72 KEYWORDS="~amd64"
73 IUSE=""
74
75 DEPEND="sys-apps/util-linux"
76 RDEPEND="${DEPEND}"