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-php/pecl-uuid: pecl-uuid-1.0.3-r1.ebuild ChangeLog pecl-uuid-1.0.3.ebuild
Date: Fri, 04 Jul 2014 14:59:36
Message-Id: 20140704145933.A8D4220036@flycatcher.gentoo.org
1 dev-zero 14/07/04 14:59:33
2
3 Modified: ChangeLog
4 Added: pecl-uuid-1.0.3-r1.ebuild
5 Removed: pecl-uuid-1.0.3.ebuild
6 Log:
7 Add php5-5 target (bug #511602), EAPI bump
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x1A5D023975B0583D!)
10
11 Revision Changes Path
12 1.3 dev-php/pecl-uuid/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-uuid/ChangeLog?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-uuid/ChangeLog?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-uuid/ChangeLog?r1=1.2&r2=1.3
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-uuid/ChangeLog,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- ChangeLog 24 Aug 2012 09:01:07 -0000 1.2
25 +++ ChangeLog 4 Jul 2014 14:59:33 -0000 1.3
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-php/pecl-uuid
28 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-uuid/ChangeLog,v 1.2 2012/08/24 09:01:07 olemarkus Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-uuid/ChangeLog,v 1.3 2014/07/04 14:59:33 dev-zero Exp $
32 +
33 +*pecl-uuid-1.0.3-r1 (04 Jul 2014)
34 +
35 + 04 Jul 2014; Tiziano Müller <dev-zero@g.o> +pecl-uuid-1.0.3-r1.ebuild,
36 + -pecl-uuid-1.0.3.ebuild:
37 + Add php5-5 target (bug #511602), EAPI bump
38
39 *pecl-uuid-1.0.3 (24 Aug 2012)
40
41
42
43
44 1.1 dev-php/pecl-uuid/pecl-uuid-1.0.3-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-uuid/pecl-uuid-1.0.3-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-uuid/pecl-uuid-1.0.3-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: pecl-uuid-1.0.3-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-uuid/pecl-uuid-1.0.3-r1.ebuild,v 1.1 2014/07/04 14:59:33 dev-zero Exp $
54
55 EAPI="5"
56
57 PHP_EXT_NAME="uuid"
58 PHP_EXT_INIT="yes"
59 PHP_EXT_ZENDEXT="no"
60 DOCS="CREDITS"
61
62 USE_PHP="php5-3 php5-4 php5-5"
63
64 inherit php-ext-pecl-r2
65
66 DESCRIPTION="A wrapper around libuuid."
67 LICENSE="LGPL-2.1"
68 SLOT="0"
69 KEYWORDS="~amd64"
70 IUSE=""
71
72 DEPEND="sys-apps/util-linux"
73 RDEPEND="${DEPEND}"