From 844c0040e532e24842cd8c4525feec2fd2b2051c Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Fri, 7 Oct 2011 09:01:12 +0000 Subject: Moved to autotools-utils.eclass in order to have correct .a/la file handling, #385865 (Portage version: 2.2.0_alpha62/cvs/Linux x86_64) --- sci-chemistry/coot/ChangeLog | 8 +- sci-chemistry/coot/coot-0.6.2-r1.ebuild | 162 ++++++++++++++++++++++++++++++++ 2 files changed, 169 insertions(+), 1 deletion(-) create mode 100644 sci-chemistry/coot/coot-0.6.2-r1.ebuild (limited to 'sci-chemistry/coot') diff --git a/sci-chemistry/coot/ChangeLog b/sci-chemistry/coot/ChangeLog index 41fde89bbf92..256d1c1d4212 100644 --- a/sci-chemistry/coot/ChangeLog +++ b/sci-chemistry/coot/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-chemistry/coot # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/ChangeLog,v 1.43 2011/10/06 12:04:07 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/ChangeLog,v 1.44 2011/10/07 09:01:12 jlec Exp $ + +*coot-0.6.2-r1 (07 Oct 2011) + + 07 Oct 2011; Justin Lecher +coot-0.6.2-r1.ebuild: + Moved to autotools-utils.eclass in order to have correct .a/la file handling, + #385865 06 Oct 2011; Samuli Suominen coot-0.6.2.ebuild: Pass -Wl,--no-as-needed with USE="openmp" and command-line-greg.scm <<- EOF + (use-modules (ice-9 greg)) + (set! greg-tools (list "greg-tests")) + (set! greg-debug #t) + (set! greg-verbose 5) + (let ((r (greg-test-run))) + (if r + (coot-real-exit 0) + (coot-real-exit 1))) + EOF + + einfo "Running test with following paths ..." + einfo "COOT_STANDARD_RESIDUES $COOT_STANDARD_RESIDUES" + einfo "COOT_SCHEME_DIR $COOT_SCHEME_DIR" + einfo "COOT_RESOURCES_FILE $COOT_RESOURCES_FILE" + einfo "COOT_PIXMAPS_DIR $COOT_PIXMAPS_DIR" + einfo "COOT_DATA_DIR $COOT_DATA_DIR" + einfo "COOT_PYTHON_DIR $COOT_PYTHON_DIR" + einfo "PYTHONPATH $PYTHONPATH" + einfo "PYTHONHOME $PYTHONHOME" + einfo "CCP4_SCR ${CCP4_SCR}" + einfo "CLIBD_MON ${CLIBD_MON}" + einfo "SYMINFO ${SYMINFO}" + + "${S}"/src/coot-real --no-graphics --script command-line-greg.scm || die + "${S}"/src/coot-real --no-graphics --script python-tests/coot_unittest.py || die +} -- cgit v1.2.3-65-gdbad