Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/pecl-enchant: ChangeLog pecl-enchant-1.1.0.ebuild pecl-enchant-1.0.1.ebuild
Date: Sun, 04 Jul 2010 22:50:53
Message-Id: 20100704225038.026292CE14@corvid.gentoo.org
1 mabi 10/07/04 22:50:37
2
3 Modified: ChangeLog
4 Added: pecl-enchant-1.1.0.ebuild
5 Removed: pecl-enchant-1.0.1.ebuild
6 Log:
7 bump (bug #324837)
8 (Portage version: 2.1.8.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 dev-php5/pecl-enchant/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-enchant/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-enchant/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-enchant/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-enchant/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 23 Feb 2008 18:06:12 -0000 1.4
24 +++ ChangeLog 4 Jul 2010 22:50:37 -0000 1.5
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-php5/pecl-enchant
27 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-enchant/ChangeLog,v 1.4 2008/02/23 18:06:12 swegener Exp $
29 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-enchant/ChangeLog,v 1.5 2010/07/04 22:50:37 mabi Exp $
31 +
32 +*pecl-enchant-1.1.0 (04 Jul 2010)
33 +
34 + 04 Jul 2010; Matti Bickel <mabi@g.o> -pecl-enchant-1.0.1.ebuild,
35 + +pecl-enchant-1.1.0.ebuild:
36 + version bump thanks to Ole Markus With (bug #324837)
37
38 23 Feb 2008; Sven Wegener <swegener@g.o> pecl-enchant-1.0.1.ebuild:
39 Add ~amd64 keyword.
40
41
42
43 1.1 dev-php5/pecl-enchant/pecl-enchant-1.1.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-enchant/pecl-enchant-1.1.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/pecl-enchant/pecl-enchant-1.1.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: pecl-enchant-1.1.0.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-enchant/pecl-enchant-1.1.0.ebuild,v 1.1 2010/07/04 22:50:37 mabi Exp $
53
54 PHP_EXT_NAME="enchant"
55 PHP_EXT_INI="yes"
56 PHP_EXT_ZENDEXT="no"
57 DOCS="docs/examples/example1.php"
58
59 inherit php-ext-pecl-r1
60
61 KEYWORDS="~amd64 ~x86"
62
63 DESCRIPTION="PHP bindings for the Enchant spellchecking wrapper library."
64 LICENSE="PHP-3"
65 SLOT="0"
66 IUSE=""
67
68 DEPEND=">=app-text/enchant-1.1.3"
69 RDEPEND="${DEPEND}"
70
71 need_php_by_category
72
73 src_compile() {
74 my_conf="--with-enchant=/usr"
75 php-ext-pecl-r1_src_compile
76 }