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: pkg_postinst-v2.eblit
Date: Mon, 01 Nov 2010 18:26:12
Message-Id: 20101101182606.A047420051@flycatcher.gentoo.org
1 mabi 10/11/01 18:26:06
2
3 Modified: pkg_postinst-v2.eblit
4 Log:
5 fix typo causing skip of eselect (bug #343723)
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 dev-lang/php/files/eblits/pkg_postinst-v2.eblit
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit?r1=1.5&r2=1.6
14
15 Index: pkg_postinst-v2.eblit
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- pkg_postinst-v2.eblit 31 Oct 2010 09:26:32 -0000 1.5
22 +++ pkg_postinst-v2.eblit 1 Nov 2010 18:26:06 -0000 1.6
23 @@ -1,6 +1,6 @@
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/pkg_postinst-v2.eblit,v 1.5 2010/10/31 09:26:32 olemarkus Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit,v 1.6 2010/11/01 18:26:06 mabi Exp $
28
29 eblit-php-pkg_postinst() {
30 # Output some general info to the user
31 @@ -12,7 +12,7 @@
32
33
34 # Create the symlinks for php
35 - for m in ${SAPI}; do
36 + for m in ${SAPIS}; do
37 [[ ${m} == 'embed' ]] && continue;
38 if use $m ; then
39 local ci=$(eselect php show $m)