diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 09:12:05 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 09:12:05 +0000 |
commit | 71c426683cd44ad8b1bd084d21fe2fb11049f248 (patch) | |
tree | c536a6c55811879ea6fa9e4f60b4f22d5281c5db /sci-chemistry/sfcheck | |
parent | Added fortran-2.eclass support (diff) | |
download | gentoo-2-71c426683cd44ad8b1bd084d21fe2fb11049f248.tar.gz gentoo-2-71c426683cd44ad8b1bd084d21fe2fb11049f248.tar.bz2 gentoo-2-71c426683cd44ad8b1bd084d21fe2fb11049f248.zip |
Added fortran-2.eclass support
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/sfcheck')
-rw-r--r-- | sci-chemistry/sfcheck/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/sfcheck/sfcheck-7.03.18-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/sfcheck/ChangeLog b/sci-chemistry/sfcheck/ChangeLog index d01eb226ac6d..e90b83d80385 100644 --- a/sci-chemistry/sfcheck/ChangeLog +++ b/sci-chemistry/sfcheck/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/sfcheck # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sfcheck/ChangeLog,v 1.8 2011/01/18 16:16:12 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sfcheck/ChangeLog,v 1.9 2011/06/21 09:12:05 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> sfcheck-7.03.18-r1.ebuild: + Added fortran-2.eclass support 18 Jan 2011; Thomas Kahle <tomka@gentoo.org> sfcheck-7.03.18-r1.ebuild: x86 stable per bug 351754 diff --git a/sci-chemistry/sfcheck/sfcheck-7.03.18-r1.ebuild b/sci-chemistry/sfcheck/sfcheck-7.03.18-r1.ebuild index 6ccfc2f62ce6..53ffd272be3b 100644 --- a/sci-chemistry/sfcheck/sfcheck-7.03.18-r1.ebuild +++ b/sci-chemistry/sfcheck/sfcheck-7.03.18-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sfcheck/sfcheck-7.03.18-r1.ebuild,v 1.4 2011/01/18 16:16:12 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sfcheck/sfcheck-7.03.18-r1.ebuild,v 1.5 2011/06/21 09:12:05 jlec Exp $ EAPI="2" -inherit eutils toolchain-funcs +inherit eutils fortran-2 toolchain-funcs DESCRIPTION="Program for assessing the agreement between the atomic model and X-ray data or EM map" HOMEPAGE="http://www.ysbl.york.ac.uk/~alexei/sfcheck.html" |