summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2010-01-16 18:49:04 +0000
committerUlrich Müller <ulm@gentoo.org>2010-01-16 18:49:04 +0000
commit9e148a87749d2f7845dab5360da2e4b7df9ab970 (patch)
tree9f780388d76435511818c900cf9a0a1efa770c22 /app-editors/emacs-vcs
parentRestore note in pkg_postinst that Emacs needs fonts, bug 137598. (diff)
downloadgentoo-2-9e148a87749d2f7845dab5360da2e4b7df9ab970.tar.gz
gentoo-2-9e148a87749d2f7845dab5360da2e4b7df9ab970.tar.bz2
gentoo-2-9e148a87749d2f7845dab5360da2e4b7df9ab970.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/emacs-vcs')
-rw-r--r--app-editors/emacs-vcs/ChangeLog6
-rw-r--r--app-editors/emacs-vcs/emacs-vcs-23.1.90-r1.ebuild11
-rw-r--r--app-editors/emacs-vcs/emacs-vcs-23.1.91.ebuild11
-rw-r--r--app-editors/emacs-vcs/emacs-vcs-23.1.9999-r2.ebuild11
4 files changed, 35 insertions, 4 deletions
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 <ulm@gentoo.org> 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 <ulm@gentoo.org>
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."