Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/tcsh: tcsh-6.16.ebuild tcsh-6.14-r5.ebuild ChangeLog tcsh-6.15-r2.ebuild tcsh-6.17-r1.ebuild
Date: Wed, 06 Oct 2010 08:04:54
Message-Id: 20101006074527.2A53520051@flycatcher.gentoo.org
1 grobian 10/10/06 07:45:27
2
3 Modified: tcsh-6.16.ebuild tcsh-6.14-r5.ebuild ChangeLog
4 tcsh-6.15-r2.ebuild tcsh-6.17-r1.ebuild
5 Log:
6 Straighten out RDEPEND as suggested by Kevin Pyle in bug #339638
7
8 (Portage version: 2.2.01.16711-prefix/cvs/SunOS i386)
9
10 Revision Changes Path
11 1.10 app-shells/tcsh/tcsh-6.16.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/tcsh/tcsh-6.16.ebuild?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/tcsh/tcsh-6.16.ebuild?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/tcsh/tcsh-6.16.ebuild?r1=1.9&r2=1.10
16
17 Index: tcsh-6.16.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.16.ebuild,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- tcsh-6.16.ebuild 30 Sep 2009 20:13:37 -0000 1.9
24 +++ tcsh-6.16.ebuild 6 Oct 2010 07:45:27 -0000 1.10
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2009 Gentoo Foundation
27 +# Copyright 1999-2010 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.16.ebuild,v 1.9 2009/09/30 20:13:37 grobian Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.16.ebuild,v 1.10 2010/10/06 07:45:27 grobian Exp $
31
32 inherit eutils flag-o-matic autotools prefix
33
34 @@ -19,7 +19,9 @@
35 RESTRICT="test"
36
37 # we need gettext because we run autoconf
38 -DEPEND=">=sys-libs/ncurses-5.1
39 +RDEPEND=">=sys-libs/ncurses-5.1
40 + virtual/libiconv"
41 +DEPEND="${RDEPEND}
42 sys-devel/gettext
43 perl? ( dev-lang/perl )"
44 RDEPEND="${DEPEND}"
45
46
47
48 1.6 app-shells/tcsh/tcsh-6.14-r5.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/tcsh/tcsh-6.14-r5.ebuild?rev=1.6&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/tcsh/tcsh-6.14-r5.ebuild?rev=1.6&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/tcsh/tcsh-6.14-r5.ebuild?r1=1.5&r2=1.6
53
54 Index: tcsh-6.14-r5.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.14-r5.ebuild,v
57 retrieving revision 1.5
58 retrieving revision 1.6
59 diff -u -r1.5 -r1.6
60 --- tcsh-6.14-r5.ebuild 17 Mar 2009 21:14:01 -0000 1.5
61 +++ tcsh-6.14-r5.ebuild 6 Oct 2010 07:45:27 -0000 1.6
62 @@ -1,6 +1,6 @@
63 -# Copyright 1999-2009 Gentoo Foundation
64 +# Copyright 1999-2010 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.14-r5.ebuild,v 1.5 2009/03/17 21:14:01 grobian Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.14-r5.ebuild,v 1.6 2010/10/06 07:45:27 grobian Exp $
68
69 inherit eutils
70
71 @@ -15,7 +15,8 @@
72 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
73 IUSE="perl catalogs"
74
75 -DEPEND=">=sys-libs/ncurses-5.1
76 +RDEPEND=">=sys-libs/ncurses-5.1"
77 +DEPEND="${RDEPEND}
78 perl? ( dev-lang/perl )
79 !app-shells/csh" # bug #119703
80
81
82
83
84 1.98 app-shells/tcsh/ChangeLog
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/tcsh/ChangeLog?rev=1.98&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/tcsh/ChangeLog?rev=1.98&content-type=text/plain
88 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/tcsh/ChangeLog?r1=1.97&r2=1.98
89
90 Index: ChangeLog
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v
93 retrieving revision 1.97
94 retrieving revision 1.98
95 diff -u -r1.97 -r1.98
96 --- ChangeLog 24 Jan 2010 10:18:17 -0000 1.97
97 +++ ChangeLog 6 Oct 2010 07:45:27 -0000 1.98
98 @@ -1,6 +1,10 @@
99 # ChangeLog for app-shells/tcsh
100 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
101 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.97 2010/01/24 10:18:17 grobian Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.98 2010/10/06 07:45:27 grobian Exp $
103 +
104 + 06 Oct 2010; Fabian Groffen <grobian@g.o> tcsh-6.14-r5.ebuild,
105 + tcsh-6.15-r2.ebuild, tcsh-6.16.ebuild, tcsh-6.17-r1.ebuild:
106 + Straighten out RDEPEND as suggested by Kevin Pyle in bug #339638
107
108 *tcsh-6.17-r1 (24 Jan 2010)
109
110
111
112
113 1.14 app-shells/tcsh/tcsh-6.15-r2.ebuild
114
115 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/tcsh/tcsh-6.15-r2.ebuild?rev=1.14&view=markup
116 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/tcsh/tcsh-6.15-r2.ebuild?rev=1.14&content-type=text/plain
117 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/tcsh/tcsh-6.15-r2.ebuild?r1=1.13&r2=1.14
118
119 Index: tcsh-6.15-r2.ebuild
120 ===================================================================
121 RCS file: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.15-r2.ebuild,v
122 retrieving revision 1.13
123 retrieving revision 1.14
124 diff -u -r1.13 -r1.14
125 --- tcsh-6.15-r2.ebuild 17 Mar 2009 21:14:01 -0000 1.13
126 +++ tcsh-6.15-r2.ebuild 6 Oct 2010 07:45:27 -0000 1.14
127 @@ -1,6 +1,6 @@
128 -# Copyright 1999-2009 Gentoo Foundation
129 +# Copyright 1999-2010 Gentoo Foundation
130 # Distributed under the terms of the GNU General Public License v2
131 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.15-r2.ebuild,v 1.13 2009/03/17 21:14:01 grobian Exp $
132 +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.15-r2.ebuild,v 1.14 2010/10/06 07:45:27 grobian Exp $
133
134 inherit eutils
135
136 @@ -19,7 +19,8 @@
137 IUSE="perl catalogs"
138 RESTRICT="test"
139
140 -DEPEND=">=sys-libs/ncurses-5.1
141 +RDEPEND=">=sys-libs/ncurses-5.1"
142 +DEPEND="${RDEPEND}
143 perl? ( dev-lang/perl )
144 !app-shells/csh" # bug #119703
145
146
147
148
149 1.2 app-shells/tcsh/tcsh-6.17-r1.ebuild
150
151 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/tcsh/tcsh-6.17-r1.ebuild?rev=1.2&view=markup
152 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/tcsh/tcsh-6.17-r1.ebuild?rev=1.2&content-type=text/plain
153 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/tcsh/tcsh-6.17-r1.ebuild?r1=1.1&r2=1.2
154
155 Index: tcsh-6.17-r1.ebuild
156 ===================================================================
157 RCS file: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.17-r1.ebuild,v
158 retrieving revision 1.1
159 retrieving revision 1.2
160 diff -u -r1.1 -r1.2
161 --- tcsh-6.17-r1.ebuild 24 Jan 2010 10:18:17 -0000 1.1
162 +++ tcsh-6.17-r1.ebuild 6 Oct 2010 07:45:27 -0000 1.2
163 @@ -1,6 +1,6 @@
164 # Copyright 1999-2010 Gentoo Foundation
165 # Distributed under the terms of the GNU General Public License v2
166 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.17-r1.ebuild,v 1.1 2010/01/24 10:18:17 grobian Exp $
167 +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.17-r1.ebuild,v 1.2 2010/10/06 07:45:27 grobian Exp $
168
169 inherit eutils flag-o-matic autotools prefix
170
171 @@ -18,11 +18,12 @@
172 IUSE="catalogs doc"
173 RESTRICT="test"
174
175 -# we need gettext because we run autoconf
176 -DEPEND=">=sys-libs/ncurses-5.1
177 +# we need gettext because we run autoconf (AM_ICONV)
178 +RDEPEND=">=sys-libs/ncurses-5.1
179 + virtual/libiconv"
180 +DEPEND="${RDEPEND}
181 sys-devel/gettext
182 doc? ( dev-lang/perl )"
183 -RDEPEND="${DEPEND}"
184
185 S=${WORKDIR}/${MY_P}
186 CONFDIR=${WORKDIR}/tcsh-gentoo-patches-r${CONFVER}