summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2010-11-22 11:53:15 +0000
committerOle Markus With <olemarkus@gentoo.org>2010-11-22 11:53:15 +0000
commita6d56b0545d4cce03e3b5faf340248fdd6e1eb84 (patch)
treeee2287c08e93ae1d92f1e833ec28ac37e09ed3b8 /dev-lang/php
parentEnable the introspection flag by default. Doesn't really affect anyone yet, s... (diff)
downloadgentoo-2-a6d56b0545d4cce03e3b5faf340248fdd6e1eb84.tar.gz
gentoo-2-a6d56b0545d4cce03e3b5faf340248fdd6e1eb84.tar.bz2
gentoo-2-a6d56b0545d4cce03e3b5faf340248fdd6e1eb84.zip
Added link to upgrade guide
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-lang/php')
-rw-r--r--dev-lang/php/ChangeLog6
-rw-r--r--dev-lang/php/files/eblits/pkg_postinst-v1.eblit4
-rw-r--r--dev-lang/php/files/eblits/pkg_postinst-v2.eblit5
3 files changed, 12 insertions, 3 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog
index 88bec3497415..bc3d8668d92c 100644
--- a/dev-lang/php/ChangeLog
+++ b/dev-lang/php/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/php
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.439 2010/11/09 13:20:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.440 2010/11/22 11:53:15 olemarkus Exp $
+
+ 22 Nov 2010; Ole Markus With <olemarkus@gentoo.org>
+ files/eblits/pkg_postinst-v1.eblit, files/eblits/pkg_postinst-v2.eblit:
+ Added link to upgrade guide
09 Nov 2010; Jeroen Roovers <jer@gentoo.org> php-5.2.14-r2.ebuild,
php-5.3.3-r3.ebuild:
diff --git a/dev-lang/php/files/eblits/pkg_postinst-v1.eblit b/dev-lang/php/files/eblits/pkg_postinst-v1.eblit
index 0be76d2917c1..d3e87ca4dc8c 100644
--- a/dev-lang/php/files/eblits/pkg_postinst-v1.eblit
+++ b/dev-lang/php/files/eblits/pkg_postinst-v1.eblit
@@ -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_postinst-v1.eblit,v 1.2 2010/10/21 19:37:24 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v1.eblit,v 1.3 2010/11/22 11:53:15 olemarkus Exp $
eblit-php-pkg_postinst() {
# Output some general info to the user
@@ -68,6 +68,8 @@ eblit-php-pkg_postinst() {
ewarn "(includes every dev-php5/pecl-* package and probably others in that category)"
ewarn "Also make sure that you merge in the correct extension_dir ini setting for all your"
ewarn "php.ini files."
+ ewarn
+ ewarn "Please read the upgrade guide: http://www.gentoo.org/proj/en/php/php-guide.xml"
ewarn
}
diff --git a/dev-lang/php/files/eblits/pkg_postinst-v2.eblit b/dev-lang/php/files/eblits/pkg_postinst-v2.eblit
index e44b9f7aa2f4..ef18d3f59939 100644
--- a/dev-lang/php/files/eblits/pkg_postinst-v2.eblit
+++ b/dev-lang/php/files/eblits/pkg_postinst-v2.eblit
@@ -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_postinst-v2.eblit,v 1.7 2010/11/02 17:12:42 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit,v 1.8 2010/11/22 11:53:15 olemarkus Exp $
eblit-php-pkg_postinst() {
# Output some general info to the user
@@ -44,5 +44,8 @@ eblit-php-pkg_postinst() {
ewarn "You can chose which version of php.ini to install by default by setting PHP_INI_VERSION to either"
ewarn "'production' or 'development' in /etc/make.conf"
ewarn "Both versions of php.ini can be found in /usr/share/doc/${PF}"
+ ewarn
+ ewarn "For more details on how minor version slotting works (PHP_TARGETS) please read the upgrade guide:"
+ ewarn "http://www.gentoo.org/proj/en/php/php-guide.xml"
}