# 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.
# 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
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
}
# ChangeLog for sci-chemistry/validation
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/validation/ChangeLog,v 1.9 2006/09/20 05:09:00 dberkholz Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/validation/ChangeLog,v 1.10 2007/03/15 22:01:27 kugelfang Exp $
+
+ 15 Mar 2007; Danny van Dyk <kugelfang@gentoo.org> validation-6.2.ebuild:
+ QA: Removed illegal use of ${ROOT}. Bug #168043
20 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; metadata.xml:
(#148281) Change herd to sci-chemistry from sci.
-# 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/validation/validation-6.2.ebuild,v 1.4 2006/09/07 00:50:32 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/validation/validation-6.2.ebuild,v 1.5 2007/03/15 22:01:27 kugelfang Exp $
inherit eutils toolchain-funcs multilib
sed -i \
-e "s:^\(CCC=\).*:\1$(tc-getCXX):g" \
- -e "s:^\(GINCLUDE=\).*:\1-I${ROOT}usr/include/rcsb:g" \
- -e "s:^\(LIBDIR=\).*:\1${ROOT}usr/$(get_libdir):g" \
+ -e "s:^\(GINCLUDE=\).*:\1-I/usr/include/rcsb:g" \
+ -e "s:^\(LIBDIR=\).*:\1/usr/$(get_libdir):g" \
${S}/etc/make.*
}