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-php/pecl-uuid: pecl-uuid-1.0.3.ebuild ChangeLog pecl-uuid-1.0.2.ebuild
Date: Fri, 24 Aug 2012 09:01:18
Message-Id: 20120824090107.43AED20567@flycatcher.gentoo.org
1 olemarkus 12/08/24 09:01:07
2
3 Modified: ChangeLog
4 Added: pecl-uuid-1.0.3.ebuild
5 Removed: pecl-uuid-1.0.2.ebuild
6 Log:
7 Version bump. Supports php 5.4
8
9 (Portage version: 2.1.11.9/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.2 dev-php/pecl-uuid/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-uuid/ChangeLog?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-uuid/ChangeLog?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-uuid/ChangeLog?r1=1.1&r2=1.2
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-uuid/ChangeLog,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- ChangeLog 14 Dec 2011 22:50:16 -0000 1.1
25 +++ ChangeLog 24 Aug 2012 09:01:07 -0000 1.2
26 @@ -1,10 +1,15 @@
27 -# ChangeLog for dev-php5/pecl-uuid
28 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-uuid/ChangeLog,v 1.1 2011/12/14 22:50:16 mabi Exp $
30 +# ChangeLog for dev-php/pecl-uuid
31 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
32 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-uuid/ChangeLog,v 1.2 2012/08/24 09:01:07 olemarkus Exp $
33 +
34 +*pecl-uuid-1.0.3 (24 Aug 2012)
35 +
36 + 24 Aug 2012; Ole Markus With <olemarkus@g.o> +pecl-uuid-1.0.3.ebuild,
37 + -pecl-uuid-1.0.2.ebuild:
38 + Version bump. Supports php 5.4
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-php/pecl-uuid/pecl-uuid-1.0.3.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-uuid/pecl-uuid-1.0.3.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-uuid/pecl-uuid-1.0.3.ebuild?rev=1.1&content-type=text/plain
53
54 Index: pecl-uuid-1.0.3.ebuild
55 ===================================================================
56 # Copyright 1999-2012 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-uuid/pecl-uuid-1.0.3.ebuild,v 1.1 2012/08/24 09:01:07 olemarkus Exp $
59
60 EAPI="4"
61
62 PHP_EXT_NAME="uuid"
63 PHP_EXT_INIT="yes"
64 PHP_EXT_ZENDEXT="no"
65 DOCS="CREDITS"
66
67 USE_PHP="php5-3 php5-4"
68
69 inherit php-ext-pecl-r2
70
71 DESCRIPTION="A wrapper around libuuid."
72 LICENSE="LGPL-2.1"
73 SLOT="0"
74 KEYWORDS="~amd64"
75 IUSE=""
76
77 DEPEND="sys-apps/util-linux"
78 RDEPEND="${DEPEND}"