Gentoo Archives: gentoo-dev

From: Donnie Berkholz <dberkholz@g.o>
To: gentoo-dev@l.g.o, markusle@g.o
Subject: [gentoo-dev] Re: [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 16:31:19
Message-Id: 20071024162813.GD29642@supernova
1 On 12:50 Wed 24 Oct , Markus Dittrich (markusle) wrote:
2 > 1.1 sci-mathematics/calc/calc-2.12.2.2.ebuild
3 >
4 > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/calc/calc-2.12.2.2.ebuild?rev=1.1&view=markup
5 > 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
6
7 > src_compile() {
8 > make \
9
10 If emake doesn't work, please add a comment to that effect.
11
12 > T="${D}" \
13 > DEBUG="${CFLAGS}" \
14 > CALCPAGER=less \
15 > USE_READLINE="-DUSE_READLINE" \
16 > READLINE_LIB="-lreadline -lhistory -lncurses" \
17 > all \
18 > || die
19 > if echo "${LD_PRELOAD}" | grep -q "sandbox"; then
20 > ewarn "Can't run check when running in sandbox - see bug #59676"
21 > else
22 > make chk || die "Check failed"
23
24 Shouldn't this 'make chk' bit be in src_test() ?
25
26 > fi
27 > }
28 >
29 > src_install() {
30 > make T="${D}" install || die
31
32 If emake doesn't work, please add a comment to that effect.
33
34 Thanks,
35 Donnie
36 --
37 gentoo-dev@g.o mailing list