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/jasspa-microemacs: jasspa-microemacs-20091011-r2.ebuild ChangeLog
Date: Thu, 28 Feb 2013 17:10:18
Message-Id: 20130228171014.C00212171D@flycatcher.gentoo.org
1 ulm 13/02/28 17:10:14
2
3 Modified: jasspa-microemacs-20091011-r2.ebuild ChangeLog
4 Log:
5 Don't call pkg-config directly, in order not to break cross compilation.
6
7 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
8
9 Revision Changes Path
10 1.7 app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild?r1=1.6&r2=1.7
15
16 Index: jasspa-microemacs-20091011-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- jasspa-microemacs-20091011-r2.ebuild 28 Feb 2013 07:59:40 -0000 1.6
23 +++ jasspa-microemacs-20091011-r2.ebuild 28 Feb 2013 17:10:14 -0000 1.7
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild,v 1.6 2013/02/28 07:59:40 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild,v 1.7 2013/02/28 17:10:14 ulm Exp $
29
30 EAPI=4
31
32 @@ -60,7 +60,7 @@
33 use xpm || export XPM_INCLUDE=. # prevent Xpm autodetection
34
35 CC="$(tc-getCC)" \
36 - CONSOLE_LIBS="$(pkg-config --libs ncurses)" \
37 + CONSOLE_LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)" \
38 ./build ${me} \
39 -t ${type} \
40 -p "~/.jasspa:${pkgdatadir}/site:${pkgdatadir}" \
41
42
43
44 1.56 app-editors/jasspa-microemacs/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog?rev=1.56&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog?rev=1.56&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog?r1=1.55&r2=1.56
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog,v
53 retrieving revision 1.55
54 retrieving revision 1.56
55 diff -u -r1.55 -r1.56
56 --- ChangeLog 28 Feb 2013 07:59:40 -0000 1.55
57 +++ ChangeLog 28 Feb 2013 17:10:14 -0000 1.56
58 @@ -1,6 +1,10 @@
59 # ChangeLog for app-editors/jasspa-microemacs
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog,v 1.55 2013/02/28 07:59:40 ulm Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog,v 1.56 2013/02/28 17:10:14 ulm Exp $
63 +
64 + 28 Feb 2013; Ulrich Müller <ulm@g.o>
65 + jasspa-microemacs-20091011-r2.ebuild:
66 + Don't call pkg-config directly, in order not to break cross compilation.
67
68 28 Feb 2013; Ulrich Müller <ulm@g.o>
69 jasspa-microemacs-20091011-r2.ebuild: