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:32:36
Message-Id: E1KXJS5-0000sM-IT@stork.gentoo.org
1 klausman 08/08/24 17:32:33
2
3 Modified: ChangeLog bash-3.2_p39.ebuild
4 Log:
5 Stable on alpha, bug #235020
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.26.1 x86_64)
7
8 Revision Changes Path
9 1.183 app-shells/bash/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/ChangeLog?rev=1.183&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/ChangeLog?rev=1.183&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/ChangeLog?r1=1.182&r2=1.183
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v
18 retrieving revision 1.182
19 retrieving revision 1.183
20 diff -u -r1.182 -r1.183
21 --- ChangeLog 3 Aug 2008 15:18:02 -0000 1.182
22 +++ ChangeLog 24 Aug 2008 17:32:33 -0000 1.183
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.182 2008/08/03 15:18:02 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.183 2008/08/24 17:32:33 klausman Exp $
28 +
29 + 24 Aug 2008; Tobias Klausmann <klausman@g.o> bash-3.2_p39.ebuild:
30 + Stable on alpha, bug #235020
31
32 03 Aug 2008; Ulrich Mueller <ulm@g.o> metadata.xml:
33 Add USE flag description to metadata wrt GLEP 56.
34
35
36
37 1.8 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.8&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p39.ebuild?rev=1.8&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p39.ebuild?r1=1.7&r2=1.8
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.7
47 retrieving revision 1.8
48 diff -u -r1.7 -r1.8
49 --- bash-3.2_p39.ebuild 25 Jun 2008 21:50:12 -0000 1.7
50 +++ bash-3.2_p39.ebuild 24 Aug 2008 17:32:33 -0000 1.8
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.7 2008/06/25 21:50:12 zlin Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p39.ebuild,v 1.8 2008/08/24 17:32:33 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"