Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/bash: ChangeLog bash-3.2_p25.ebuild
Date: Thu, 27 Dec 2007 20:00:32
Message-Id: E1J7ytw-0001Zi-0y@stork.gentoo.org
1 vapier 07/12/27 20:00:20
2
3 Modified: ChangeLog bash-3.2_p25.ebuild
4 Log:
5 Fixup default path to bashdb.
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.159 app-shells/bash/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/ChangeLog?rev=1.159&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/ChangeLog?rev=1.159&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/ChangeLog?r1=1.158&r2=1.159
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v
18 retrieving revision 1.158
19 retrieving revision 1.159
20 diff -u -r1.158 -r1.159
21 --- ChangeLog 28 Oct 2007 19:23:00 -0000 1.158
22 +++ ChangeLog 27 Dec 2007 20:00:19 -0000 1.159
23 @@ -1,6 +1,9 @@
24 # ChangeLog for app-shells/bash
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.158 2007/10/28 19:23:00 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.159 2007/12/27 20:00:19 vapier Exp $
28 +
29 + 27 Dec 2007; Mike Frysinger <vapier@g.o> bash-3.2_p25.ebuild:
30 + Fixup default path to bashdb.
31
32 28 Oct 2007; Mike Frysinger <vapier@g.o>
33 +files/bash-3.2-parallel-build.patch, bash-3.2_p17.ebuild,
34
35
36
37 1.4 app-shells/bash/bash-3.2_p25.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p25.ebuild?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p25.ebuild?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p25.ebuild?r1=1.3&r2=1.4
42
43 Index: bash-3.2_p25.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p25.ebuild,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- bash-3.2_p25.ebuild 23 Nov 2007 03:47:38 -0000 1.3
50 +++ bash-3.2_p25.ebuild 27 Dec 2007 20:00:19 -0000 1.4
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p25.ebuild,v 1.3 2007/11/23 03:47:38 zmedico Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p25.ebuild,v 1.4 2007/12/27 20:00:19 vapier Exp $
56
57 inherit eutils flag-o-matic toolchain-funcs multilib
58
59 @@ -107,6 +107,12 @@
60 # sucks bad compared to ncurses
61 myconf="${myconf} --with-curses"
62
63 + # Default path is to use /usr/local/..... regardless. This little
64 + # magic will set the default path to /usr/..... and keep us from
65 + # worrying about the rest of the path getting out of sync with the
66 + # ebuild code.
67 + eval $(echo export $(ac_default_prefix=/usr; eval echo $(grep DEBUGGER_START_FILE= configure)))
68 +
69 use plugins && append-ldflags -Wl,-rpath,/usr/$(get_libdir)/bash
70 econf \
71 $(use_with afs) \
72
73
74
75 --
76 gentoo-commits@g.o mailing list