Gentoo Archives: gentoo-commits

From: "Brian Evans (grknight)" <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/pecl-yaz: pecl-yaz-1.1.9.ebuild ChangeLog
Date: Wed, 25 Feb 2015 02:10:29
Message-Id: 20150225021023.F12FD127DB@oystercatcher.gentoo.org
1 grknight 15/02/25 02:10:23
2
3 Modified: ChangeLog
4 Added: pecl-yaz-1.1.9.ebuild
5 Log:
6 Version bump; Update LICENSE to BSD per upstream
7
8 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xD1F781EFF9F4A3B6)
9
10 Revision Changes Path
11 1.13 dev-php/pecl-yaz/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaz/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaz/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaz/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 24 Feb 2015 08:46:45 -0000 1.12
24 +++ ChangeLog 25 Feb 2015 02:10:23 -0000 1.13
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-php/pecl-yaz
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/ChangeLog,v 1.12 2015/02/24 08:46:45 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/ChangeLog,v 1.13 2015/02/25 02:10:23 grknight Exp $
30 +
31 +*pecl-yaz-1.1.9 (25 Feb 2015)
32 +
33 + 25 Feb 2015; Brian Evans <grknight@g.o> +pecl-yaz-1.1.9.ebuild:
34 + Version bump; Update LICENSE to BSD per upstream
35
36 24 Feb 2015; Agostino Sarubbo <ago@g.o> pecl-yaz-1.1.6.ebuild:
37 Stable for alpha, wrt bug #534568
38
39
40
41 1.1 dev-php/pecl-yaz/pecl-yaz-1.1.9.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaz/pecl-yaz-1.1.9.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaz/pecl-yaz-1.1.9.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pecl-yaz-1.1.9.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/pecl-yaz-1.1.9.ebuild,v 1.1 2015/02/25 02:10:23 grknight Exp $
51
52 EAPI=5
53
54 PHP_EXT_NAME="yaz"
55 PHP_EXT_INI="yes"
56 PHP_EXT_ZENDEXT="no"
57 DOCS="README"
58
59 USE_PHP="php5-6 php5-5 php5-4"
60
61 inherit php-ext-pecl-r2
62
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
64
65 DESCRIPTION="This extension implements a Z39.50 client for PHP using the YAZ toolkit"
66 LICENSE="BSD"
67 SLOT="0"
68 IUSE=""
69
70 DEPEND=">=dev-libs/yaz-3.0.2:0="
71 RDEPEND="${DEPEND}"
72
73 my_conf="--with-yaz=/usr"