public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/php/files/eblits: pkg_postinst-v2.eblit
@ 2010-11-01 18:26 Matti Bickel (mabi)
  0 siblings, 0 replies; 8+ messages in thread
From: Matti Bickel (mabi) @ 2010-11-01 18:26 UTC (permalink / raw
  To: gentoo-commits

mabi        10/11/01 18:26:06

  Modified:             pkg_postinst-v2.eblit
  Log:
  fix typo causing skip of eselect (bug #343723)
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  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=1.6&view=markup
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
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit?r1=1.5&r2=1.6

Index: pkg_postinst-v2.eblit
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pkg_postinst-v2.eblit	31 Oct 2010 09:26:32 -0000	1.5
+++ pkg_postinst-v2.eblit	1 Nov 2010 18:26:06 -0000	1.6
@@ -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.5 2010/10/31 09:26:32 olemarkus Exp $
+# $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 $
 
 eblit-php-pkg_postinst() {
 	# Output some general info to the user
@@ -12,7 +12,7 @@
 
 	
 	# Create the symlinks for php
-	for m in ${SAPI}; do
+	for m in ${SAPIS}; do
 		[[ ${m} == 'embed' ]] && continue;
 		if use $m ; then
 			local ci=$(eselect php show $m)






^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-lang/php/files/eblits: pkg_postinst-v2.eblit
@ 2011-12-09 20:19 Ole Markus With (olemarkus)
  0 siblings, 0 replies; 8+ messages in thread
From: Ole Markus With (olemarkus) @ 2011-12-09 20:19 UTC (permalink / raw
  To: gentoo-commits

olemarkus    11/12/09 20:19:24

  Removed:              pkg_postinst-v2.eblit
  Log:
  Removed pkg_postinst and all references due to bug #380845
  
  (Portage version: 2.2.0_alpha71/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-lang/php/files/eblits: pkg_postinst-v2.eblit
@ 2011-07-26 16:47 Ole Markus With (olemarkus)
  0 siblings, 0 replies; 8+ messages in thread
From: Ole Markus With (olemarkus) @ 2011-07-26 16:47 UTC (permalink / raw
  To: gentoo-commits

olemarkus    11/07/26 16:47:11

  Modified:             pkg_postinst-v2.eblit
  Log:
  Removed some unnecessary warnings
  
  (Portage version: 2.1.9.49/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 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=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit?r1=1.12&r2=1.13

Index: pkg_postinst-v2.eblit
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- pkg_postinst-v2.eblit	18 Feb 2011 09:18:38 -0000	1.12
+++ pkg_postinst-v2.eblit	26 Jul 2011 16:47:11 -0000	1.13
@@ -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_postinst-v2.eblit,v 1.12 2011/02/18 09:18:38 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit,v 1.13 2011/07/26 16:47:11 olemarkus Exp $
 
 eblit-php-pkg_postinst() {
 	# Output some general info to the user
@@ -28,8 +28,6 @@
 		fi
 	done
 
-	elog "You may have to recompile third-party extensions now"
-	elog "(includes every dev-php5/pecl-* package and probably others in that category)"
 	elog "Make sure that PHP_TARGETS in /etc/make.conf includes php${SLOT/./-} in order"
 	elog "to compile extensions for the ${SLOT} ABI"
 	elog






^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-lang/php/files/eblits: pkg_postinst-v2.eblit
@ 2011-02-18  9:18 Ole Markus With (olemarkus)
  0 siblings, 0 replies; 8+ messages in thread
From: Ole Markus With (olemarkus) @ 2011-02-18  9:18 UTC (permalink / raw
  To: gentoo-commits

olemarkus    11/02/18 09:18:38

  Modified:             pkg_postinst-v2.eblit
  Log:
  Added an ebuild for 5.3.6 RC1
  The suhosin USE flag no longer installs the extension, only the suhosin
  patch
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.12                 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=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit?r1=1.11&r2=1.12

Index: pkg_postinst-v2.eblit
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pkg_postinst-v2.eblit	16 Feb 2011 08:12:28 -0000	1.11
+++ pkg_postinst-v2.eblit	18 Feb 2011 09:18:38 -0000	1.12
@@ -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_postinst-v2.eblit,v 1.11 2011/02/16 08:12:28 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit,v 1.12 2011/02/18 09:18:38 olemarkus Exp $
 
 eblit-php-pkg_postinst() {
 	# Output some general info to the user
@@ -28,19 +28,19 @@
 		fi
 	done
 
-	ewarn "You may have to recompile third-party extensions now"
-	ewarn "(includes every dev-php5/pecl-* package and probably others in that category)"
-	ewarn "Make sure that PHP_TARGETS in /etc/make.conf includes php${SLOT/./-} in order"
-	ewarn "to compile extensions for the ${SLOT} ABI"
-	ewarn
+	elog "You may have to recompile third-party extensions now"
+	elog "(includes every dev-php5/pecl-* package and probably others in that category)"
+	elog "Make sure that PHP_TARGETS in /etc/make.conf includes php${SLOT/./-} in order"
+	elog "to compile extensions for the ${SLOT} ABI"
+	elog
 	if ! use readline && use cli ; then
 		ewarn "Note that in order to use php interactivly, you need to enable"
 		ewarn "the readline USE flag or php -a will hang"
 	fi
-	ewarn
-	ewarn "This ebuild installed a version of php.ini based on php.ini-${PHP_INI_VERSION} version."
-	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"
+	elog
+	elog "This ebuild installed a version of php.ini based on php.ini-${PHP_INI_VERSION} version."
+	elog "You can chose which version of php.ini to install by default by setting PHP_INI_VERSION to either"
+	elog "'production' or 'development' in /etc/make.conf"
 	ewarn "Both versions of php.ini can be found in /usr/share/doc/${PF}"
 
 	# check for not yet migrated old style config dirs
@@ -49,8 +49,16 @@
 		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/{apache2,cli,cgi,fpm}-php5.x"
 	fi
-	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-upgrading.xml"
+	elog
+	elog "For more details on how minor version slotting works (PHP_TARGETS) please read the upgrade guide:"
+	elog "http://www.gentoo.org/proj/en/php/php-upgrading.xml"
+	elog
+
+	if ( [[ -z SUHOSIN_VERSION ]] && use suhosin && version_is_at_least 5.3.6_rc1 ) ; then
+		ewarn "The suhosin USE flag now only installs the suhosin patch!"
+		ewarn "If you want the suhosin extension, make sure you install"
+		ewarn " dev-php5/suhosin"
+		ewarn
+	fi
 }
 






^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-lang/php/files/eblits: pkg_postinst-v2.eblit
@ 2011-01-06 23:35 Matti Bickel (mabi)
  0 siblings, 0 replies; 8+ messages in thread
From: Matti Bickel (mabi) @ 2011-01-06 23:35 UTC (permalink / raw
  To: gentoo-commits

mabi        11/01/06 23:35:43

  Modified:             pkg_postinst-v2.eblit
  Log:
  security version bump, remove old
  
  (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=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit?r1=1.9&r2=1.10

Index: pkg_postinst-v2.eblit
===================================================================
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_postinst-v2.eblit,v 1.9 2011/01/05 11:23:16 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit,v 1.10 2011/01/06 23:35:43 mabi Exp $
 
 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_TARGETS) please read the upgrade guide:"






^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-lang/php/files/eblits: pkg_postinst-v2.eblit
@ 2010-10-31  9:26 Ole Markus With (olemarkus)
  0 siblings, 0 replies; 8+ messages in thread
From: Ole Markus With (olemarkus) @ 2010-10-31  9:26 UTC (permalink / raw
  To: gentoo-commits

olemarkus    10/10/31 09:26:32

  Modified:             pkg_postinst-v2.eblit
  Log:
  Fixed a QA issue related to nonexisting SAPIs
  
  (Portage version: 2.1.9.11/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  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=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit?r1=1.4&r2=1.5

Index: pkg_postinst-v2.eblit
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pkg_postinst-v2.eblit	30 Oct 2010 21:41:10 -0000	1.4
+++ pkg_postinst-v2.eblit	31 Oct 2010 09:26:32 -0000	1.5
@@ -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.4 2010/10/30 21:41:10 olemarkus Exp $
+# $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 $
 
 eblit-php-pkg_postinst() {
 	# Output some general info to the user
@@ -12,14 +12,16 @@
 
 	
 	# Create the symlinks for php
-	local m modules="cli apache2 fpm cgi"
-	for m in $modules; do
+	for m in ${SAPI}; do
+		[[ ${m} == 'embed' ]] && continue;
 		if use $m ; then
 			local ci=$(eselect php show $m)
 			if [[ -z $ci ]]; then
 				eselect php set $m php${SLOT}
+				einfo "Switched ${m} to use php:${SLOT}"
+				einfo
 			elif [[ $ci != "php${SLOT}" ]] ; then
-				elog "To switch $m to use php-${SLOT}, run"
+				elog "To switch $m to use php:${SLOT}, run"
 				elog "    eselect php set $m php${SLOT}"
 				elog
 			fi






^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-lang/php/files/eblits: pkg_postinst-v2.eblit
@ 2010-10-19  6:20 Ole Markus With (olemarkus)
  0 siblings, 0 replies; 8+ messages in thread
From: Ole Markus With (olemarkus) @ 2010-10-19  6:20 UTC (permalink / raw
  To: gentoo-commits

olemarkus    10/10/19 06:20:34

  Modified:             pkg_postinst-v2.eblit
  Log:
  Fixed symlink issues with php-5.3.3-r2 and php-5.2.14-r1. Thanks to Jamie for the patch.
  
  (Portage version: 2.1.9.11/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  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=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit?r1=1.2&r2=1.3

Index: pkg_postinst-v2.eblit
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pkg_postinst-v2.eblit	9 Oct 2010 11:48:26 -0000	1.2
+++ pkg_postinst-v2.eblit	19 Oct 2010 06:20:34 -0000	1.3
@@ -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.2 2010/10/09 11:48:26 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit,v 1.3 2010/10/19 06:20:34 olemarkus Exp $
 
 eblit-php-pkg_postinst() {
 	# Output some general info to the user
@@ -12,13 +12,13 @@
 
 	
 	# Create the symlinks for php
-	local m modules="cli apache2"
+	local m modules="cli apache2 fpm"
 	for m in $modules; do
 		if use $m ; then
 			local ci=$(eselect php show $m)
 			if [[ -z $ci ]]; then
 				eselect php set $m php${SLOT}
-			elif [[ $ci != "php{$SLOT}" ]] ; then
+			elif [[ $ci != "php${SLOT}" ]] ; then
 				ewarn "To switch $m to use php-${SLOT}, run"
 				ewarn "    eselect php set $m php${SLOT}"
 				ewarn






^ permalink raw reply	[flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-lang/php/files/eblits: pkg_postinst-v2.eblit
@ 2010-10-09 11:48 Ole Markus With (olemarkus)
  0 siblings, 0 replies; 8+ messages in thread
From: Ole Markus With (olemarkus) @ 2010-10-09 11:48 UTC (permalink / raw
  To: gentoo-commits

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=1.2&view=markup
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
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/pkg_postinst-v2.eblit?r1=1.1&r2=1.2

Index: pkg_postinst-v2.eblit
===================================================================
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_postinst-v2.eblit,v 1.1 2010/10/08 18:25:10 olemarkus Exp $
+# $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 $
 
 eblit-php-pkg_postinst() {
 	# Output some general info to the user
@@ -13,7 +13,7 @@
 	
 	# Create the symlinks for php
 	local m modules="cli apache2"
-	for m in modules; do
+	for m in $modules; do
 		if use $m ; then
 			local ci=$(eselect php show $m)
 			if [[ -z $ci ]]; then






^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-12-09 20:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-01 18:26 [gentoo-commits] gentoo-x86 commit in dev-lang/php/files/eblits: pkg_postinst-v2.eblit Matti Bickel (mabi)
  -- strict thread matches above, loose matches on Subject: below --
2011-12-09 20:19 Ole Markus With (olemarkus)
2011-07-26 16:47 Ole Markus With (olemarkus)
2011-02-18  9:18 Ole Markus With (olemarkus)
2011-01-06 23:35 Matti Bickel (mabi)
2010-10-31  9:26 Ole Markus With (olemarkus)
2010-10-19  6:20 Ole Markus With (olemarkus)
2010-10-09 11:48 Ole Markus With (olemarkus)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox