diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-06-21 06:55:41 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-06-21 06:55:41 +0000 |
commit | 324776cc51f4420c26a8e2808fe9b5a261a098e9 (patch) | |
tree | 2dc67f10cc5fff00feb0ecab5c83bfbc41d236ea /sci-chemistry/tinker | |
parent | Bump. (#131638) Add X USE flag to pull in external x11-misc/xsel. Adds lots o... (diff) | |
download | gentoo-2-324776cc51f4420c26a8e2808fe9b5a261a098e9.tar.gz gentoo-2-324776cc51f4420c26a8e2808fe9b5a261a098e9.tar.bz2 gentoo-2-324776cc51f4420c26a8e2808fe9b5a261a098e9.zip |
Port to gcc4.
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'sci-chemistry/tinker')
-rw-r--r-- | sci-chemistry/tinker/ChangeLog | 7 | ||||
-rw-r--r-- | sci-chemistry/tinker/files/digest-tinker-4.2 | 2 | ||||
-rw-r--r-- | sci-chemistry/tinker/tinker-4.2.ebuild | 8 |
3 files changed, 11 insertions, 6 deletions
diff --git a/sci-chemistry/tinker/ChangeLog b/sci-chemistry/tinker/ChangeLog index 2300ccb44e35..6245baf03c88 100644 --- a/sci-chemistry/tinker/ChangeLog +++ b/sci-chemistry/tinker/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/tinker -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/tinker/ChangeLog,v 1.2 2005/12/03 20:29:18 spyderous Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/tinker/ChangeLog,v 1.3 2006/06/21 06:55:41 spyderous Exp $ + + 21 Jun 2006; Donnie Berkholz <spyderous@gentoo.org>; tinker-4.2.ebuild: + Port to gcc4. 03 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; tinker-4.2.ebuild: Note that tinker script has hardcoded blackdown in it. This is needed diff --git a/sci-chemistry/tinker/files/digest-tinker-4.2 b/sci-chemistry/tinker/files/digest-tinker-4.2 index 3381b743c27f..a38c18473b35 100644 --- a/sci-chemistry/tinker/files/digest-tinker-4.2 +++ b/sci-chemistry/tinker/files/digest-tinker-4.2 @@ -1 +1,3 @@ MD5 5618d8a373896f00e452b137200223fd tinker.tar.gz 8177555 +RMD160 95f904f03f6a1767bbf73b00f326d19a164b7a1c tinker.tar.gz 8177555 +SHA256 ad0cc9782dabdb0cce490fe26508761a36078e741f019090cbaa3e6cacf71055 tinker.tar.gz 8177555 diff --git a/sci-chemistry/tinker/tinker-4.2.ebuild b/sci-chemistry/tinker/tinker-4.2.ebuild index cdf8247c017c..b77f61ecd7f1 100644 --- a/sci-chemistry/tinker/tinker-4.2.ebuild +++ b/sci-chemistry/tinker/tinker-4.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/tinker/tinker-4.2.ebuild,v 1.2 2005/12/03 20:29:18 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/tinker/tinker-4.2.ebuild,v 1.3 2006/06/21 06:55:41 spyderous Exp $ inherit fortran toolchain-funcs -FORTRAN="ifc g77" +FORTRAN="g77 gfortran ifc" DESCRIPTION="TINKER is a molecular modeling package that includes force fields for handing large molecules and large systems, such as AMBER and CHARMM. A Java based visualization front end is included." HOMEPAGE="http://dasher.wustl.edu/tinker/" @@ -43,7 +43,7 @@ src_compile() { cp ../apple/gnu/* . elif [ "${FORTRANC}" = "ifc" ]; then cp ../linux/intel/* . - elif [ "${FORTRANC}" = "g77" ]; then + else cp ../linux/gnu/* . fi |