summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-chemistry/ortep3/ChangeLog7
-rw-r--r--sci-chemistry/ortep3/ortep3-1.0.3-r1.ebuild14
2 files changed, 13 insertions, 8 deletions
diff --git a/sci-chemistry/ortep3/ChangeLog b/sci-chemistry/ortep3/ChangeLog
index 79f435ec8c92..645f465096ee 100644
--- a/sci-chemistry/ortep3/ChangeLog
+++ b/sci-chemistry/ortep3/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-chemistry/ortep3
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ortep3/ChangeLog,v 1.8 2010/12/16 15:20:57 jlec Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ortep3/ChangeLog,v 1.9 2011/06/21 09:46:29 jlec Exp $
+
+ 21 Jun 2011; Justin Lecher <jlec@gentoo.org> ortep3-1.0.3-r1.ebuild:
+ Added fortran-2.eclass support
16 Dec 2010; Justin Lecher <jlec@gentoo.org> ortep3-1.0.3-r1.ebuild:
Removal of fortran.eclass, #348851
diff --git a/sci-chemistry/ortep3/ortep3-1.0.3-r1.ebuild b/sci-chemistry/ortep3/ortep3-1.0.3-r1.ebuild
index c8fb035eaa5b..af088bd60a10 100644
--- a/sci-chemistry/ortep3/ortep3-1.0.3-r1.ebuild
+++ b/sci-chemistry/ortep3/ortep3-1.0.3-r1.ebuild
@@ -1,16 +1,18 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ortep3/ortep3-1.0.3-r1.ebuild,v 1.2 2010/12/16 15:20:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ortep3/ortep3-1.0.3-r1.ebuild,v 1.3 2011/06/21 09:46:29 jlec Exp $
-inherit toolchain-funcs
+EAPI=4
+
+inherit fortran-2 toolchain-funcs
DESCRIPTION="Thermal ellipsoid plot program for crystal structure illustrations"
HOMEPAGE="http://www.ornl.gov/sci/ortep/"
SRC_URI="ftp://ftp.ornl.gov/pub/ortep/src/ortep.f"
-LICENSE="public-domain"
SLOT="0"
-KEYWORDS="~x86"
+LICENSE="public-domain"
+KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
@@ -31,5 +33,5 @@ src_compile() {
}
src_install() {
- dobin ${PN} || die
+ dobin ${PN}
}