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-18.59-r6.ebuild ChangeLog
Date: Wed, 30 Dec 2009 14:25:04
Message-Id: E1NPzTu-0005PF-2H@stork.gentoo.org
1 ulm 09/12/30 14:24:58
2
3 Modified: emacs-18.59-r6.ebuild ChangeLog
4 Log:
5 Drop X support for Emacs 18, See bug 260676 comment #14.
6 (Portage version: 2.2_rc61/cvs/Linux i686)
7
8 Revision Changes Path
9 1.8 app-editors/emacs/emacs-18.59-r6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/emacs-18.59-r6.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/emacs-18.59-r6.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/emacs-18.59-r6.ebuild?r1=1.7&r2=1.8
14
15 Index: emacs-18.59-r6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-18.59-r6.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- emacs-18.59-r6.ebuild 27 Dec 2009 19:00:54 -0000 1.7
22 +++ emacs-18.59-r6.ebuild 30 Dec 2009 14:24:57 -0000 1.8
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-18.59-r6.ebuild,v 1.7 2009/12/27 19:00:54 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-18.59-r6.ebuild,v 1.8 2009/12/30 14:24:57 ulm Exp $
28
29 EAPI=2
30
31 @@ -15,15 +15,12 @@
32 LICENSE="GPL-1 GPL-2 BSD as-is"
33 SLOT="18"
34 KEYWORDS="amd64 x86"
35 -IUSE="X"
36 +IUSE=""
37
38 RDEPEND="sys-libs/ncurses
39 >=app-admin/eselect-emacs-1.2
40 - X? ( x11-libs/libX11[-xcb] )
41 - amd64? (
42 - app-emulation/emul-linux-x86-baselibs
43 - X? ( app-emulation/emul-linux-x86-xlibs )
44 - )"
45 + amd64? ( app-emulation/emul-linux-x86-baselibs )"
46 +# X? ( x11-libs/libX11[-xcb] )
47 DEPEND="${RDEPEND}"
48
49 MY_BASEDIR="/usr/share/emacs/${PV}"
50 @@ -43,7 +40,7 @@
51 *) die "Architecture ${arch} not supported" ;;
52 esac
53 local cmd="s/\"s-.*\.h\"/\"s-linux.h\"/;s/\"m-.*\.h\"/\"m-${arch}.h\"/"
54 - use X && cmd="${cmd};s/.*\(#define HAVE_X_WINDOWS\).*/\1/"
55 + #use X && cmd="${cmd};s/.*\(#define HAVE_X_WINDOWS\).*/\1/"
56 sed -e "${cmd}" src/config.h-dist >src/config.h
57
58 cat <<-END >src/paths.h
59
60
61
62 1.359 app-editors/emacs/ChangeLog
63
64 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.359&view=markup
65 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.359&content-type=text/plain
66 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/ChangeLog?r1=1.358&r2=1.359
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v
71 retrieving revision 1.358
72 retrieving revision 1.359
73 diff -u -r1.358 -r1.359
74 --- ChangeLog 28 Dec 2009 18:37:01 -0000 1.358
75 +++ ChangeLog 30 Dec 2009 14:24:57 -0000 1.359
76 @@ -1,6 +1,10 @@
77 # ChangeLog for app-editors/emacs
78 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.358 2009/12/28 18:37:01 nixnut Exp $
80 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.359 2009/12/30 14:24:57 ulm Exp $
81 +
82 + 30 Dec 2009; Ulrich Mueller <ulm@g.o> emacs-18.59-r6.ebuild:
83 + Drop X support for Emacs 18, because libX11[-xcb] will go away.
84 + See bug 260676 comment #14.
85
86 28 Dec 2009; nixnut <nixnut@g.o> emacs-22.3-r3.ebuild,
87 emacs-23.1-r2.ebuild:
88 @@ -19,21 +23,17 @@
89 emacs-23.1-r2.ebuild:
90 Change X11 to MIT in LICENSE.
91
92 - 11 Dec 2009; Tiago Cunha <tcunha@g.o> emacs-23.1-r2.ebuild:
93 - stable sparc, bug 296159
94 -
95 - 11 Dec 2009; Tiago Cunha <tcunha@g.o> emacs-22.3-r3.ebuild:
96 + 11 Dec 2009; Tiago Cunha <tcunha@g.o> emacs-22.3-r3.ebuild,
97 + emacs-23.1-r2.ebuild:
98 stable sparc, bug 296159
99
100 10 Dec 2009; Markus Meier <maekke@g.o> emacs-22.3-r3.ebuild,
101 emacs-23.1-r2.ebuild:
102 amd64/x86 stable, bug #296159
103
104 - 09 Dec 2009; Brent Baude <ranger@g.o> emacs-23.1-r2.ebuild:
105 - Marking emacs-23.1-r2 ppc64 for bug 296159
106 -
107 - 09 Dec 2009; Brent Baude <ranger@g.o> emacs-22.3-r3.ebuild:
108 - Marking emacs-22.3-r3 ppc64 for bug 296159
109 + 09 Dec 2009; Brent Baude <ranger@g.o> emacs-22.3-r3.ebuild,
110 + emacs-23.1-r2.ebuild:
111 + Marking emacs-22.3-r3 and emacs-23.1-r2 ppc64 for bug 296159
112
113 09 Dec 2009; Jeroen Roovers <jer@g.o> emacs-22.3-r3.ebuild:
114 Remove obsolete replace-flags call. Stable for HPPA (bug #296159).