summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-06-21 09:13:12 +0000
committerJustin Lecher <jlec@gentoo.org>2011-06-21 09:13:12 +0000
commit204e5b346e1ecf42793669fcfc29d62dbbd68a57 (patch)
tree0f59d6decf85fb637e95a56b47bee14aa5dfcdde /sci-chemistry/molrep
parentAdded fortran-2.eclass support (diff)
downloadhistorical-204e5b346e1ecf42793669fcfc29d62dbbd68a57.tar.gz
historical-204e5b346e1ecf42793669fcfc29d62dbbd68a57.tar.bz2
historical-204e5b346e1ecf42793669fcfc29d62dbbd68a57.zip
Added fortran-2.eclass support
Package-Manager: portage-2.2.0_alpha41/cvs/Linux x86_64
Diffstat (limited to 'sci-chemistry/molrep')
-rw-r--r--sci-chemistry/molrep/ChangeLog5
-rw-r--r--sci-chemistry/molrep/molrep-11.0.02.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/molrep/ChangeLog b/sci-chemistry/molrep/ChangeLog
index a71070cd2e71..16a3fa0b6586 100644
--- a/sci-chemistry/molrep/ChangeLog
+++ b/sci-chemistry/molrep/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/molrep
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molrep/ChangeLog,v 1.14 2011/01/31 19:43:12 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molrep/ChangeLog,v 1.15 2011/06/21 09:07:02 jlec Exp $
+
+ 21 Jun 2011; Justin Lecher <jlec@gentoo.org> molrep-11.0.02.ebuild:
+ Added fortran-2.eclass support
31 Jan 2011; Christian Faulhammer <fauli@gentoo.org>
molrep-11.0.02.ebuild:
diff --git a/sci-chemistry/molrep/molrep-11.0.02.ebuild b/sci-chemistry/molrep/molrep-11.0.02.ebuild
index 811736cb4ca0..fc0a41d6ad1a 100644
--- a/sci-chemistry/molrep/molrep-11.0.02.ebuild
+++ b/sci-chemistry/molrep/molrep-11.0.02.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/molrep/molrep-11.0.02.ebuild,v 1.4 2011/01/31 19:43:12 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/molrep/molrep-11.0.02.ebuild,v 1.5 2011/06/21 09:07:02 jlec Exp $
EAPI="3"
-inherit eutils multilib toolchain-funcs
+inherit eutils fortran-2 multilib toolchain-funcs
DESCRIPTION="molecular replacement program"
HOMEPAGE="http://www.ysbl.york.ac.uk/~alexei/molrep.html"