diff options
author | Torsten Veller <tove@gentoo.org> | 2010-01-31 19:49:45 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-01-31 19:49:45 +0000 |
commit | 071a4bf926a08d1bf96b02f29fc3d11aa6fdcdb1 (patch) | |
tree | e0eb0b93b13ee760635fb946aaa76786026945fe /mail-mta/courier | |
parent | Fix LICENSE. (diff) | |
download | gentoo-2-071a4bf926a08d1bf96b02f29fc3d11aa6fdcdb1.tar.gz gentoo-2-071a4bf926a08d1bf96b02f29fc3d11aa6fdcdb1.tar.bz2 gentoo-2-071a4bf926a08d1bf96b02f29fc3d11aa6fdcdb1.zip |
Change vecho to echo
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'mail-mta/courier')
-rw-r--r-- | mail-mta/courier/ChangeLog | 6 | ||||
-rw-r--r-- | mail-mta/courier/courier-0.59.0.ebuild | 6 | ||||
-rw-r--r-- | mail-mta/courier/courier-0.60.0.ebuild | 6 | ||||
-rw-r--r-- | mail-mta/courier/courier-0.61.1.ebuild | 6 | ||||
-rw-r--r-- | mail-mta/courier/courier-0.61.2.ebuild | 6 |
5 files changed, 17 insertions, 13 deletions
diff --git a/mail-mta/courier/ChangeLog b/mail-mta/courier/ChangeLog index e88256142abc..ed24ef417438 100644 --- a/mail-mta/courier/ChangeLog +++ b/mail-mta/courier/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-mta/courier # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/ChangeLog,v 1.124 2010/01/31 19:04:58 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/ChangeLog,v 1.125 2010/01/31 19:49:45 tove Exp $ + + 31 Jan 2010; Torsten Veller <tove@gentoo.org> courier-0.59.0.ebuild, + courier-0.60.0.ebuild, courier-0.61.1.ebuild, courier-0.61.2.ebuild: + Change vecho to echo *courier-0.64.0 (31 Jan 2010) diff --git a/mail-mta/courier/courier-0.59.0.ebuild b/mail-mta/courier/courier-0.59.0.ebuild index 904f007e6537..2e9139de4b30 100644 --- a/mail-mta/courier/courier-0.59.0.ebuild +++ b/mail-mta/courier/courier-0.59.0.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/mail-mta/courier/courier-0.59.0.ebuild,v 1.13 2009/12/26 17:37:07 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.59.0.ebuild,v 1.14 2010/01/31 19:49:45 tove Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -247,7 +247,7 @@ src_install() { src_test() { addpredict / - vecho ">>> Test phase [check]: ${CATEGORY}/${PF}" + echo ">>> Test phase [check]: ${CATEGORY}/${PF}" if hasq userpriv "${FEATURES}" ; then if ! emake -j1 check; then hasq test "${FEATURES}" && die "Make check failed. See above for details." diff --git a/mail-mta/courier/courier-0.60.0.ebuild b/mail-mta/courier/courier-0.60.0.ebuild index 3b4533e9d4f1..ded9c0a1fd16 100644 --- a/mail-mta/courier/courier-0.60.0.ebuild +++ b/mail-mta/courier/courier-0.60.0.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/mail-mta/courier/courier-0.60.0.ebuild,v 1.3 2009/12/26 17:37:07 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.60.0.ebuild,v 1.4 2010/01/31 19:49:45 tove Exp $ inherit eutils flag-o-matic @@ -241,7 +241,7 @@ src_install() { src_test() { addpredict / - vecho ">>> Test phase [check]: ${CATEGORY}/${PF}" + echo ">>> Test phase [check]: ${CATEGORY}/${PF}" if hasq userpriv "${FEATURES}" ; then if ! emake -j1 check; then hasq test "${FEATURES}" && die "Make check failed. See above for details." diff --git a/mail-mta/courier/courier-0.61.1.ebuild b/mail-mta/courier/courier-0.61.1.ebuild index 3f399b3fdf34..12ad80ea8e49 100644 --- a/mail-mta/courier/courier-0.61.1.ebuild +++ b/mail-mta/courier/courier-0.61.1.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/mail-mta/courier/courier-0.61.1.ebuild,v 1.2 2009/12/26 17:37:07 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.61.1.ebuild,v 1.3 2010/01/31 19:49:45 tove Exp $ inherit eutils flag-o-matic @@ -239,7 +239,7 @@ src_install() { src_test() { addpredict / - vecho ">>> Test phase [check]: ${CATEGORY}/${PF}" + echo ">>> Test phase [check]: ${CATEGORY}/${PF}" if hasq userpriv "${FEATURES}" ; then if ! emake -j1 check; then hasq test "${FEATURES}" && die "Make check failed. See above for details." diff --git a/mail-mta/courier/courier-0.61.2.ebuild b/mail-mta/courier/courier-0.61.2.ebuild index 0c4d64580ea6..51098ff50c6e 100644 --- a/mail-mta/courier/courier-0.61.2.ebuild +++ b/mail-mta/courier/courier-0.61.2.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/mail-mta/courier/courier-0.61.2.ebuild,v 1.3 2009/12/26 17:37:07 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.61.2.ebuild,v 1.4 2010/01/31 19:49:45 tove Exp $ inherit eutils flag-o-matic @@ -236,7 +236,7 @@ src_install() { src_test() { addpredict / - vecho ">>> Test phase [check]: ${CATEGORY}/${PF}" + echo ">>> Test phase [check]: ${CATEGORY}/${PF}" if hasq userpriv "${FEATURES}" ; then if ! emake -j1 check; then hasq test "${FEATURES}" && die "Make check failed. See above for details." |