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: bash-3.2_p33.ebuild bash-3.2_p25.ebuild
Date: Wed, 02 Jan 2008 17:51:27
Message-Id: E1JA7kJ-0007Ic-VO@stork.gentoo.org
1 vapier 08/01/02 17:51:15
2
3 Modified: bash-3.2_p33.ebuild bash-3.2_p25.ebuild
4 Log:
5 fix style
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.4 app-shells/bash/bash-3.2_p33.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p33.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p33.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p33.ebuild?r1=1.3&r2=1.4
14
15 Index: bash-3.2_p33.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p33.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- bash-3.2_p33.ebuild 2 Jan 2008 16:42:24 -0000 1.3
22 +++ bash-3.2_p33.ebuild 2 Jan 2008 17:51:15 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p33.ebuild,v 1.3 2008/01/02 16:42:24 spb Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p33.ebuild,v 1.4 2008/01/02 17:51:15 vapier Exp $
28
29 inherit eutils flag-o-matic toolchain-funcs multilib
30
31 @@ -35,8 +35,9 @@
32 IUSE="afs bashlogger nls plugins vanilla"
33
34 DEPEND=">=sys-libs/ncurses-5.2-r2"
35 -RDEPEND="${DEPEND} !<sys-apps/portage-2.1.4_rc1
36 - !<sys-apps/paludis-0.26.0_alpha5"
37 +RDEPEND="${DEPEND}
38 + !<sys-apps/portage-2.1.4_rc1
39 + !<sys-apps/paludis-0.26.0_alpha5"
40
41 S=${WORKDIR}/${MY_P}
42
43
44
45
46 1.7 app-shells/bash/bash-3.2_p25.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p25.ebuild?rev=1.7&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p25.ebuild?rev=1.7&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p25.ebuild?r1=1.6&r2=1.7
51
52 Index: bash-3.2_p25.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p25.ebuild,v
55 retrieving revision 1.6
56 retrieving revision 1.7
57 diff -u -r1.6 -r1.7
58 --- bash-3.2_p25.ebuild 2 Jan 2008 16:42:24 -0000 1.6
59 +++ bash-3.2_p25.ebuild 2 Jan 2008 17:51:15 -0000 1.7
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2008 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p25.ebuild,v 1.6 2008/01/02 16:42:24 spb Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p25.ebuild,v 1.7 2008/01/02 17:51:15 vapier Exp $
65
66 inherit eutils flag-o-matic toolchain-funcs multilib
67
68 @@ -35,8 +35,9 @@
69 IUSE="afs bashlogger nls plugins vanilla"
70
71 DEPEND=">=sys-libs/ncurses-5.2-r2"
72 -RDEPEND="${DEPEND} !<sys-apps/portage-2.1.4_rc1
73 - !<sys-apps/paludis-0.26.0_alpha5"
74 +RDEPEND="${DEPEND}
75 + !<sys-apps/portage-2.1.4_rc1
76 + !<sys-apps/paludis-0.26.0_alpha5"
77
78 S=${WORKDIR}/${MY_P}
79
80
81
82
83 --
84 gentoo-commits@g.o mailing list