Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/php/files/eblits: src_install-v1.eblit
Date: Thu, 29 Jul 2010 16:27:45
Message-Id: 20100729162741.EAA962CE15@corvid.gentoo.org
1 mabi 10/07/29 16:27:41
2
3 Modified: src_install-v1.eblit
4 Log:
5 bug #324739
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 dev-lang/php/files/eblits/src_install-v1.eblit
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_install-v1.eblit?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_install-v1.eblit?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_install-v1.eblit?r1=1.4&r2=1.5
14
15 Index: src_install-v1.eblit
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_install-v1.eblit,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- src_install-v1.eblit 26 Jul 2010 13:42:12 -0000 1.4
22 +++ src_install-v1.eblit 29 Jul 2010 16:27:41 -0000 1.5
23 @@ -1,8 +1,11 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_install-v1.eblit,v 1.4 2010/07/26 13:42:12 mabi Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_install-v1.eblit,v 1.5 2010/07/29 16:27:41 mabi Exp $
28
29 eblit-php-src_install() {
30 + # see bug #324739 for what happens when we don't have that
31 + addpredict /usr/share/snmp/mibs/.index
32 +
33 # Makefile forgets to create this before trying to write to it...
34 dodir "${PHP_DESTDIR}/bin"