diff options
author | Torsten Veller <tove@gentoo.org> | 2010-01-31 19:53:09 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-01-31 19:53:09 +0000 |
commit | 922167ae5bc34e1a746ff0e622dfe88b655f5d13 (patch) | |
tree | a9cdbedb5c175a6c8cb92b8beccb5b51badf6913 /dev-lang | |
parent | Change vecho to echo (diff) | |
download | gentoo-2-922167ae5bc34e1a746ff0e622dfe88b655f5d13.tar.gz gentoo-2-922167ae5bc34e1a746ff0e622dfe88b655f5d13.tar.bz2 gentoo-2-922167ae5bc34e1a746ff0e622dfe88b655f5d13.zip |
Change vecho to echo
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/php/php-5.2.10-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/php/php-5.2.10-r2.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/php/php-5.2.10.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/php/php-5.2.11-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/php/php-5.2.11.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/php/php-5.2.12.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/php/php-5.2.9-r2.ebuild | 6 |
8 files changed, 26 insertions, 21 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog index 7daae347391a..c87ca43ea17d 100644 --- a/dev-lang/php/ChangeLog +++ b/dev-lang/php/ChangeLog @@ -1,6 +1,11 @@ # 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.367 2010/01/05 19:56:43 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.368 2010/01/31 19:53:09 tove Exp $ + + 31 Jan 2010; Torsten Veller <tove@gentoo.org> php-5.2.9-r2.ebuild, + php-5.2.10.ebuild, php-5.2.10-r1.ebuild, php-5.2.10-r2.ebuild, + php-5.2.11.ebuild, php-5.2.11-r1.ebuild, php-5.2.12.ebuild: + Change vecho to echo 05 Jan 2010; Raúl Porcel <armin76@gentoo.org> php-5.2.12.ebuild: ia64/s390/sh/sparc stable wrt #293888 diff --git a/dev-lang/php/php-5.2.10-r1.ebuild b/dev-lang/php/php-5.2.10-r1.ebuild index 778994cb5d9a..616b231ef000 100644 --- a/dev-lang/php/php-5.2.10-r1.ebuild +++ b/dev-lang/php/php-5.2.10-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.10-r1.ebuild,v 1.1 2009/07/05 23:26:08 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.10-r1.ebuild,v 1.2 2010/01/31 19:53:09 tove Exp $ CGI_SAPI_USE="discard-path force-cgi-redirect" APACHE2_SAPI_USE="concurrentmodphp threads" @@ -529,7 +529,7 @@ pkg_postinst() { } src_test() { - vecho ">>> Test phase [test]: ${CATEGORY}/${PF}" + echo ">>> Test phase [test]: ${CATEGORY}/${PF}" if [[ ! -x "${S}"/php-cli ]]; then ewarn "Running the php test suite requires USE=cli" return diff --git a/dev-lang/php/php-5.2.10-r2.ebuild b/dev-lang/php/php-5.2.10-r2.ebuild index cf9677e319d7..cdb348e2b204 100644 --- a/dev-lang/php/php-5.2.10-r2.ebuild +++ b/dev-lang/php/php-5.2.10-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.10-r2.ebuild,v 1.1 2009/09/24 23:36:54 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.10-r2.ebuild,v 1.2 2010/01/31 19:53:09 tove Exp $ CGI_SAPI_USE="discard-path force-cgi-redirect" APACHE2_SAPI_USE="concurrentmodphp threads" @@ -532,7 +532,7 @@ pkg_postinst() { } src_test() { - vecho ">>> Test phase [test]: ${CATEGORY}/${PF}" + echo ">>> Test phase [test]: ${CATEGORY}/${PF}" if [[ ! -x "${S}"/php-cli ]]; then ewarn "Running the php test suite requires USE=cli" return diff --git a/dev-lang/php/php-5.2.10.ebuild b/dev-lang/php/php-5.2.10.ebuild index 92b5345ae1f9..a76bced7c500 100644 --- a/dev-lang/php/php-5.2.10.ebuild +++ b/dev-lang/php/php-5.2.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.10.ebuild,v 1.7 2009/06/30 13:33:13 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.10.ebuild,v 1.8 2010/01/31 19:53:09 tove Exp $ CGI_SAPI_USE="discard-path force-cgi-redirect" APACHE2_SAPI_USE="concurrentmodphp threads" @@ -529,7 +529,7 @@ pkg_postinst() { } src_test() { - vecho ">>> Test phase [test]: ${CATEGORY}/${PF}" + echo ">>> Test phase [test]: ${CATEGORY}/${PF}" if [[ ! -x "${S}"/php-cli ]]; then ewarn "Running the php test suite requires USE=cli" return diff --git a/dev-lang/php/php-5.2.11-r1.ebuild b/dev-lang/php/php-5.2.11-r1.ebuild index fe9403279b7c..bfe0d1fd93f7 100644 --- a/dev-lang/php/php-5.2.11-r1.ebuild +++ b/dev-lang/php/php-5.2.11-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.11-r1.ebuild,v 1.8 2009/12/16 21:53:55 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.11-r1.ebuild,v 1.9 2010/01/31 19:53:09 tove Exp $ CGI_SAPI_USE="discard-path force-cgi-redirect" APACHE2_SAPI_USE="concurrentmodphp threads" @@ -534,7 +534,7 @@ pkg_postinst() { } src_test() { - vecho ">>> Test phase [test]: ${CATEGORY}/${PF}" + echo ">>> Test phase [test]: ${CATEGORY}/${PF}" if [[ ! -x "${S}"/php-cli ]]; then ewarn "Running the php test suite requires USE=cli" return diff --git a/dev-lang/php/php-5.2.11.ebuild b/dev-lang/php/php-5.2.11.ebuild index eca80ea9efe1..6e466ef6571c 100644 --- a/dev-lang/php/php-5.2.11.ebuild +++ b/dev-lang/php/php-5.2.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.11.ebuild,v 1.9 2009/12/16 21:53:55 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.11.ebuild,v 1.10 2010/01/31 19:53:09 tove Exp $ CGI_SAPI_USE="discard-path force-cgi-redirect" APACHE2_SAPI_USE="concurrentmodphp threads" @@ -531,7 +531,7 @@ pkg_postinst() { } src_test() { - vecho ">>> Test phase [test]: ${CATEGORY}/${PF}" + echo ">>> Test phase [test]: ${CATEGORY}/${PF}" if [[ ! -x "${S}"/php-cli ]]; then ewarn "Running the php test suite requires USE=cli" return diff --git a/dev-lang/php/php-5.2.12.ebuild b/dev-lang/php/php-5.2.12.ebuild index acd1567cb6f5..ce35b75c92d6 100644 --- a/dev-lang/php/php-5.2.12.ebuild +++ b/dev-lang/php/php-5.2.12.ebuild @@ -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/php-5.2.12.ebuild,v 1.8 2010/01/05 19:56:43 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.12.ebuild,v 1.9 2010/01/31 19:53:09 tove Exp $ CGI_SAPI_USE="discard-path force-cgi-redirect" APACHE2_SAPI_USE="concurrentmodphp threads" @@ -530,7 +530,7 @@ pkg_postinst() { } src_test() { - vecho ">>> Test phase [test]: ${CATEGORY}/${PF}" + echo ">>> Test phase [test]: ${CATEGORY}/${PF}" if [[ ! -x "${S}"/php-cli ]]; then ewarn "Running the php test suite requires USE=cli" return diff --git a/dev-lang/php/php-5.2.9-r2.ebuild b/dev-lang/php/php-5.2.9-r2.ebuild index 0524b95ac271..46e165b20402 100644 --- a/dev-lang/php/php-5.2.9-r2.ebuild +++ b/dev-lang/php/php-5.2.9-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.9-r2.ebuild,v 1.9 2009/05/26 16:53:59 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.9-r2.ebuild,v 1.10 2010/01/31 19:53:09 tove Exp $ CGI_SAPI_USE="discard-path force-cgi-redirect" APACHE2_SAPI_USE="concurrentmodphp threads" @@ -529,7 +529,7 @@ pkg_postinst() { } src_test() { - vecho ">>> Test phase [test]: ${CATEGORY}/${PF}" + echo ">>> Test phase [test]: ${CATEGORY}/${PF}" if [[ ! -x "${S}"/php-cli ]]; then ewarn "Running the php test suite requires USE=cli" return |