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-vcs: emacs-vcs-23.2.9999.ebuild ChangeLog
Date: Wed, 03 Nov 2010 20:16:45
Message-Id: 20101103201640.DDF1B20051@flycatcher.gentoo.org
1 ulm 10/11/03 20:16:40
2
3 Modified: emacs-vcs-23.2.9999.ebuild ChangeLog
4 Log:
5 Pass the --with-crt-dir option to configure, as it was backported upstream.
6
7 (Portage version: 2.1.9.24/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.10 app-editors/emacs-vcs/emacs-vcs-23.2.9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.2.9999.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.2.9999.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.2.9999.ebuild?r1=1.9&r2=1.10
15
16 Index: emacs-vcs-23.2.9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.2.9999.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- emacs-vcs-23.2.9999.ebuild 25 Oct 2010 21:31:09 -0000 1.9
23 +++ emacs-vcs-23.2.9999.ebuild 3 Nov 2010 20:16:40 -0000 1.10
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.2.9999.ebuild,v 1.9 2010/10/25 21:31:09 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-23.2.9999.ebuild,v 1.10 2010/11/03 20:16:40 ulm Exp $
29
30 EAPI=2
31
32 -inherit autotools elisp-common eutils flag-o-matic
33 +inherit autotools elisp-common eutils flag-o-matic multilib
34
35 if [ "${PV##*.}" = "9999" ]; then
36 inherit bzr
37 @@ -191,6 +191,7 @@
38 econf \
39 --program-suffix=-${EMACS_SUFFIX} \
40 --infodir=/usr/share/info/${EMACS_SUFFIX} \
41 + --with-crt-dir=/usr/$(get_libdir) \
42 ${myconf} || die "econf emacs failed"
43 }
44
45
46
47
48 1.34 app-editors/emacs-vcs/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/ChangeLog?rev=1.34&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/ChangeLog?rev=1.34&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/ChangeLog?r1=1.33&r2=1.34
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v
57 retrieving revision 1.33
58 retrieving revision 1.34
59 diff -u -r1.33 -r1.34
60 --- ChangeLog 25 Oct 2010 21:31:09 -0000 1.33
61 +++ ChangeLog 3 Nov 2010 20:16:40 -0000 1.34
62 @@ -1,6 +1,9 @@
63 # ChangeLog for app-editors/emacs-vcs
64 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.33 2010/10/25 21:31:09 ulm Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.34 2010/11/03 20:16:40 ulm Exp $
67 +
68 + 03 Nov 2010; Ulrich Mueller <ulm@g.o> emacs-vcs-23.2.9999.ebuild:
69 + Pass the --with-crt-dir option to configure, as it was backported upstream.
70
71 25 Oct 2010; Ulrich Mueller <ulm@g.o> emacs-vcs-23.2.9999.ebuild,
72 emacs-vcs-24.0.9999.ebuild: