From 9e148a87749d2f7845dab5360da2e4b7df9ab970 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sat, 16 Jan 2010 18:49:04 +0000 Subject: Restore note in pkg_postinst that Emacs needs fonts, bug 137598. (Portage version: 2.2_rc61/cvs/Linux i686) --- app-editors/emacs-vcs/ChangeLog | 6 +++++- app-editors/emacs-vcs/emacs-vcs-23.1.90-r1.ebuild | 11 ++++++++++- app-editors/emacs-vcs/emacs-vcs-23.1.91.ebuild | 11 ++++++++++- app-editors/emacs-vcs/emacs-vcs-23.1.9999-r2.ebuild | 11 ++++++++++- 4 files changed, 35 insertions(+), 4 deletions(-) (limited to 'app-editors/emacs-vcs') diff --git a/app-editors/emacs-vcs/ChangeLog b/app-editors/emacs-vcs/ChangeLog index 4a5f8ef56491..0db82a01aa8a 100644 --- a/app-editors/emacs-vcs/ChangeLog +++ b/app-editors/emacs-vcs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/emacs-vcs # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.4 2010/01/05 08:17:40 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.5 2010/01/16 18:49:04 ulm Exp $ + + 16 Jan 2010; Ulrich Mueller emacs-vcs-23.1.90-r1.ebuild, + emacs-vcs-23.1.91.ebuild, emacs-vcs-23.1.9999-r2.ebuild: + Restore note in pkg_postinst that Emacs needs fonts, bug 137598. 05 Jan 2010; Ulrich Mueller emacs-vcs-23.1.9999-r2.ebuild: diff --git a/app-editors/emacs-vcs/emacs-vcs-23.1.90-r1.ebuild b/app-editors/emacs-vcs/emacs-vcs-23.1.90-r1.ebuild index a18e8cb919c2..0371fc417544 100644 --- a/app-editors/emacs-vcs/emacs-vcs-23.1.90-r1.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-23.1.90-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.1.90-r1.ebuild,v 1.2 2010/01/15 08:00:31 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.1.90-r1.ebuild,v 1.3 2010/01/16 18:49:04 ulm Exp $ EAPI=2 @@ -284,6 +284,15 @@ pkg_postinst() { emacs-infodir-rebuild eselect emacs update ifunset + if use X; then + echo + elog "You need to install some fonts for Emacs." + elog "Installing media-fonts/font-adobe-{75,100}dpi on the X server's" + elog "machine would satisfy basic Emacs requirements under X11." + elog "See also http://www.gentoo.org/proj/en/lisp/emacs/xft.xml" + elog "for how to enable anti-aliased fonts." + 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." diff --git a/app-editors/emacs-vcs/emacs-vcs-23.1.91.ebuild b/app-editors/emacs-vcs/emacs-vcs-23.1.91.ebuild index efdff7409c82..070799bb298b 100644 --- a/app-editors/emacs-vcs/emacs-vcs-23.1.91.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-23.1.91.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.1.91.ebuild,v 1.2 2010/01/15 08:00:31 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.1.91.ebuild,v 1.3 2010/01/16 18:49:04 ulm Exp $ EAPI=2 @@ -284,6 +284,15 @@ pkg_postinst() { emacs-infodir-rebuild eselect emacs update ifunset + if use X; then + echo + elog "You need to install some fonts for Emacs." + elog "Installing media-fonts/font-adobe-{75,100}dpi on the X server's" + elog "machine would satisfy basic Emacs requirements under X11." + elog "See also http://www.gentoo.org/proj/en/lisp/emacs/xft.xml" + elog "for how to enable anti-aliased fonts." + 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." diff --git a/app-editors/emacs-vcs/emacs-vcs-23.1.9999-r2.ebuild b/app-editors/emacs-vcs/emacs-vcs-23.1.9999-r2.ebuild index 117f77a6be1c..9037aa6c7a26 100644 --- a/app-editors/emacs-vcs/emacs-vcs-23.1.9999-r2.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-23.1.9999-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.1.9999-r2.ebuild,v 1.4 2010/01/15 08:00:31 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.1.9999-r2.ebuild,v 1.5 2010/01/16 18:49:04 ulm Exp $ EAPI=2 @@ -293,6 +293,15 @@ pkg_postinst() { emacs-infodir-rebuild eselect emacs update ifunset + if use X; then + echo + elog "You need to install some fonts for Emacs." + elog "Installing media-fonts/font-adobe-{75,100}dpi on the X server's" + elog "machine would satisfy basic Emacs requirements under X11." + elog "See also http://www.gentoo.org/proj/en/lisp/emacs/xft.xml" + elog "for how to enable anti-aliased fonts." + 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." -- cgit v1.2.3-65-gdbad