Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/calc: calc-2.12.1.5.ebuild ChangeLog calc-2.11.9.3.ebuild calc-2.11.10.1.ebuild calc-2.12.2.2.ebuild
Date: Wed, 24 Oct 2007 12:50:35
Message-Id: E1Ikfgq-0008HG-RE@stork.gentoo.org
1 markusle 07/10/24 12:50:28
2
3 Modified: calc-2.12.1.5.ebuild ChangeLog calc-2.11.9.3.ebuild
4 calc-2.11.10.1.ebuild
5 Added: calc-2.12.2.2.ebuild
6 Log:
7 Fixed incorrect RDEPEND (see bug 196654) and bumped to most recent version.
8 (Portage version: 2.1.3.15)
9
10 Revision Changes Path
11 1.4 sci-mathematics/calc/calc-2.12.1.5.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/calc/calc-2.12.1.5.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/calc/calc-2.12.1.5.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/calc/calc-2.12.1.5.ebuild?r1=1.3&r2=1.4
16
17 Index: calc-2.12.1.5.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/calc/calc-2.12.1.5.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- calc-2.12.1.5.ebuild 2 Aug 2007 14:04:25 -0000 1.3
24 +++ calc-2.12.1.5.ebuild 24 Oct 2007 12:50:28 -0000 1.4
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2007 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/calc-2.12.1.5.ebuild,v 1.3 2007/08/02 14:04:25 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/calc-2.12.1.5.ebuild,v 1.4 2007/10/24 12:50:28 markusle Exp $
30
31 DESCRIPTION="An arbitrary precision C-like arithmetic system"
32 HOMEPAGE="http://www.isthe.com/chongo/tech/comp/calc/"
33 @@ -15,11 +15,12 @@
34 DEPEND=">=sys-libs/ncurses-5.2
35 >=sys-libs/readline-4.2"
36
37 -RDEPEND=">=sys-apps/less-348"
38 +RDEPEND="${DEPEND}
39 + >=sys-apps/less-348"
40
41 src_compile() {
42 make \
43 - T=${D} \
44 + T="${D}" \
45 DEBUG="${CFLAGS}" \
46 CALCPAGER=less \
47 USE_READLINE="-DUSE_READLINE" \
48 @@ -34,6 +35,6 @@
49 }
50
51 src_install() {
52 - make T=${D} install || die
53 - dodoc BUGS CHANGES COPYING COPYING-LGPL LIBRARY README
54 + make T="${D}" install || die
55 + dodoc BUGS CHANGES LIBRARY README
56 }
57
58
59
60 1.13 sci-mathematics/calc/ChangeLog
61
62 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/calc/ChangeLog?rev=1.13&view=markup
63 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/calc/ChangeLog?rev=1.13&content-type=text/plain
64 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/calc/ChangeLog?r1=1.12&r2=1.13
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/calc/ChangeLog,v
69 retrieving revision 1.12
70 retrieving revision 1.13
71 diff -u -r1.12 -r1.13
72 --- ChangeLog 2 Aug 2007 14:04:25 -0000 1.12
73 +++ ChangeLog 24 Oct 2007 12:50:28 -0000 1.13
74 @@ -1,6 +1,13 @@
75 # ChangeLog for sci-mathematics/calc
76 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/ChangeLog,v 1.12 2007/08/02 14:04:25 armin76 Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/ChangeLog,v 1.13 2007/10/24 12:50:28 markusle Exp $
79 +
80 +*calc-2.12.2.2 (24 Oct 2007)
81 +
82 + 24 Oct 2007; Markus Dittrich <markusle@g.o> calc-2.12.1.5.ebuild,
83 + +files/calc-2.12.2.2-libdir-fix.patch, +calc-2.12.2.2.ebuild:
84 + Fixed incorrect RDEPEND (see bug 196654) and bumped to most recent
85 + version.
86
87 02 Aug 2007; Raúl Porcel <armin76@g.o> calc-2.12.1.5.ebuild:
88 alpha stable
89
90
91
92 1.3 sci-mathematics/calc/calc-2.11.9.3.ebuild
93
94 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/calc/calc-2.11.9.3.ebuild?rev=1.3&view=markup
95 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/calc/calc-2.11.9.3.ebuild?rev=1.3&content-type=text/plain
96 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/calc/calc-2.11.9.3.ebuild?r1=1.2&r2=1.3
97
98 Index: calc-2.11.9.3.ebuild
99 ===================================================================
100 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/calc/calc-2.11.9.3.ebuild,v
101 retrieving revision 1.2
102 retrieving revision 1.3
103 diff -u -r1.2 -r1.3
104 --- calc-2.11.9.3.ebuild 16 Sep 2005 07:43:52 -0000 1.2
105 +++ calc-2.11.9.3.ebuild 24 Oct 2007 12:50:28 -0000 1.3
106 @@ -1,6 +1,6 @@
107 -# Copyright 1999-2005 Gentoo Foundation
108 +# Copyright 1999-2007 Gentoo Foundation
109 # Distributed under the terms of the GNU General Public License v2
110 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/calc-2.11.9.3.ebuild,v 1.2 2005/09/16 07:43:52 agriffis Exp $
111 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/calc-2.11.9.3.ebuild,v 1.3 2007/10/24 12:50:28 markusle Exp $
112
113 DESCRIPTION="An arbitrary precision C-like arithmetic system"
114 HOMEPAGE="http://www.isthe.com/chongo/tech/comp/calc/"
115 @@ -19,7 +19,7 @@
116
117 src_compile() {
118 make \
119 - T=${D} \
120 + T="${D}" \
121 DEBUG="${CFLAGS}" \
122 CALCPAGER=less \
123 USE_READLINE="-DUSE_READLINE" \
124 @@ -34,6 +34,6 @@
125 }
126
127 src_install() {
128 - make T=${D} install || die
129 + make T="${D}" install || die
130 dodoc BUGS CHANGES COPYING COPYING-LGPL LIBRARY README
131 }
132
133
134
135 1.7 sci-mathematics/calc/calc-2.11.10.1.ebuild
136
137 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/calc/calc-2.11.10.1.ebuild?rev=1.7&view=markup
138 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/calc/calc-2.11.10.1.ebuild?rev=1.7&content-type=text/plain
139 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/calc/calc-2.11.10.1.ebuild?r1=1.6&r2=1.7
140
141 Index: calc-2.11.10.1.ebuild
142 ===================================================================
143 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/calc/calc-2.11.10.1.ebuild,v
144 retrieving revision 1.6
145 retrieving revision 1.7
146 diff -u -r1.6 -r1.7
147 --- calc-2.11.10.1.ebuild 28 Jun 2006 02:19:02 -0000 1.6
148 +++ calc-2.11.10.1.ebuild 24 Oct 2007 12:50:28 -0000 1.7
149 @@ -1,6 +1,6 @@
150 -# Copyright 1999-2006 Gentoo Foundation
151 +# Copyright 1999-2007 Gentoo Foundation
152 # Distributed under the terms of the GNU General Public License v2
153 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/calc-2.11.10.1.ebuild,v 1.6 2006/06/28 02:19:02 metalgod Exp $
154 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/calc-2.11.10.1.ebuild,v 1.7 2007/10/24 12:50:28 markusle Exp $
155
156 DESCRIPTION="An arbitrary precision C-like arithmetic system"
157 HOMEPAGE="http://www.isthe.com/chongo/tech/comp/calc/"
158 @@ -19,7 +19,7 @@
159
160 src_compile() {
161 make \
162 - T=${D} \
163 + T="${D}" \
164 DEBUG="${CFLAGS}" \
165 CALCPAGER=less \
166 USE_READLINE="-DUSE_READLINE" \
167 @@ -34,6 +34,6 @@
168 }
169
170 src_install() {
171 - make T=${D} install || die
172 + make T="${D}" install || die
173 dodoc BUGS CHANGES COPYING COPYING-LGPL LIBRARY README
174 }
175
176
177
178 1.1 sci-mathematics/calc/calc-2.12.2.2.ebuild
179
180 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/calc/calc-2.12.2.2.ebuild?rev=1.1&view=markup
181 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/calc/calc-2.12.2.2.ebuild?rev=1.1&content-type=text/plain
182
183 Index: calc-2.12.2.2.ebuild
184 ===================================================================
185 # Copyright 1999-2007 Gentoo Foundation
186 # Distributed under the terms of the GNU General Public License v2
187 # $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/calc-2.12.2.2.ebuild,v 1.1 2007/10/24 12:50:28 markusle Exp $
188
189 inherit eutils
190
191 DESCRIPTION="An arbitrary precision C-like arithmetic system"
192 HOMEPAGE="http://www.isthe.com/chongo/tech/comp/calc/"
193 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
194
195 SLOT="0"
196 LICENSE="LGPL-2"
197 KEYWORDS="~alpha ~amd64 ~ppc ~ppc-macos ~x86"
198
199 IUSE=""
200
201 DEPEND=">=sys-libs/ncurses-5.2
202 >=sys-libs/readline-4.2"
203
204 RDEPEND="${DEPEND}
205 >=sys-apps/less-348"
206
207 src_unpack() {
208 unpack "${A}"
209 cd "${S}"
210 epatch "${FILESDIR}"/${P}-libdir-fix.patch
211 }
212
213 src_compile() {
214 make \
215 T="${D}" \
216 DEBUG="${CFLAGS}" \
217 CALCPAGER=less \
218 USE_READLINE="-DUSE_READLINE" \
219 READLINE_LIB="-lreadline -lhistory -lncurses" \
220 all \
221 || die
222 if echo "${LD_PRELOAD}" | grep -q "sandbox"; then
223 ewarn "Can't run check when running in sandbox - see bug #59676"
224 else
225 make chk || die "Check failed"
226 fi
227 }
228
229 src_install() {
230 make T="${D}" install || die
231 dodoc BUGS CHANGES LIBRARY README
232 }
233
234
235
236 --
237 gentoo-commits@g.o mailing list