Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/pecl-yaz: ChangeLog pecl-yaz-1.0.14.ebuild
Date: Tue, 26 Feb 2008 16:37:26
Message-Id: E1JU2nz-0001sU-6X@stork.gentoo.org
1 armin76 08/02/26 16:37:23
2
3 Modified: ChangeLog
4 Added: pecl-yaz-1.0.14.ebuild
5 Log:
6 Version bump, import from the php overlay
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.32 dev-php5/pecl-yaz/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-yaz/ChangeLog?rev=1.32&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-yaz/ChangeLog?rev=1.32&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-yaz/ChangeLog?r1=1.31&r2=1.32
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaz/ChangeLog,v
19 retrieving revision 1.31
20 retrieving revision 1.32
21 diff -u -r1.31 -r1.32
22 --- ChangeLog 9 Feb 2008 18:30:23 -0000 1.31
23 +++ ChangeLog 26 Feb 2008 16:37:22 -0000 1.32
24 @@ -1,6 +1,14 @@
25 # ChangeLog for dev-php5/pecl-yaz
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaz/ChangeLog,v 1.31 2008/02/09 18:30:23 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaz/ChangeLog,v 1.32 2008/02/26 16:37:22 armin76 Exp $
29 +
30 +*pecl-yaz-1.0.14 (26 Feb 2008)
31 +
32 + 26 Feb 2008; Raúl Porcel <armin76@g.o> +pecl-yaz-1.0.14.ebuild:
33 + Version bump, import from the php overlay
34 +
35 + 20 Feb 2008; Jakub Moc <jakub@g.o> +pecl-yaz-1.0.14.ebuild:
36 + Version bump
37
38 09 Feb 2008; Raúl Porcel <armin76@g.o> pecl-yaz-1.0.13.ebuild:
39 alpha/ia64/sparc stable wrt #208545
40
41
42
43 1.1 dev-php5/pecl-yaz/pecl-yaz-1.0.14.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-yaz/pecl-yaz-1.0.14.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-yaz/pecl-yaz-1.0.14.ebuild?rev=1.1&content-type=text/plain
47
48 Index: pecl-yaz-1.0.14.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaz/pecl-yaz-1.0.14.ebuild,v 1.1 2008/02/26 16:37:22 armin76 Exp $
53
54 PHP_EXT_NAME="yaz"
55 PHP_EXT_INI="yes"
56 PHP_EXT_ZENDEXT="no"
57 DOCS="README"
58
59 inherit php-ext-pecl-r1
60
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
62
63 DESCRIPTION="This extension implements a Z39.50 client for PHP using the YAZ toolkit."
64 LICENSE="PHP-3"
65 SLOT="0"
66 IUSE=""
67
68 DEPEND=">=dev-libs/yaz-3.0.2"
69 RDEPEND="${DEPEND}"
70
71 need_php_by_category
72 my_conf="--with-yaz=/usr"
73
74
75
76 --
77 gentoo-commits@l.g.o mailing list