diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2007-03-15 17:04:05 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2007-03-15 17:04:05 +0000 |
commit | 67e483afebe91c3140e886811583d4b1485776df (patch) | |
tree | d5b7f1813d84b332387db00f8194b5a7e982417e /sci-chemistry | |
parent | Stable on ppc64; bug #170303 (diff) | |
download | gentoo-2-67e483afebe91c3140e886811583d4b1485776df.tar.gz gentoo-2-67e483afebe91c3140e886811583d4b1485776df.tar.bz2 gentoo-2-67e483afebe91c3140e886811583d4b1485776df.zip |
QA: Removed illegal use of ${ROOT}. Bug #168043
(Portage version: 2.1.2.1-r1)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/ccp4/ChangeLog | 6 | ||||
-rw-r--r-- | sci-chemistry/ccp4/ccp4-6.0.1-r1.ebuild | 8 | ||||
-rw-r--r-- | sci-chemistry/ccp4/ccp4-6.0.2.ebuild | 8 |
3 files changed, 13 insertions, 9 deletions
diff --git a/sci-chemistry/ccp4/ChangeLog b/sci-chemistry/ccp4/ChangeLog index dd77a5d8ab2e..4fd0bb01e486 100644 --- a/sci-chemistry/ccp4/ChangeLog +++ b/sci-chemistry/ccp4/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/ccp4 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4/ChangeLog,v 1.8 2007/01/06 22:24:57 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4/ChangeLog,v 1.9 2007/03/15 17:04:05 kugelfang Exp $ + + 15 Mar 2007; Danny van Dyk <kugelfang@gentoo.org> ccp4-6.0.1-r1.ebuild, + ccp4-6.0.2.ebuild: + QA: Removed illegal use of ${ROOT}. Bug #168043 06 Jan 2007; Danny van Dyk <kugelfang@gentoo.org> -ccp4-6.0.1.ebuild: QA: Removed unused versions. diff --git a/sci-chemistry/ccp4/ccp4-6.0.1-r1.ebuild b/sci-chemistry/ccp4/ccp4-6.0.1-r1.ebuild index 2f0b31dc3f17..6d907812c0c8 100644 --- a/sci-chemistry/ccp4/ccp4-6.0.1-r1.ebuild +++ b/sci-chemistry/ccp4/ccp4-6.0.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4/ccp4-6.0.1-r1.ebuild,v 1.2 2006/09/26 08:01:27 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4/ccp4-6.0.1-r1.ebuild,v 1.3 2007/03/15 17:04:05 kugelfang Exp $ inherit fortran eutils gnuconfig toolchain-funcs @@ -247,11 +247,11 @@ src_install() { # Get rid of S instances # Also the main clipper library is built as libclipper-core, not libclipper sed -i \ - -e "s:${S}:${ROOT}usr:g" \ + -e "s:${S}:usr:g" \ -e "s:lclipper :lclipper-core :g" \ ${S}/bin/clipper-config # sed -i \ -# -e "s:${S}:${ROOT}usr:g" \ +# -e "s:${S}:usr:g" \ # ${S}/$(get_libdir)/cctbx/cctbx_build/setpaths* # Bins diff --git a/sci-chemistry/ccp4/ccp4-6.0.2.ebuild b/sci-chemistry/ccp4/ccp4-6.0.2.ebuild index 092ff624ea02..89fd658ebc7e 100644 --- a/sci-chemistry/ccp4/ccp4-6.0.2.ebuild +++ b/sci-chemistry/ccp4/ccp4-6.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4/ccp4-6.0.2.ebuild,v 1.1 2006/11/24 10:45:41 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4/ccp4-6.0.2.ebuild,v 1.2 2007/03/15 17:04:05 kugelfang Exp $ inherit fortran eutils gnuconfig toolchain-funcs @@ -217,11 +217,11 @@ src_install() { # Get rid of S instances # Also the main clipper library is built as libclipper-core, not libclipper sed -i \ - -e "s:${S}:${ROOT}usr:g" \ + -e "s:${S}:$usr:g" \ -e "s:lclipper :lclipper-core :g" \ ${S}/bin/clipper-config # sed -i \ -# -e "s:${S}:${ROOT}usr:g" \ +# -e "s:${S}:usr:g" \ # ${S}/$(get_libdir)/cctbx/cctbx_build/setpaths* # Bins |