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: ChangeLog emacs-24.1.ebuild
Date: Thu, 05 Jul 2012 15:07:18
Message-Id: 20120705150705.9A3DA2004B@flycatcher.gentoo.org
1 ulm 12/07/05 15:07:05
2
3 Modified: ChangeLog emacs-24.1.ebuild
4 Log:
5 Fix compile failure with glibc-2.16 (updated gets in gnulib). Bug 424755.
6
7 (Portage version: 2.1.11.4/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.502 app-editors/emacs/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.502&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.502&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?r1=1.501&r2=1.502
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v
19 retrieving revision 1.501
20 retrieving revision 1.502
21 diff -u -r1.501 -r1.502
22 --- ChangeLog 3 Jul 2012 20:23:58 -0000 1.501
23 +++ ChangeLog 5 Jul 2012 15:07:05 -0000 1.502
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-editors/emacs
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.501 2012/07/03 20:23:58 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.502 2012/07/05 15:07:05 ulm Exp $
29 +
30 + 05 Jul 2012; Ulrich Müller <ulm@g.o> emacs-24.1.ebuild:
31 + Fix compile failure with glibc-2.16 (updated gets in gnulib). Bug 424755.
32
33 03 Jul 2012; Jeroen Roovers <jer@g.o> emacs-23.4-r3.ebuild:
34 Stable for HPPA (bug #423507).
35
36
37
38 1.6 app-editors/emacs/emacs-24.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-24.1.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-24.1.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-24.1.ebuild?r1=1.5&r2=1.6
43
44 Index: emacs-24.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.1.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- emacs-24.1.ebuild 29 Jun 2012 07:58:35 -0000 1.5
51 +++ emacs-24.1.ebuild 5 Jul 2012 15:07:05 -0000 1.6
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.1.ebuild,v 1.5 2012/06/29 07:58:35 ulm Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.1.ebuild,v 1.6 2012/07/05 15:07:05 ulm Exp $
57
58 EAPI=4
59
60 @@ -9,7 +9,7 @@
61 DESCRIPTION="The extensible, customizable, self-documenting real-time display editor"
62 HOMEPAGE="http://www.gnu.org/software/emacs/"
63 SRC_URI="mirror://gnu/emacs/${P}.tar.bz2
64 - mirror://gentoo/${P}-patches-2.tar.bz2"
65 + mirror://gentoo/${P}-patches-3.tar.bz2"
66
67 LICENSE="GPL-3 FDL-1.3 BSD as-is MIT W3C unicode PSF-2"
68 SLOT="24"