summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-04-22 17:49:58 +0000
committerUlrich Müller <ulm@gentoo.org>2008-04-22 17:49:58 +0000
commit4040d5e22b4f2329f5feb93f55cc659eef25da99 (patch)
tree5a421c58121685ac0a389384f9e43a5877602843 /app-editors/emacs-cvs
parentVersion bump (diff)
downloadhistorical-4040d5e22b4f2329f5feb93f55cc659eef25da99.tar.gz
historical-4040d5e22b4f2329f5feb93f55cc659eef25da99.tar.bz2
historical-4040d5e22b4f2329f5feb93f55cc659eef25da99.zip
Fix spelling of einfo messages.
Package-Manager: portage-2.1.5_rc5
Diffstat (limited to 'app-editors/emacs-cvs')
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-22.2.9999.ebuild8
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild10
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild8
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"