Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/emacs: emacs-22.1-r1.ebuild ChangeLog
Date: Fri, 02 Nov 2007 09:37:43
Message-Id: E1Insy5-0005cb-W1@stork.gentoo.org
1 ulm 07/11/02 09:37:33
2
3 Modified: emacs-22.1-r1.ebuild ChangeLog
4 Log:
5 Partial sync of emacs and emacs-cvs ebuilds.
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.16 app-editors/emacs/emacs-22.1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/emacs-22.1-r1.ebuild?rev=1.16&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/emacs-22.1-r1.ebuild?rev=1.16&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/emacs-22.1-r1.ebuild?r1=1.15&r2=1.16
14
15 Index: emacs-22.1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.1-r1.ebuild,v
18 retrieving revision 1.15
19 retrieving revision 1.16
20 diff -u -r1.15 -r1.16
21 --- emacs-22.1-r1.ebuild 24 Oct 2007 09:29:51 -0000 1.15
22 +++ emacs-22.1-r1.ebuild 2 Nov 2007 09:37:33 -0000 1.16
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.1-r1.ebuild,v 1.15 2007/10/24 09:29:51 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.1-r1.ebuild,v 1.16 2007/11/02 09:37:33 ulm Exp $
28
29 WANT_AUTOCONF="2.5"
30 WANT_AUTOMAKE="latest"
31 @@ -97,14 +97,15 @@
32 fi
33
34 if use X; then
35 - # GTK+ is the default toolkit if USE=gtk is chosen with other
36 - # possibilities. Emacs upstream thinks this should be standard
37 - # policy on all distributions
38 myconf="${myconf} --with-x"
39 - myconf="${myconf} $(use_with xpm)"
40 myconf="${myconf} $(use_with toolkit-scroll-bars)"
41 myconf="${myconf} $(use_with jpeg) $(use_with tiff)"
42 myconf="${myconf} $(use_with gif) $(use_with png)"
43 + myconf="${myconf} $(use_with xpm)"
44 +
45 + # GTK+ is the default toolkit if USE=gtk is chosen with other
46 + # possibilities. Emacs upstream thinks this should be standard
47 + # policy on all distributions
48 if use gtk; then
49 echo
50 einfo "Configuring to build with GTK support, disabling all other toolkits"
51 @@ -175,7 +176,7 @@
52 doins src/*.[ch]
53 sed 's/^X//' >00${PN}-${SLOT}-gentoo.el <<-EOF
54
55 - ;;; emacs-${SLOT} site-lisp configuration
56 + ;;; ${PN}-${SLOT} site-lisp configuration
57
58 (if (string-match "\\\\\`${FULL_VERSION//./\\\\.}\\\\>" emacs-version)
59 X (setq find-function-C-source-directory
60 @@ -231,9 +232,9 @@
61
62 echo
63 elog "You can set the version to be started by /usr/bin/emacs through"
64 - elog "the Emacs eselect module. Man and info pages are automatically"
65 - elog "redirected, so you may have several installed Emacs versions at the"
66 - elog "same time. \"man emacs.eselect\" for details."
67 + elog "the Emacs eselect module, which also redirects man and info pages."
68 + elog "Therefore, several Emacs versions can be installed at the same time."
69 + elog "\"man emacs.eselect\" for details."
70 }
71
72 pkg_postrm() {
73
74
75
76 1.197 app-editors/emacs/ChangeLog
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.197&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.197&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/ChangeLog?r1=1.196&r2=1.197
81
82 Index: ChangeLog
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v
85 retrieving revision 1.196
86 retrieving revision 1.197
87 diff -u -r1.196 -r1.197
88 --- ChangeLog 1 Nov 2007 12:35:19 -0000 1.196
89 +++ ChangeLog 2 Nov 2007 09:37:33 -0000 1.197
90 @@ -1,6 +1,9 @@
91 # ChangeLog for app-editors/emacs
92 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
93 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.196 2007/11/01 12:35:19 armin76 Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.197 2007/11/02 09:37:33 ulm Exp $
95 +
96 + 02 Nov 2007; Ulrich Mueller <ulm@g.o> emacs-22.1-r1.ebuild:
97 + Partial sync of emacs and emacs-cvs ebuilds.
98
99 01 Nov 2007; Raúl Porcel <armin76@g.o> emacs-21.4-r13.ebuild:
100 alpha/ia64 stable wrt #197313
101
102
103
104 --
105 gentoo-commits@g.o mailing list