From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1P4Y96-0002K4-4p for garchives@archives.gentoo.org; Sat, 09 Oct 2010 12:03:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE3A1E0789 for ; Sat, 9 Oct 2010 12:03:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 23D25E0743 for ; Sat, 9 Oct 2010 11:48:45 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AAA351B40A0 for ; Sat, 9 Oct 2010 11:48:44 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2277) id 3294E2004C; Sat, 9 Oct 2010 11:48:43 +0000 (UTC) From: "Ole Markus With (olemarkus)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, olemarkus@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/php/files/eblits: pkg_postinst-v2.eblit X-VCS-Repository: gentoo-x86 X-VCS-Files: pkg_postinst-v2.eblit X-VCS-Directories: dev-lang/php/files/eblits X-VCS-Committer: olemarkus X-VCS-Committer-Name: Ole Markus With Content-Type: text/plain; charset=utf8 Message-Id: <20101009114843.3294E2004C@flycatcher.gentoo.org> Date: Sat, 9 Oct 2010 11:48:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: c6d55baf-6766-4af6-b991-87418ad256d7 X-Archives-Hash: aab78f8b3f437966d8c472d9b4d6e912 olemarkus 10/10/09 11:48:43 Modified: pkg_postinst-v2.eblit Log: Fixed a typo in pkg_postinst-v2.eblit (Portage version: 2.1.8.3/cvs/Linux i686) Revision Changes Path 1.2 dev-lang/php/files/eblits/pkg_postinst-v2.eblit file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files= /eblits/pkg_postinst-v2.eblit?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files= /eblits/pkg_postinst-v2.eblit?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files= /eblits/pkg_postinst-v2.eblit?r1=3D1.1&r2=3D1.2 Index: pkg_postinst-v2.eblit =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-= v2.eblit,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pkg_postinst-v2.eblit 8 Oct 2010 18:25:10 -0000 1.1 +++ pkg_postinst-v2.eblit 9 Oct 2010 11:48:26 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/pkg_postins= t-v2.eblit,v 1.1 2010/10/08 18:25:10 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/pkg_postins= t-v2.eblit,v 1.2 2010/10/09 11:48:26 olemarkus Exp $ =20 eblit-php-pkg_postinst() { # Output some general info to the user @@ -13,7 +13,7 @@ =09 # Create the symlinks for php local m modules=3D"cli apache2" - for m in modules; do + for m in $modules; do if use $m ; then local ci=3D$(eselect php show $m) if [[ -z $ci ]]; then