diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-01-16 18:48:32 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-01-16 18:48:32 +0000 |
commit | eed248b2a93684d0282359923ec86e4b4603f42a (patch) | |
tree | 14745860ef7c0e391bb5c2d441c1b2c321318bb5 /app-editors | |
parent | rm MemoryLeakTestCase.java because upstream acknowledges it failing. (diff) | |
download | gentoo-2-eed248b2a93684d0282359923ec86e4b4603f42a.tar.gz gentoo-2-eed248b2a93684d0282359923ec86e4b4603f42a.tar.bz2 gentoo-2-eed248b2a93684d0282359923ec86e4b4603f42a.zip |
Restore note in pkg_postinst that Emacs needs fonts, bug 137598.
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/emacs/emacs-21.4-r19.ebuild | 9 | ||||
-rw-r--r-- | app-editors/emacs/emacs-22.3-r3.ebuild | 9 | ||||
-rw-r--r-- | app-editors/emacs/emacs-23.1-r2.ebuild | 11 |
4 files changed, 31 insertions, 4 deletions
diff --git a/app-editors/emacs/ChangeLog b/app-editors/emacs/ChangeLog index a4544fbf6c30..4f4f8c53f2c3 100644 --- a/app-editors/emacs/ChangeLog +++ b/app-editors/emacs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/emacs # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.362 2010/01/01 15:18:03 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.363 2010/01/16 18:48:31 ulm Exp $ + + 16 Jan 2010; Ulrich Mueller <ulm@gentoo.org> emacs-21.4-r19.ebuild, + emacs-22.3-r3.ebuild, emacs-23.1-r2.ebuild: + Restore note in pkg_postinst that Emacs needs fonts, bug 137598. 01 Jan 2010; Tobias Klausmann <klausman@gentoo.org> emacs-23.1-r2.ebuild: Stable on alpha, bug #296159 diff --git a/app-editors/emacs/emacs-21.4-r19.ebuild b/app-editors/emacs/emacs-21.4-r19.ebuild index ecd59854b394..d9e6b94317c2 100644 --- a/app-editors/emacs/emacs-21.4-r19.ebuild +++ b/app-editors/emacs/emacs-21.4-r19.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/emacs-21.4-r19.ebuild,v 1.13 2010/01/15 07:55:27 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.4-r19.ebuild,v 1.14 2010/01/16 18:48:32 ulm Exp $ EAPI=2 @@ -169,6 +169,13 @@ pkg_postinst() { elog "You disabled sendmail support for Emacs. If you later install" elog "a MTA then you will need to recompile Emacs. See Bug #11104." fi + + 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." + fi } pkg_postrm() { diff --git a/app-editors/emacs/emacs-22.3-r3.ebuild b/app-editors/emacs/emacs-22.3-r3.ebuild index 8741d5b4c113..2cddfc1d8493 100644 --- a/app-editors/emacs/emacs-22.3-r3.ebuild +++ b/app-editors/emacs/emacs-22.3-r3.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/emacs-22.3-r3.ebuild,v 1.13 2010/01/15 07:55:27 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.3-r3.ebuild,v 1.14 2010/01/16 18:48:32 ulm Exp $ EAPI=2 @@ -232,6 +232,13 @@ 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." + 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/emacs-23.1-r2.ebuild b/app-editors/emacs/emacs-23.1-r2.ebuild index 207558ab5e9e..057859e139a8 100644 --- a/app-editors/emacs/emacs-23.1-r2.ebuild +++ b/app-editors/emacs/emacs-23.1-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/emacs-23.1-r2.ebuild,v 1.12 2010/01/15 07:55:27 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.1-r2.ebuild,v 1.13 2010/01/16 18:48:31 ulm Exp $ EAPI=2 @@ -287,6 +287,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." |