summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-06-21 09:06:22 +0000
committerJustin Lecher <jlec@gentoo.org>2011-06-21 09:06:22 +0000
commitcba852f4b9016dce1f5de3b331dd440586bf85fb (patch)
tree975b0f1a86451b9a3cc7dfc623dfe0275cd34b12 /sci-chemistry/makecif
parentAdded fortran-2.eclass support (diff)
downloadgentoo-2-cba852f4b9016dce1f5de3b331dd440586bf85fb.tar.gz
gentoo-2-cba852f4b9016dce1f5de3b331dd440586bf85fb.tar.bz2
gentoo-2-cba852f4b9016dce1f5de3b331dd440586bf85fb.zip
Added fortran-2.eclass support
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/makecif')
-rw-r--r--sci-chemistry/makecif/ChangeLog5
-rw-r--r--sci-chemistry/makecif/makecif-5.6.6.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/makecif/ChangeLog b/sci-chemistry/makecif/ChangeLog
index eaf03b402799..0a08e49ac320 100644
--- a/sci-chemistry/makecif/ChangeLog
+++ b/sci-chemistry/makecif/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/makecif
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/makecif/ChangeLog,v 1.7 2011/01/16 11:17:56 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/makecif/ChangeLog,v 1.8 2011/06/21 09:06:22 jlec Exp $
+
+ 21 Jun 2011; Justin Lecher <jlec@gentoo.org> makecif-5.6.6.ebuild:
+ Added fortran-2.eclass support
16 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> makecif-5.6.6.ebuild:
marked ~ppc wrt #303931
diff --git a/sci-chemistry/makecif/makecif-5.6.6.ebuild b/sci-chemistry/makecif/makecif-5.6.6.ebuild
index 74bb28d15a0d..41e8f67a8fa1 100644
--- a/sci-chemistry/makecif/makecif-5.6.6.ebuild
+++ b/sci-chemistry/makecif/makecif-5.6.6.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/makecif/makecif-5.6.6.ebuild,v 1.7 2011/01/16 11:17:56 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/makecif/makecif-5.6.6.ebuild,v 1.8 2011/06/21 09:06:22 jlec Exp $
EAPI="3"
-inherit eutils toolchain-funcs
+inherit eutils fortran-2 toolchain-funcs
DESCRIPTION="PDB --> CIF convertor"
HOMEPAGE="http://www.ysbl.york.ac.uk/~alexei/makecif.html"