diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-09-23 20:21:48 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-09-23 20:21:48 +0000 |
commit | dc2ef1d8e13d4a1314f2e423cb8c973822f6f8ae (patch) | |
tree | 0e87e6b4e169b175e63fb79829ec75dfe6f30a9e /app-editors | |
parent | Add some patches to pymsn-t for bug #238085 (diff) | |
download | gentoo-2-dc2ef1d8e13d4a1314f2e423cb8c973822f6f8ae.tar.gz gentoo-2-dc2ef1d8e13d4a1314f2e423cb8c973822f6f8ae.tar.bz2 gentoo-2-dc2ef1d8e13d4a1314f2e423cb8c973822f6f8ae.zip |
remove note about to be installed fonts
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/emacs/emacs-21.4-r15.ebuild | 9 | ||||
-rw-r--r-- | app-editors/emacs/emacs-21.4-r17.ebuild | 9 | ||||
-rw-r--r-- | app-editors/emacs/emacs-22.2-r3.ebuild | 10 | ||||
-rw-r--r-- | app-editors/emacs/emacs-22.3.ebuild | 10 |
5 files changed, 10 insertions, 35 deletions
diff --git a/app-editors/emacs/ChangeLog b/app-editors/emacs/ChangeLog index a14b05cd0d8d..fab7a61fd604 100644 --- a/app-editors/emacs/ChangeLog +++ b/app-editors/emacs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/emacs # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.274 2008/09/22 07:44:38 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.275 2008/09/23 20:21:48 opfer Exp $ + + 23 Sep 2008; Christian Faulhammer <opfer@gentoo.org> + emacs-21.4-r15.ebuild, emacs-21.4-r17.ebuild, emacs-22.2-r3.ebuild, + emacs-22.3.ebuild: + remove note about to be installed fonts 22 Sep 2008; Ulrich Mueller <ulm@gentoo.org> -files/emacs-22.1-backup-buffer.patch, -files/emacs-22.1-format-int.patch, diff --git a/app-editors/emacs/emacs-21.4-r15.ebuild b/app-editors/emacs/emacs-21.4-r15.ebuild index 93233788583d..c264b1a00227 100644 --- a/app-editors/emacs/emacs-21.4-r15.ebuild +++ b/app-editors/emacs/emacs-21.4-r15.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/emacs-21.4-r15.ebuild,v 1.4 2008/06/01 11:49:14 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.4-r15.ebuild,v 1.5 2008/09/23 20:21:48 opfer Exp $ WANT_AUTOCONF="2.1" @@ -178,13 +178,6 @@ 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 - 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 } pkg_postrm() { diff --git a/app-editors/emacs/emacs-21.4-r17.ebuild b/app-editors/emacs/emacs-21.4-r17.ebuild index 34a9f12b8873..87562a6fcf5d 100644 --- a/app-editors/emacs/emacs-21.4-r17.ebuild +++ b/app-editors/emacs/emacs-21.4-r17.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/emacs-21.4-r17.ebuild,v 1.10 2008/09/14 15:47:42 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.4-r17.ebuild,v 1.11 2008/09/23 20:21:48 opfer Exp $ WANT_AUTOCONF="2.1" @@ -181,13 +181,6 @@ 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 - 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 } pkg_postrm() { diff --git a/app-editors/emacs/emacs-22.2-r3.ebuild b/app-editors/emacs/emacs-22.2-r3.ebuild index cb59636469c0..136c2a3612f4 100644 --- a/app-editors/emacs/emacs-22.2-r3.ebuild +++ b/app-editors/emacs/emacs-22.2-r3.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/emacs-22.2-r3.ebuild,v 1.7 2008/09/20 18:38:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.2-r3.ebuild,v 1.8 2008/09/23 20:21:48 opfer Exp $ inherit autotools elisp-common eutils flag-o-matic @@ -245,14 +245,6 @@ pkg_postinst() { eselect emacs update ifunset fi - 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." diff --git a/app-editors/emacs/emacs-22.3.ebuild b/app-editors/emacs/emacs-22.3.ebuild index cb35ebc83900..14fada7281d6 100644 --- a/app-editors/emacs/emacs-22.3.ebuild +++ b/app-editors/emacs/emacs-22.3.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/emacs-22.3.ebuild,v 1.3 2008/09/14 15:47:42 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.3.ebuild,v 1.4 2008/09/23 20:21:48 opfer Exp $ inherit autotools elisp-common eutils flag-o-matic @@ -230,14 +230,6 @@ pkg_postinst() { eselect emacs update ifunset fi - 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." |