diff options
author | 2011-01-16 11:06:01 +0000 | |
---|---|---|
committer | 2011-01-16 11:06:01 +0000 | |
commit | 89457dcbcc50ce85530a966f5c4a1c11c2a4bdb3 (patch) | |
tree | 13a2fe2f110eaefcb7760529a3b7e5cac5416164 /sci-chemistry/refmac | |
parent | marked ~ppc wrt #303931 (diff) | |
download | gentoo-2-89457dcbcc50ce85530a966f5c4a1c11c2a4bdb3.tar.gz gentoo-2-89457dcbcc50ce85530a966f5c4a1c11c2a4bdb3.tar.bz2 gentoo-2-89457dcbcc50ce85530a966f5c4a1c11c2a4bdb3.zip |
Source /etc/profile before testing
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/refmac')
-rw-r--r-- | sci-chemistry/refmac/ChangeLog | 6 | ||||
-rw-r--r-- | sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild | 3 | ||||
-rw-r--r-- | sci-chemistry/refmac/refmac-5.6.0097.ebuild | 3 | ||||
-rw-r--r-- | sci-chemistry/refmac/refmac-5.6.0098.ebuild | 3 | ||||
-rw-r--r-- | sci-chemistry/refmac/refmac-5.6.0099.ebuild | 3 |
5 files changed, 13 insertions, 5 deletions
diff --git a/sci-chemistry/refmac/ChangeLog b/sci-chemistry/refmac/ChangeLog index d53ade912998..14e59d94c70c 100644 --- a/sci-chemistry/refmac/ChangeLog +++ b/sci-chemistry/refmac/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/refmac # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/ChangeLog,v 1.35 2011/01/14 16:05:44 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/ChangeLog,v 1.36 2011/01/16 11:06:01 jlec Exp $ + + 16 Jan 2011; Justin Lecher <jlec@gentoo.org> refmac-5.5.0110-r2.ebuild, + refmac-5.6.0097.ebuild, refmac-5.6.0098.ebuild, refmac-5.6.0099.ebuild: + Source /etc/profile before testing *refmac-5.6.0099 (14 Jan 2011) diff --git a/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild b/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild index 0d8ccf9a73a8..cdf6689490bd 100644 --- a/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild +++ b/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild,v 1.4 2011/01/10 21:17:34 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/refmac-5.5.0110-r2.ebuild,v 1.5 2011/01/16 11:06:01 jlec Exp $ EAPI="2" @@ -53,6 +53,7 @@ src_compile() { src_test() { einfo "Starting tests ..." + source "${EPREFIX}/etc/profile" export PATH="${WORKDIR}/test-framework/scripts:${S}:${PATH}" export CCP4_TEST="${WORKDIR}"/test-framework export CCP4_SCR="${T}" diff --git a/sci-chemistry/refmac/refmac-5.6.0097.ebuild b/sci-chemistry/refmac/refmac-5.6.0097.ebuild index 85865ce92844..f06d756cf895 100644 --- a/sci-chemistry/refmac/refmac-5.6.0097.ebuild +++ b/sci-chemistry/refmac/refmac-5.6.0097.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/refmac-5.6.0097.ebuild,v 1.2 2011/01/10 21:17:34 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/refmac-5.6.0097.ebuild,v 1.3 2011/01/16 11:06:01 jlec Exp $ EAPI="2" @@ -54,6 +54,7 @@ src_compile() { src_test() { einfo "Starting tests ..." + source "${EPREFIX}/etc/profile" export PATH="${WORKDIR}/test-framework/scripts:${S}:${PATH}" export CCP4_TEST="${WORKDIR}"/test-framework export CCP4_SCR="${T}" diff --git a/sci-chemistry/refmac/refmac-5.6.0098.ebuild b/sci-chemistry/refmac/refmac-5.6.0098.ebuild index 133515bae4a6..04b4624e2254 100644 --- a/sci-chemistry/refmac/refmac-5.6.0098.ebuild +++ b/sci-chemistry/refmac/refmac-5.6.0098.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/refmac-5.6.0098.ebuild,v 1.1 2011/01/11 14:12:34 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/refmac-5.6.0098.ebuild,v 1.2 2011/01/16 11:06:01 jlec Exp $ EAPI="2" @@ -54,6 +54,7 @@ src_compile() { src_test() { einfo "Starting tests ..." + source "${EPREFIX}/etc/profile" export PATH="${WORKDIR}/test-framework/scripts:${S}:${PATH}" export CCP4_TEST="${WORKDIR}"/test-framework export CCP4_SCR="${T}" diff --git a/sci-chemistry/refmac/refmac-5.6.0099.ebuild b/sci-chemistry/refmac/refmac-5.6.0099.ebuild index 655e041d4be8..37ce3b12593a 100644 --- a/sci-chemistry/refmac/refmac-5.6.0099.ebuild +++ b/sci-chemistry/refmac/refmac-5.6.0099.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/refmac-5.6.0099.ebuild,v 1.1 2011/01/14 16:05:44 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/refmac-5.6.0099.ebuild,v 1.2 2011/01/16 11:06:01 jlec Exp $ EAPI="2" @@ -54,6 +54,7 @@ src_compile() { src_test() { einfo "Starting tests ..." + source "${EPREFIX}/etc/profile" export PATH="${WORKDIR}/test-framework/scripts:${S}:${PATH}" export CCP4_TEST="${WORKDIR}"/test-framework export CCP4_SCR="${T}" |