summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2008-09-23 21:02:31 +0000
committerChristian Faulhammer <opfer@gentoo.org>2008-09-23 21:02:31 +0000
commit3a60a297149565bb668662c011da307f559d8d00 (patch)
treee7f784f5ffd1256c6aa5cfca3d6822e9c95205e4 /app-editors/emacs-cvs
parentVersion bump by Paul Giblock <drfaygo@gmail.com>, bug #238247. (diff)
downloadgentoo-2-3a60a297149565bb668662c011da307f559d8d00.tar.gz
gentoo-2-3a60a297149565bb668662c011da307f559d8d00.tar.bz2
gentoo-2-3a60a297149565bb668662c011da307f559d8d00.zip
remove note about to be installed fonts
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-editors/emacs-cvs')
-rw-r--r--app-editors/emacs-cvs/ChangeLog6
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild10
2 files changed, 6 insertions, 10 deletions
diff --git a/app-editors/emacs-cvs/ChangeLog b/app-editors/emacs-cvs/ChangeLog
index 48bd28778497..546ba23999d9 100644
--- a/app-editors/emacs-cvs/ChangeLog
+++ b/app-editors/emacs-cvs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/emacs-cvs
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.219 2008/09/14 15:48:54 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.220 2008/09/23 21:02:31 opfer Exp $
+
+ 23 Sep 2008; Christian Faulhammer <opfer@gentoo.org>
+ emacs-cvs-23.0.9999.ebuild:
+ remove note about to be installed fonts
14 Sep 2008; Ulrich Mueller <ulm@gentoo.org> emacs-cvs-23.0.9999.ebuild:
Be less verbose, bug 237546.
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 d3317b63ef67..c53896c79cae 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.9 2008/09/14 15:48:54 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild,v 1.10 2008/09/23 21:02:31 opfer Exp $
ECVS_AUTH="pserver"
ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
@@ -262,14 +262,6 @@ pkg_postinst() {
emacs-infodir-rebuild
eselect emacs update ifunset
- if use X; then
- elog "You need to install some fonts for Emacs. Under monolithic"
- elog "XFree86/Xorg you typically had such fonts installed by default."
- elog "With modular Xorg, you will have to perform this step yourself."
- elog "Installing media-fonts/font-adobe-{75,100}dpi on the X server's"
- elog "machine would satisfy basic Emacs requirements under X11."
- fi
-
echo
elog "You can set the version to be started by /usr/bin/emacs through"
elog "the Emacs eselect module, which also redirects man and info pages."