Gentoo Archives: gentoo-commits

From: "Ole Markus With (olemarkus)" <olemarkus@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: Sat, 09 Oct 2010 12:03:24
Message-Id: 20101009114843.3294E2004C@flycatcher.gentoo.org
1 olemarkus 10/10/09 11:48:43
2
3 Modified: pkg_postinst-v2.eblit
4 Log:
5 Fixed a typo in pkg_postinst-v2.eblit
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 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.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit?rev=1.2&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.1&r2=1.2
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.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- pkg_postinst-v2.eblit 8 Oct 2010 18:25:10 -0000 1.1
22 +++ pkg_postinst-v2.eblit 9 Oct 2010 11:48:26 -0000 1.2
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.1 2010/10/08 18:25:10 olemarkus Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit,v 1.2 2010/10/09 11:48:26 olemarkus Exp $
28
29 eblit-php-pkg_postinst() {
30 # Output some general info to the user
31 @@ -13,7 +13,7 @@
32
33 # Create the symlinks for php
34 local m modules="cli apache2"
35 - for m in modules; do
36 + for m in $modules; do
37 if use $m ; then
38 local ci=$(eselect php show $m)
39 if [[ -z $ci ]]; then