Gentoo Archives: gentoo-commits

From: "Marijn Schouten (hkbst)" <hkbst@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-scheme/bigloo: bigloo-3.0b_p2.ebuild
Date: Wed, 26 Sep 2007 15:04:24
Message-Id: E1IaYIo-00074r-EN@stork.gentoo.org
1 hkbst 07/09/26 14:55:50
2
3 Modified: bigloo-3.0b_p2.ebuild
4 Log:
5 remove obsolete workaround for src_test
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.2 dev-scheme/bigloo/bigloo-3.0b_p2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/bigloo/bigloo-3.0b_p2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/bigloo/bigloo-3.0b_p2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/bigloo/bigloo-3.0b_p2.ebuild?r1=1.1&r2=1.2
14
15 Index: bigloo-3.0b_p2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-scheme/bigloo/bigloo-3.0b_p2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- bigloo-3.0b_p2.ebuild 24 Sep 2007 12:35:11 -0000 1.1
22 +++ bigloo-3.0b_p2.ebuild 26 Sep 2007 14:55:49 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/bigloo/bigloo-3.0b_p2.ebuild,v 1.1 2007/09/24 12:35:11 hkbst Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/bigloo/bigloo-3.0b_p2.ebuild,v 1.2 2007/09/26 14:55:49 hkbst Exp $
28
29 inherit elisp-common multilib
30
31 @@ -47,17 +47,6 @@
32 emake -j1 || die "emake failed"
33 }
34
35 -# "make test" does something weird so default src_test() in /usr/lib/portage/bin/ebuild.sh fails the following test
36 -# elif emake -j1 test -n &> /dev/null; then
37 -# so copy straight from default src_test() all the stuff which depends on that test passing
38 -src_test() {
39 - vecho ">>> Test phase [test]: ${CATEGORY}/${PF}"
40 - if ! emake -j1 test; then
41 - hasq test $FEATURES && die "Make test failed. See above for details."
42 - hasq test $FEATURES || eerror "Make test failed. See above for details."
43 - fi
44 -}
45 -
46 src_install () {
47 # dodir /etc/env.d
48 # echo "LDPATH=/usr/$(get_libdir)/bigloo/${PV}/" > ${D}/etc/env.d/25bigloo
49
50
51
52 --
53 gentoo-commits@g.o mailing list