diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2007-03-15 17:14:26 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2007-03-15 17:14:26 +0000 |
commit | 3c80f3ccc80869e6484f6d803fe297f3c652d49f (patch) | |
tree | 6a60286e6d5a703bdbb8d0d0d92e1e8615cad011 /sci-chemistry/coot | |
parent | Stable on ppc64; bug #170414 (diff) | |
download | gentoo-2-3c80f3ccc80869e6484f6d803fe297f3c652d49f.tar.gz gentoo-2-3c80f3ccc80869e6484f6d803fe297f3c652d49f.tar.bz2 gentoo-2-3c80f3ccc80869e6484f6d803fe297f3c652d49f.zip |
QA: Removed illegal use of ${ROOT}. Bug #168043
(Portage version: 2.1.2.1-r1)
Diffstat (limited to 'sci-chemistry/coot')
-rw-r--r-- | sci-chemistry/coot/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/coot/coot-0.1.2.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-chemistry/coot/ChangeLog b/sci-chemistry/coot/ChangeLog index b44fca8e97cc..246c45742d97 100644 --- a/sci-chemistry/coot/ChangeLog +++ b/sci-chemistry/coot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/coot # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/ChangeLog,v 1.8 2007/01/06 22:27:48 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/ChangeLog,v 1.9 2007/03/15 17:14:26 kugelfang Exp $ + + 15 Mar 2007; Danny van Dyk <kugelfang@gentoo.org> coot-0.1.2.ebuild: + QA: Removed illegal use of ${ROOT}. Bug #168043 06 Jan 2007; Danny van Dyk <kugelfang@gentoo.org> -coot-0.1.2_pre1.ebuild: QA: Removed unused versions. diff --git a/sci-chemistry/coot/coot-0.1.2.ebuild b/sci-chemistry/coot/coot-0.1.2.ebuild index 4ee23c96ce1b..584599f77706 100644 --- a/sci-chemistry/coot/coot-0.1.2.ebuild +++ b/sci-chemistry/coot/coot-0.1.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/coot/coot-0.1.2.ebuild,v 1.2 2006/09/26 08:01:53 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.1.2.ebuild,v 1.3 2007/03/15 17:14:26 kugelfang Exp $ inherit autotools @@ -57,8 +57,8 @@ src_unpack() { # Fix where it looks for some binaries sed -i \ - -e "s:/y/people/emsley/coot/Linux/bin/probe.2.11.050121.linux.RH9:${ROOT}usr/bin/probe:g" \ - -e "s:/y/people/emsley/coot/Linux/bin/reduce.2.21.030604:${ROOT}usr/bin/reduce:g" \ + -e "s:/y/people/emsley/coot/Linux/bin/probe.2.11.050121.linux.RH9:/usr/bin/probe:g" \ + -e "s:/y/people/emsley/coot/Linux/bin/reduce.2.21.030604:/usr/bin/reduce:g" \ "${S}"/scheme/group-settings.scm cd "${S}" |