summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-12-19 01:28:25 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-12-19 01:28:25 +0000
commitdc338a7a5f77f5cc06ca869ca96112a993583d0b (patch)
tree455c4e669fa4ac81ca4f508f47084fe8e6db6248 /sci-chemistry
parentAdd a set of tools used by the PDB for processing and checking structure data. (diff)
downloadgentoo-2-dc338a7a5f77f5cc06ca869ca96112a993583d0b.tar.gz
gentoo-2-dc338a7a5f77f5cc06ca869ca96112a993583d0b.tar.bz2
gentoo-2-dc338a7a5f77f5cc06ca869ca96112a993583d0b.zip
Remove commented-out sections.
(Portage version: 2.0.53)
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/validation/ChangeLog6
-rw-r--r--sci-chemistry/validation/validation-8.061.ebuild13
2 files changed, 6 insertions, 13 deletions
diff --git a/sci-chemistry/validation/ChangeLog b/sci-chemistry/validation/ChangeLog
index 3a643f55eae1..bcc3f5033059 100644
--- a/sci-chemistry/validation/ChangeLog
+++ b/sci-chemistry/validation/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-chemistry/validation
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/validation/ChangeLog,v 1.1 2005/12/19 01:27:20 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/validation/ChangeLog,v 1.2 2005/12/19 01:28:25 spyderous Exp $
+
+ 19 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ validation-8.061.ebuild:
+ Remove commented-out sections.
*validation-8.061 (19 Dec 2005)
diff --git a/sci-chemistry/validation/validation-8.061.ebuild b/sci-chemistry/validation/validation-8.061.ebuild
index 9b76ddee9f81..d341a51110d0 100644
--- a/sci-chemistry/validation/validation-8.061.ebuild
+++ b/sci-chemistry/validation/validation-8.061.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/validation/validation-8.061.ebuild,v 1.1 2005/12/19 01:27:20 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/validation/validation-8.061.ebuild,v 1.2 2005/12/19 01:28:25 spyderous Exp $
inherit eutils toolchain-funcs
@@ -24,17 +24,6 @@ src_unpack() {
sed -i \
-e "s:^\(CCC=\).*:\1$(tc-getCXX):g" \
${S}/etc/make.*
-
-# -e "s:^\(CC=\).*:\1$(tc-getCC):g" \
-# -e "s:^\(F77=\).*:\1${FORTRANC}:g" \
-# -e "s:^\(F77_LINKER=\).*:\1${FORTRANC}:g" \
-
-# Do this with a patch
-# # Respect flags
-# sed -i \
-# -e "s:\(\"OPT=-O\"\):\"C_OPT=\"${CFLAGS}\" CCC_OPT=\"${CXXFLAGS}\" F_OPT=\"${FFLAGS:- -O2}\"\":g" \
-# ${S}/Makefile
-
}
src_compile() {