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: ChangeLog emacs-vcs-24.0.9999.ebuild
Date: Sat, 08 May 2010 08:31:24
Message-Id: 20100508083119.88F6E295BB@corvid.gentoo.org
1 ulm 10/05/08 08:31:19
2
3 Modified: ChangeLog emacs-vcs-24.0.9999.ebuild
4 Log:
5 Add --with-crt-dir option to configure call, bug 306831.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.19 app-editors/emacs-vcs/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-vcs/ChangeLog?rev=1.19&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-vcs/ChangeLog?rev=1.19&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-vcs/ChangeLog?r1=1.18&r2=1.19
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v
18 retrieving revision 1.18
19 retrieving revision 1.19
20 diff -u -r1.18 -r1.19
21 --- ChangeLog 8 May 2010 07:52:53 -0000 1.18
22 +++ ChangeLog 8 May 2010 08:31:19 -0000 1.19
23 @@ -1,6 +1,6 @@
24 # ChangeLog for app-editors/emacs-vcs
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.18 2010/05/08 07:52:53 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.19 2010/05/08 08:31:19 ulm Exp $
28
29 *emacs-vcs-23.2.9999 (08 May 2010)
30
31 @@ -9,7 +9,8 @@
32 -emacs-vcs-23.1.9999-r3.ebuild, +emacs-vcs-23.2.9999.ebuild,
33 emacs-vcs-24.0.9999.ebuild:
34 Bump emacs-23 live ebuild to reflect upstream change of version number.
35 - Remove pretest ebuilds.
36 + Remove pretest ebuilds. In trunk version, add --with-crt-dir option to
37 + configure call, bug 306831.
38
39 *emacs-vcs-23.1.97 (04 May 2010)
40
41
42
43
44 1.5 app-editors/emacs-vcs/emacs-vcs-24.0.9999.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.0.9999.ebuild?rev=1.5&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.0.9999.ebuild?rev=1.5&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.0.9999.ebuild?r1=1.4&r2=1.5
49
50 Index: emacs-vcs-24.0.9999.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.0.9999.ebuild,v
53 retrieving revision 1.4
54 retrieving revision 1.5
55 diff -u -r1.4 -r1.5
56 --- emacs-vcs-24.0.9999.ebuild 8 May 2010 07:52:53 -0000 1.4
57 +++ emacs-vcs-24.0.9999.ebuild 8 May 2010 08:31:19 -0000 1.5
58 @@ -1,10 +1,10 @@
59 # Copyright 1999-2010 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.0.9999.ebuild,v 1.4 2010/05/08 07:52:53 ulm Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.0.9999.ebuild,v 1.5 2010/05/08 08:31:19 ulm Exp $
63
64 EAPI=2
65
66 -inherit autotools elisp-common eutils flag-o-matic
67 +inherit autotools elisp-common eutils flag-o-matic multilib
68
69 if [ "${PV##*.}" = "9999" ]; then
70 inherit bzr
71 @@ -196,6 +196,7 @@
72 econf \
73 --program-suffix=-${EMACS_SUFFIX} \
74 --infodir=/usr/share/info/${EMACS_SUFFIX} \
75 + --with-crt-dir=/usr/$(get_libdir) \
76 ${myconf} || die "econf emacs failed"
77 }