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.13.ebuild
Date: Mon, 24 Dec 2007 14:46:40
Message-Id: E1J6oZa-000644-K0@stork.gentoo.org
1 armin76 07/12/24 14:46:30
2
3 Modified: ChangeLog
4 Added: pecl-yaz-1.0.13.ebuild
5 Log:
6 Version bump from the php-overlay
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.26 dev-php5/pecl-yaz/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-yaz/ChangeLog?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-yaz/ChangeLog?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-yaz/ChangeLog?r1=1.25&r2=1.26
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaz/ChangeLog,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- ChangeLog 6 Dec 2007 01:22:27 -0000 1.25
23 +++ ChangeLog 24 Dec 2007 14:46:30 -0000 1.26
24 @@ -1,6 +1,14 @@
25 # ChangeLog for dev-php5/pecl-yaz
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaz/ChangeLog,v 1.25 2007/12/06 01:22:27 jokey Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaz/ChangeLog,v 1.26 2007/12/24 14:46:30 armin76 Exp $
29 +
30 +*pecl-yaz-1.0.13 (24 Dec 2007)
31 +
32 + 24 Dec 2007; Raúl Porcel <armin76@g.o> +pecl-yaz-1.0.13.ebuild:
33 + Version bump from the php-overlay
34 +
35 + 18 Dec 2007; Jakub Moc <jakub@g.o> +pecl-yaz-1.0.13.ebuild:
36 + Version bump
37
38 06 Dec 2007; Markus Ullmann <jokey@g.o> pecl-yaz-1.0.8.ebuild:
39 LICENSE fix from project overlay
40
41
42
43 1.1 dev-php5/pecl-yaz/pecl-yaz-1.0.13.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-yaz/pecl-yaz-1.0.13.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/pecl-yaz/pecl-yaz-1.0.13.ebuild?rev=1.1&content-type=text/plain
47
48 Index: pecl-yaz-1.0.13.ebuild
49 ===================================================================
50 # Copyright 1999-2007 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.13.ebuild,v 1.1 2007/12/24 14:46:30 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
73 src_compile() {
74 my_conf="--with-yaz=/usr"
75 php-ext-pecl-r1_src_compile
76 }
77
78
79
80 --
81 gentoo-commits@g.o mailing list