diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-04-22 17:49:58 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-04-22 17:49:58 +0000 |
commit | 09cc2d56715e788edda8be8e04ccf16d0c95c2bd (patch) | |
tree | def89f7e69baf76cf299a3ad76b5bad334bf6328 /app-editors | |
parent | Fix spelling of einfo messages. (diff) | |
download | gentoo-2-09cc2d56715e788edda8be8e04ccf16d0c95c2bd.tar.gz gentoo-2-09cc2d56715e788edda8be8e04ccf16d0c95c2bd.tar.bz2 gentoo-2-09cc2d56715e788edda8be8e04ccf16d0c95c2bd.zip |
Fix spelling of einfo messages.
(Portage version: 2.1.5_rc5)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild | 8 | ||||
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild | 10 | ||||
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild | 8 |
3 files changed, 12 insertions, 14 deletions
diff --git a/app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild b/app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild index 3c605d9ad1c3..d58e118765d5 100644 --- a/app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild,v 1.4 2008/03/28 06:55:30 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild,v 1.5 2008/04/22 17:49:58 ulm Exp $ ECVS_AUTH="pserver" ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs" @@ -130,14 +130,14 @@ src_compile() { # possibilities. Emacs upstream thinks this should be standard # policy on all distributions if use gtk; then - einfo "Configuring to build with GTK+ support" + einfo "Configuring to build with GIMP Toolkit (GTK+)" myconf="${myconf} --with-x-toolkit=gtk" elif use Xaw3d; then - einfo "Configuring to build with Xaw3d (athena) support" + einfo "Configuring to build with Xaw3d (Athena) toolkit" myconf="${myconf} --with-x-toolkit=athena" myconf="${myconf} --without-gtk" elif use motif; then - einfo "Configuring to build with motif toolkit support" + einfo "Configuring to build with Motif toolkit" myconf="${myconf} --with-x-toolkit=motif" myconf="${myconf} --without-gtk" else diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild index 4cde96a1184f..77030432236c 100644 --- a/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild,v 1.6 2008/03/28 06:40:50 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild,v 1.7 2008/04/22 17:49:58 ulm Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -114,16 +114,14 @@ src_compile() { # possibilities. Emacs upstream thinks this should be standard # policy on all distributions if use gtk; then - echo - einfo "Configuring to build with GTK support, disabling all other toolkits" - echo + einfo "Configuring to build with GIMP Toolkit (GTK+)" myconf="${myconf} --with-x-toolkit=gtk" elif use Xaw3d; then - einfo "Configuring to build with Xaw3d (athena) support" + einfo "Configuring to build with Xaw3d (Athena) toolkit" myconf="${myconf} --with-x-toolkit=athena" myconf="${myconf} --without-gtk" elif use motif; then - einfo "Configuring to build with motif toolkit support" + einfo "Configuring to build with Motif toolkit" myconf="${myconf} --with-x-toolkit=motif" myconf="${myconf} --without-gtk" else diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild index a13eb278417f..f512b9b2c12b 100644 --- a/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild,v 1.3 2008/03/28 06:55:30 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild,v 1.4 2008/04/22 17:49:58 ulm Exp $ ECVS_AUTH="pserver" ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs" @@ -152,13 +152,13 @@ src_compile() { # possibilities. Emacs upstream thinks this should be standard # policy on all distributions if use gtk; then - einfo "Configuring to build with GTK+ support" + einfo "Configuring to build with GIMP Toolkit (GTK+)" myconf="${myconf} --with-x-toolkit=gtk" elif use Xaw3d; then - einfo "Configuring to build with Xaw3d (athena) support" + einfo "Configuring to build with Xaw3d (Athena) toolkit" myconf="${myconf} --with-x-toolkit=athena" elif use motif; then - einfo "Configuring to build with motif toolkit support" + einfo "Configuring to build with Motif toolkit" myconf="${myconf} --with-x-toolkit=motif" else einfo "Configuring to build with no toolkit" |