summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-04-22 17:48:57 +0000
committerUlrich Müller <ulm@gentoo.org>2008-04-22 17:48:57 +0000
commit3e35008d44df5d242f1a8623dbfc575fd01eeabe (patch)
treea25007cdf06cf93b74810239a83d1c49ff3990bd /app-editors
parentVersion bump (diff)
downloadgentoo-2-3e35008d44df5d242f1a8623dbfc575fd01eeabe.tar.gz
gentoo-2-3e35008d44df5d242f1a8623dbfc575fd01eeabe.tar.bz2
gentoo-2-3e35008d44df5d242f1a8623dbfc575fd01eeabe.zip
Fix spelling of einfo messages.
(Portage version: 2.1.5_rc5)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/emacs/emacs-21.4-r15.ebuild6
-rw-r--r--app-editors/emacs/emacs-22.1-r4.ebuild10
-rw-r--r--app-editors/emacs/emacs-22.2-r1.ebuild8
3 files changed, 11 insertions, 13 deletions
diff --git a/app-editors/emacs/emacs-21.4-r15.ebuild b/app-editors/emacs/emacs-21.4-r15.ebuild
index f99fde4321d1..7b25325f0315 100644
--- a/app-editors/emacs/emacs-21.4-r15.ebuild
+++ b/app-editors/emacs/emacs-21.4-r15.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/emacs-21.4-r15.ebuild,v 1.1 2008/04/11 14:00:08 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.4-r15.ebuild,v 1.2 2008/04/22 17:48:57 ulm Exp $
WANT_AUTOCONF="2.1"
@@ -85,10 +85,10 @@ src_compile() {
--with-gif
--with-png"
if 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
# do not build emacs with any toolkit, bug 35300
diff --git a/app-editors/emacs/emacs-22.1-r4.ebuild b/app-editors/emacs/emacs-22.1-r4.ebuild
index 382217bb9cdc..5c0a86b94af3 100644
--- a/app-editors/emacs/emacs-22.1-r4.ebuild
+++ b/app-editors/emacs/emacs-22.1-r4.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/emacs-22.1-r4.ebuild,v 1.1 2008/04/11 14:00:08 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.1-r4.ebuild,v 1.2 2008/04/22 17:48:57 ulm Exp $
WANT_AUTOCONF="2.5"
WANT_AUTOMAKE="latest"
@@ -121,16 +121,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/emacs-22.2-r1.ebuild b/app-editors/emacs/emacs-22.2-r1.ebuild
index c538063a9f53..acab34690fcc 100644
--- a/app-editors/emacs/emacs-22.2-r1.ebuild
+++ b/app-editors/emacs/emacs-22.2-r1.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/emacs-22.2-r1.ebuild,v 1.1 2008/04/11 14:00:08 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.2-r1.ebuild,v 1.2 2008/04/22 17:48:57 ulm Exp $
inherit autotools elisp-common eutils flag-o-matic
@@ -115,14 +115,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