Gentoo Archives: gentoo-commits

From: "Christian Hoffmann (hoffie)" <hoffie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/ossp-uuid: ossp-uuid-1.6.1.ebuild ChangeLog
Date: Fri, 09 May 2008 12:42:48
Message-Id: E1JuRvx-0001Gl-Jt@stork.gentoo.org
1 hoffie 08/05/09 12:42:45
2
3 Modified: ossp-uuid-1.6.1.ebuild ChangeLog
4 Log:
5 call phpize, bug 220519
6 (Portage version: 2.1.5_rc7)
7
8 Revision Changes Path
9 1.7 dev-libs/ossp-uuid/ossp-uuid-1.6.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ossp-uuid/ossp-uuid-1.6.1.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ossp-uuid/ossp-uuid-1.6.1.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ossp-uuid/ossp-uuid-1.6.1.ebuild?r1=1.6&r2=1.7
14
15 Index: ossp-uuid-1.6.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/ossp-uuid/ossp-uuid-1.6.1.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- ossp-uuid-1.6.1.ebuild 24 Apr 2008 09:36:11 -0000 1.6
22 +++ ossp-uuid-1.6.1.ebuild 9 May 2008 12:42:45 -0000 1.7
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ossp-uuid/ossp-uuid-1.6.1.ebuild,v 1.6 2008/04/24 09:36:11 dev-zero Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ossp-uuid/ossp-uuid-1.6.1.ebuild,v 1.7 2008/05/09 12:42:45 hoffie Exp $
28
29 EAPI="1"
30
31 @@ -31,6 +31,11 @@
32 cd "${S}"
33
34 epatch "${FILESDIR}/${P}-gentoo.patch"
35 +
36 + if use php; then
37 + cd php
38 + php-ext-source-r1_phpize
39 + fi
40 }
41
42 src_compile() {
43
44
45
46 1.7 dev-libs/ossp-uuid/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ossp-uuid/ChangeLog?rev=1.7&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ossp-uuid/ChangeLog?rev=1.7&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/ossp-uuid/ChangeLog?r1=1.6&r2=1.7
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-libs/ossp-uuid/ChangeLog,v
55 retrieving revision 1.6
56 retrieving revision 1.7
57 diff -u -r1.6 -r1.7
58 --- ChangeLog 24 Apr 2008 09:36:11 -0000 1.6
59 +++ ChangeLog 9 May 2008 12:42:45 -0000 1.7
60 @@ -1,6 +1,10 @@
61 # ChangeLog for dev-libs/ossp-uuid
62 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ossp-uuid/ChangeLog,v 1.6 2008/04/24 09:36:11 dev-zero Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ossp-uuid/ChangeLog,v 1.7 2008/05/09 12:42:45 hoffie Exp $
65 +
66 + 09 May 2008; Christian Hoffmann <hoffie@g.o>
67 + ossp-uuid-1.6.1.ebuild:
68 + call phpize, bug 220519
69
70 24 Apr 2008; Tiziano Müller <dev-zero@g.o> ossp-uuid-1.6.1.ebuild:
71 Removed need_php5_cli and added PHP_VERSION=5 to depend on php only when
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list