Gentoo Archives: gentoo-commits

From: "Tobias Klausmann (klausman)" <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/bash: ChangeLog bash-3.2_p39.ebuild
Date: Sun, 24 Aug 2008 17:35:23
Message-Id: E1KXJUm-0000uy-3j@stork.gentoo.org
1 klausman 08/08/24 17:35:20
2
3 Modified: ChangeLog bash-3.2_p39.ebuild
4 Log:
5 Misread bug #235020
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.26.1 x86_64)
7
8 Revision Changes Path
9 1.184 app-shells/bash/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/ChangeLog?rev=1.184&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/ChangeLog?rev=1.184&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/ChangeLog?r1=1.183&r2=1.184
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v
18 retrieving revision 1.183
19 retrieving revision 1.184
20 diff -u -r1.183 -r1.184
21 --- ChangeLog 24 Aug 2008 17:32:33 -0000 1.183
22 +++ ChangeLog 24 Aug 2008 17:35:19 -0000 1.184
23 @@ -1,6 +1,9 @@
24 # ChangeLog for app-shells/bash
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.183 2008/08/24 17:32:33 klausman Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.184 2008/08/24 17:35:19 klausman Exp $
28 +
29 + 24 Aug 2008; Tobias Klausmann <klausman@g.o> bash-3.2_p39.ebuild:
30 + Misread bug #235020
31
32 24 Aug 2008; Tobias Klausmann <klausman@g.o> bash-3.2_p39.ebuild:
33 Stable on alpha, bug #235020
34
35
36
37 1.9 app-shells/bash/bash-3.2_p39.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p39.ebuild?rev=1.9&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p39.ebuild?rev=1.9&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p39.ebuild?r1=1.8&r2=1.9
42
43 Index: bash-3.2_p39.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p39.ebuild,v
46 retrieving revision 1.8
47 retrieving revision 1.9
48 diff -u -r1.8 -r1.9
49 --- bash-3.2_p39.ebuild 24 Aug 2008 17:32:33 -0000 1.8
50 +++ bash-3.2_p39.ebuild 24 Aug 2008 17:35:19 -0000 1.9
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 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_p39.ebuild,v 1.8 2008/08/24 17:32:33 klausman Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p39.ebuild,v 1.9 2008/08/24 17:35:19 klausman Exp $
56
57 inherit eutils flag-o-matic toolchain-funcs multilib
58
59 @@ -31,7 +31,7 @@
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 -KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
64 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
65 IUSE="afs bashlogger examples nls plugins vanilla"
66
67 DEPEND=">=sys-libs/ncurses-5.2-r2"