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 1PazN4-0000kc-5D for garchives@archives.gentoo.org; Thu, 06 Jan 2011 23:35:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 260DCE0986; Thu, 6 Jan 2011 23:35:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E563FE0986 for ; Thu, 6 Jan 2011 23:35: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 47B611B403E for ; Thu, 6 Jan 2011 23:35:45 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2142) id DBFCA20051; Thu, 6 Jan 2011 23:35:43 +0000 (UTC) From: "Matti Bickel (mabi)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mabi@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: mabi X-VCS-Committer-Name: Matti Bickel Content-Type: text/plain; charset=utf8 Message-Id: <20110106233543.DBFCA20051@flycatcher.gentoo.org> Date: Thu, 6 Jan 2011 23:35: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: 9dc13a22-e629-401f-9c4b-7f30b845a1a7 X-Archives-Hash: 53fbbae7771ebb3214f317cdcde59d02 mabi 11/01/06 23:35:43 Modified: pkg_postinst-v2.eblit Log: security version bump, remove old =20 (Portage version: 2.2.0_alpha11/cvs/Linux x86_64) Revision Changes Path 1.10 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.10&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files= /eblits/pkg_postinst-v2.eblit?rev=3D1.10&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files= /eblits/pkg_postinst-v2.eblit?r1=3D1.9&r2=3D1.10 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.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- pkg_postinst-v2.eblit 5 Jan 2011 11:23:16 -0000 1.9 +++ pkg_postinst-v2.eblit 6 Jan 2011 23:35:43 -0000 1.10 @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.9 2011/01/05 11:23:16 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/pkg_postins= t-v2.eblit,v 1.10 2011/01/06 23:35:43 mabi Exp $ =20 eblit-php-pkg_postinst() { # Output some general info to the user @@ -47,7 +47,7 @@ ls "${ROOT}"/etc/php/*-php5 &>/dev/null if [[ $? -eq 0 ]]; then ewarn "Make sure to migrate your config files, starting with php-5.3.4= and php-5.2.16 config" - ewarn "files are now kept at ${ROOT}/etc/php/\$SAPI-php${SLOT}" + ewarn "files are now kept at ${ROOT}etc/php/{apache2,cli,cgi,fpm}-php5= .x" fi ewarn ewarn "For more details on how minor version slotting works (PHP_TARGET= S) please read the upgrade guide:"