# 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.
-# 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
# 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
-# 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
# 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
# ChangeLog for sci-chemistry/cns
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/ChangeLog,v 1.5 2006/09/20 05:08:59 dberkholz Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/ChangeLog,v 1.6 2007/03/15 17:08:43 kugelfang Exp $
+
+ 15 Mar 2007; Danny van Dyk <kugelfang@gentoo.org> cns-1.1.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/cns/cns-1.1.ebuild,v 1.2 2006/07/09 07:15:35 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.1.ebuild,v 1.3 2007/03/15 17:08:43 kugelfang Exp $
inherit eutils fortran toolchain-funcs
src_install() {
# Install to locations resembling FHS
sed -i \
- -e "s:${S}:${ROOT}usr:g" \
- -e "s:^\(setenv CNS_SOLVE.*\):\1\nsetenv CNS_ROOT ${ROOT}usr:g" \
+ -e "s:${S}:usr:g" \
+ -e "s:^\(setenv CNS_SOLVE.*\):\1\nsetenv CNS_ROOT usr:g" \
-e "s:^\(setenv CNS_SOLVE.*\):\1\nsetenv CNS_DATA \$CNS_ROOT/share/data:g" \
-e "s:^\(setenv CNS_SOLVE.*\):\1\nsetenv CNS_DOC \$CNS_ROOT/share/doc/${PF}:g" \
-e "s:CNS_MODULE \$CNS_SOLVE/modules:CNS_MODULE \$CNS_DATA/modules:g" \