diff options
author | Marijn Schouten <hkbst@gentoo.org> | 2007-09-26 14:55:49 +0000 |
---|---|---|
committer | Marijn Schouten <hkbst@gentoo.org> | 2007-09-26 14:55:49 +0000 |
commit | bb7f87e21e3c9bed20ecf880b055a111d56d979d (patch) | |
tree | 7dd0514271ad5b1aaf70db1752cb9806139c2d72 /dev-scheme/bigloo | |
parent | Marked ~hppa too. (diff) | |
download | gentoo-2-bb7f87e21e3c9bed20ecf880b055a111d56d979d.tar.gz gentoo-2-bb7f87e21e3c9bed20ecf880b055a111d56d979d.tar.bz2 gentoo-2-bb7f87e21e3c9bed20ecf880b055a111d56d979d.zip |
remove obsolete workaround for src_test
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-scheme/bigloo')
-rw-r--r-- | dev-scheme/bigloo/bigloo-3.0b_p2.ebuild | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/dev-scheme/bigloo/bigloo-3.0b_p2.ebuild b/dev-scheme/bigloo/bigloo-3.0b_p2.ebuild index b85f9fbcbe66..122ba3dafa8f 100644 --- a/dev-scheme/bigloo/bigloo-3.0b_p2.ebuild +++ b/dev-scheme/bigloo/bigloo-3.0b_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/bigloo/bigloo-3.0b_p2.ebuild,v 1.1 2007/09/24 12:35:11 hkbst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/bigloo/bigloo-3.0b_p2.ebuild,v 1.2 2007/09/26 14:55:49 hkbst Exp $ inherit elisp-common multilib @@ -47,17 +47,6 @@ src_compile() { emake -j1 || die "emake failed" } -# "make test" does something weird so default src_test() in /usr/lib/portage/bin/ebuild.sh fails the following test -# elif emake -j1 test -n &> /dev/null; then -# so copy straight from default src_test() all the stuff which depends on that test passing -src_test() { - vecho ">>> Test phase [test]: ${CATEGORY}/${PF}" - if ! emake -j1 test; then - hasq test $FEATURES && die "Make test failed. See above for details." - hasq test $FEATURES || eerror "Make test failed. See above for details." - fi -} - src_install () { # dodir /etc/env.d # echo "LDPATH=/usr/$(get_libdir)/bigloo/${PV}/" > ${D}/etc/env.d/25bigloo |