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.6.ebuild ChangeLog pecl-yaz-1.1.1.ebuild
Date: Sat, 28 Feb 2015 20:20:46
Message-Id: 20150228202038.242FF12C1D@oystercatcher.gentoo.org
1 grknight 15/02/28 20:20:38
2
3 Modified: pecl-yaz-1.1.6.ebuild ChangeLog
4 Removed: pecl-yaz-1.1.1.ebuild
5 Log:
6 Drop old; fix repoman warning
7
8 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xD1F781EFF9F4A3B6)
9
10 Revision Changes Path
11 1.9 dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild?r1=1.8&r2=1.9
16
17 Index: pecl-yaz-1.1.6.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- pecl-yaz-1.1.6.ebuild 28 Feb 2015 13:35:18 -0000 1.8
24 +++ pecl-yaz-1.1.6.ebuild 28 Feb 2015 20:20:38 -0000 1.9
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild,v 1.8 2015/02/28 13:35:18 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/pecl-yaz-1.1.6.ebuild,v 1.9 2015/02/28 20:20:38 grknight Exp $
30
31 EAPI=5
32
33 @@ -20,7 +20,7 @@
34 SLOT="0"
35 IUSE=""
36
37 -DEPEND=">=dev-libs/yaz-3.0.2"
38 +DEPEND=">=dev-libs/yaz-3.0.2:0="
39 RDEPEND="${DEPEND}"
40
41 my_conf="--with-yaz=/usr"
42
43
44
45 1.16 dev-php/pecl-yaz/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaz/ChangeLog?rev=1.16&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaz/ChangeLog?rev=1.16&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaz/ChangeLog?r1=1.15&r2=1.16
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/ChangeLog,v
54 retrieving revision 1.15
55 retrieving revision 1.16
56 diff -u -r1.15 -r1.16
57 --- ChangeLog 28 Feb 2015 13:35:18 -0000 1.15
58 +++ ChangeLog 28 Feb 2015 20:20:38 -0000 1.16
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-php/pecl-yaz
61 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/ChangeLog,v 1.15 2015/02/28 13:35:18 ago Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/ChangeLog,v 1.16 2015/02/28 20:20:38 grknight Exp $
64 +
65 + 28 Feb 2015; Brian Evans <grknight@g.o> -pecl-yaz-1.1.1.ebuild,
66 + pecl-yaz-1.1.6.ebuild:
67 + Drop old; fix repoman warning
68
69 28 Feb 2015; Agostino Sarubbo <ago@g.o> pecl-yaz-1.1.6.ebuild:
70 Stable for ia64, wrt bug #534568