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-gearman: ChangeLog pecl-gearman-0.7.0-r1.ebuild
Date: Fri, 08 Oct 2010 19:03:07
Message-Id: 20101008183712.C020220051@flycatcher.gentoo.org
1 olemarkus 10/10/08 18:37:12
2
3 Modified: ChangeLog
4 Added: pecl-gearman-0.7.0-r1.ebuild
5 Log:
6 Added version supporting minor version slotting
7 (Portage version: 2.1.8.3/cvs/Linux i686)
8
9 Revision Changes Path
10 1.6 dev-php5/pecl-gearman/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-gearman/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-gearman/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-gearman/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-gearman/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 26 Sep 2010 14:56:53 -0000 1.5
23 +++ ChangeLog 8 Oct 2010 18:37:12 -0000 1.6
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-php5/pecl-gearman
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-gearman/ChangeLog,v 1.5 2010/09/26 14:56:53 olemarkus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-gearman/ChangeLog,v 1.6 2010/10/08 18:37:12 olemarkus Exp $
29 +
30 +*pecl-gearman-0.7.0-r1 (08 Oct 2010)
31 +
32 + 08 Oct 2010; <olemarkus@g.o> +pecl-gearman-0.7.0-r1.ebuild:
33 + Added version supporting minor version slotting
34
35 26 Sep 2010; <olemarkus@g.o> pecl-gearman-0.7.0.ebuild:
36 Added ~x86 keyword
37
38
39
40 1.1 dev-php5/pecl-gearman/pecl-gearman-0.7.0-r1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-gearman/pecl-gearman-0.7.0-r1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-gearman/pecl-gearman-0.7.0-r1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: pecl-gearman-0.7.0-r1.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-gearman/pecl-gearman-0.7.0-r1.ebuild,v 1.1 2010/10/08 18:37:12 olemarkus Exp $
50
51 EAPI=2
52 PHP_EXT_NAME="gearman"
53 PHP_EXT_INI="yes"
54 PHP_EXT_ZENDEXT="no"
55
56 inherit php-ext-pecl-r2
57
58 KEYWORDS="~amd64 ~x86"
59
60 DESCRIPTION="PHP extension for using gearmand."
61 LICENSE="PHP-3"
62 SLOT="0"
63 IUSE=""
64
65 DEPEND="sys-cluster/gearmand"
66 RDEPEND="${DEPEND}"