summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2006-08-21 05:22:40 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2006-08-21 05:22:40 +0000
commitb06fb1670135b53f55db503ede46c54f0f6124a0 (patch)
tree0068e4f68461ec70d33049953adb728ebcce9467 /app-editors/emacs-cvs
parentAdd note to pkg_postinst that Emacs needs fonts; Resolves Bug #137598. (diff)
downloadgentoo-2-b06fb1670135b53f55db503ede46c54f0f6124a0.tar.gz
gentoo-2-b06fb1670135b53f55db503ede46c54f0f6124a0.tar.bz2
gentoo-2-b06fb1670135b53f55db503ede46c54f0f6124a0.zip
Note that emacs requires fonts in pkg_postinst.
(Portage version: 2.1.1_pre5-r1)
Diffstat (limited to 'app-editors/emacs-cvs')
-rw-r--r--app-editors/emacs-cvs/ChangeLog6
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-22.0.50-r3.ebuild14
2 files changed, 18 insertions, 2 deletions
diff --git a/app-editors/emacs-cvs/ChangeLog b/app-editors/emacs-cvs/ChangeLog
index e7354eb314f5..3a22a7c1b94d 100644
--- a/app-editors/emacs-cvs/ChangeLog
+++ b/app-editors/emacs-cvs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/emacs-cvs
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.49 2006/08/18 05:54:02 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.50 2006/08/21 05:22:40 mkennedy Exp $
+
+ 21 Aug 2006; Matthew Kennedy <mkennedy@gentoo.org>
+ emacs-cvs-22.0.50-r3.ebuild:
+ Note that emacs requires fonts in pkg_postinst.
18 Aug 2006; Matthew Kennedy <mkennedy@gentoo.org>
emacs-cvs-22.0.50-r3.ebuild:
diff --git a/app-editors/emacs-cvs/emacs-cvs-22.0.50-r3.ebuild b/app-editors/emacs-cvs/emacs-cvs-22.0.50-r3.ebuild
index 6708c9d2a23f..d4d915f4e136 100644
--- a/app-editors/emacs-cvs/emacs-cvs-22.0.50-r3.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-22.0.50-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 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.0.50-r3.ebuild,v 1.2 2006/08/18 05:54:02 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.0.50-r3.ebuild,v 1.3 2006/08/21 05:22:40 mkennedy Exp $
ECVS_AUTH="pserver"
ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
@@ -160,6 +160,18 @@ update-alternatives() {
pkg_postinst() {
use ppc-macos || update-alternatives
elisp-site-regen
+ if use X; then
+ while read line; do einfo "${line}"; done<<'EOF'
+
+You need to install some fonts for Emacs. Under monolithic
+XFree86/Xorg you typically had such fonts installed by default. With
+modular Xorg, you will have to perform this step yourself.
+
+Installing media-fonts/font-adobe-{75,100}dpi would satisfy basic
+Emacs requirements under X11.
+
+EOF
+ fi
}
pkg_postrm() {