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-cvs: emacs-cvs-23.0.9999.ebuild ChangeLog
Date: Fri, 23 Jan 2009 06:50:38
Message-Id: E1LQFsB-0006wG-BJ@stork.gentoo.org
1 ulm 09/01/23 06:50:35
2
3 Modified: emacs-cvs-23.0.9999.ebuild ChangeLog
4 Log:
5 Remove patch for sparc-fbsd since it was applied upstream, bug 159584.
6 (Portage version: 2.2_rc23/cvs/Linux i686)
7
8 Revision Changes Path
9 1.19 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.19&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild?rev=1.19&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.18&r2=1.19
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.18
19 retrieving revision 1.19
20 diff -u -r1.18 -r1.19
21 --- emacs-cvs-23.0.9999.ebuild 4 Jan 2009 19:15:44 -0000 1.18
22 +++ emacs-cvs-23.0.9999.ebuild 23 Jan 2009 06:50:35 -0000 1.19
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-cvs/emacs-cvs-23.0.9999.ebuild,v 1.18 2009/01/04 19:15:44 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild,v 1.19 2009/01/23 06:50:35 ulm Exp $
28
29 ECVS_AUTH="pserver"
30 ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
31 @@ -85,8 +85,6 @@
32 || die "Upstream version number changed to ${FULL_VERSION}"
33 echo
34
35 - epatch "${FILESDIR}/${PN}-freebsd-sparc-1.patch"
36 -
37 sed -i -e "s:/usr/lib/crtbegin.o:$(`tc-getCC` -print-file-name=crtbegin.o):g" \
38 -e "s:/usr/lib/crtend.o:$(`tc-getCC` -print-file-name=crtend.o):g" \
39 "${S}"/src/s/freebsd.h || die "unable to sed freebsd.h settings"
40
41
42
43 1.232 app-editors/emacs-cvs/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.232&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.232&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?r1=1.231&r2=1.232
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v
52 retrieving revision 1.231
53 retrieving revision 1.232
54 diff -u -r1.231 -r1.232
55 --- ChangeLog 5 Jan 2009 21:49:06 -0000 1.231
56 +++ ChangeLog 23 Jan 2009 06:50:35 -0000 1.232
57 @@ -1,6 +1,9 @@
58 # ChangeLog for app-editors/emacs-cvs
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.231 2009/01/05 21:49:06 maekke Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.232 2009/01/23 06:50:35 ulm Exp $
62 +
63 + 23 Jan 2009; Ulrich Mueller <ulm@g.o> emacs-cvs-23.0.9999.ebuild:
64 + Remove patch for sparc-fbsd since it was applied upstream, bug 159584.
65
66 05 Jan 2009; Markus Meier <maekke@g.o> metadata.xml:
67 drop local xft USE-flag description, as it's global now