diff options
author | 2007-03-15 21:58:21 +0000 | |
---|---|---|
committer | 2007-03-15 21:58:21 +0000 | |
commit | edd5abd7ec26e8e0dcbc011379757c50d1027669 (patch) | |
tree | 8e33a11b44004a8e7a696512fad19f382579c9c8 /sci-chemistry/sparky | |
parent | Install menu entry, bug #160263 (diff) | |
download | gentoo-2-edd5abd7ec26e8e0dcbc011379757c50d1027669.tar.gz gentoo-2-edd5abd7ec26e8e0dcbc011379757c50d1027669.tar.bz2 gentoo-2-edd5abd7ec26e8e0dcbc011379757c50d1027669.zip |
QA: Removed illegal use of ${ROOT}. Bug #168043
(Portage version: 2.1.2.1-r1)
Diffstat (limited to 'sci-chemistry/sparky')
-rw-r--r-- | sci-chemistry/sparky/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/sparky/sparky-3.111.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-chemistry/sparky/ChangeLog b/sci-chemistry/sparky/ChangeLog index b24caaa63069..4fd43070b069 100644 --- a/sci-chemistry/sparky/ChangeLog +++ b/sci-chemistry/sparky/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/sparky # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/ChangeLog,v 1.7 2007/02/22 14:23:16 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/ChangeLog,v 1.8 2007/03/15 21:58:21 kugelfang Exp $ + + 15 Mar 2007; Danny van Dyk <kugelfang@gentoo.org> sparky-3.111.ebuild: + QA: Removed illegal use of ${ROOT}. Bug #168043 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> sparky-3.111.ebuild: Fix SRC_URI. Transition to Manifest2. diff --git a/sci-chemistry/sparky/sparky-3.111.ebuild b/sci-chemistry/sparky/sparky-3.111.ebuild index ea08e97ff100..37c2b758b258 100644 --- a/sci-chemistry/sparky/sparky-3.111.ebuild +++ b/sci-chemistry/sparky/sparky-3.111.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/sci-chemistry/sparky/sparky-3.111.ebuild,v 1.4 2007/02/22 14:23:16 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/sparky-3.111.ebuild,v 1.5 2007/03/15 21:58:21 kugelfang Exp $ inherit eutils toolchain-funcs multilib python @@ -64,8 +64,8 @@ src_unpack() { epatch ${FILESDIR}/fix-install.patch sed -i \ - -e "s:^\(set PYTHON[[:space:]]*=\).*:\1 ${ROOT}usr/bin/python${PYVER}:g" \ - -e "s:^\(setenv TCLTK_LIB[[:space:]]*\).*:\1 ${ROOT}usr/$(get_libdir):g" \ + -e "s:^\(set PYTHON[[:space:]]*=\).*:\1 /usr/bin/python${PYVER}:g" \ + -e "s:^\(setenv TCLTK_LIB[[:space:]]*\).*:\1 /usr/$(get_libdir):g" \ ${S}/bin/sparky } |