Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/emacs-cvs: emacs-cvs-23.0.9999.ebuild ChangeLog
Date: Tue, 23 Sep 2008 21:02:34
Message-Id: E1KiF1j-0002Eb-PE@stork.gentoo.org
1 opfer 08/09/23 21:02:31
2
3 Modified: emacs-cvs-23.0.9999.ebuild ChangeLog
4 Log:
5 remove note about to be installed fonts
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.10 app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild?r1=1.9&r2=1.10
14
15 Index: emacs-cvs-23.0.9999.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- emacs-cvs-23.0.9999.ebuild 14 Sep 2008 15:48:54 -0000 1.9
22 +++ emacs-cvs-23.0.9999.ebuild 23 Sep 2008 21:02:31 -0000 1.10
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild,v 1.9 2008/09/14 15:48:54 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild,v 1.10 2008/09/23 21:02:31 opfer Exp $
28
29 ECVS_AUTH="pserver"
30 ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
31 @@ -262,14 +262,6 @@
32 emacs-infodir-rebuild
33 eselect emacs update ifunset
34
35 - if use X; then
36 - elog "You need to install some fonts for Emacs. Under monolithic"
37 - elog "XFree86/Xorg you typically had such fonts installed by default."
38 - elog "With modular Xorg, you will have to perform this step yourself."
39 - elog "Installing media-fonts/font-adobe-{75,100}dpi on the X server's"
40 - elog "machine would satisfy basic Emacs requirements under X11."
41 - fi
42 -
43 echo
44 elog "You can set the version to be started by /usr/bin/emacs through"
45 elog "the Emacs eselect module, which also redirects man and info pages."
46
47
48
49 1.220 app-editors/emacs-cvs/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.220&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.220&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?r1=1.219&r2=1.220
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v
58 retrieving revision 1.219
59 retrieving revision 1.220
60 diff -u -r1.219 -r1.220
61 --- ChangeLog 14 Sep 2008 15:48:54 -0000 1.219
62 +++ ChangeLog 23 Sep 2008 21:02:31 -0000 1.220
63 @@ -1,6 +1,10 @@
64 # ChangeLog for app-editors/emacs-cvs
65 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.219 2008/09/14 15:48:54 ulm Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.220 2008/09/23 21:02:31 opfer Exp $
68 +
69 + 23 Sep 2008; Christian Faulhammer <opfer@g.o>
70 + emacs-cvs-23.0.9999.ebuild:
71 + remove note about to be installed fonts
72
73 14 Sep 2008; Ulrich Mueller <ulm@g.o> emacs-cvs-23.0.9999.ebuild:
74 Be less verbose, bug 237546.