aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/simpson/simpson-3.0.1.ebuild')
-rw-r--r--sci-chemistry/simpson/simpson-3.0.1.ebuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/sci-chemistry/simpson/simpson-3.0.1.ebuild b/sci-chemistry/simpson/simpson-3.0.1.ebuild
index 16c6ee870..3a7f74543 100644
--- a/sci-chemistry/simpson/simpson-3.0.1.ebuild
+++ b/sci-chemistry/simpson/simpson-3.0.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="3"
+EAPI=4
-inherit autotools eutils prefix
+inherit eutils prefix
DESCRIPTION="General-purpose software package for simulation virtually all kinds of solid-state NMR experiments"
HOMEPAGE="http://bionmr.chem.au.dk/bionmr/software/index.php"
@@ -13,7 +13,7 @@ SRC_URI="http://www.bionmr.chem.au.dk/download/${PN}/3.0/${PN}-source-${PV}.tgz"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux"
LICENSE="GPL-2"
-IUSE="threads gtk tk"
+IUSE="gtk threads tk"
RDEPEND="
dev-libs/libf2c
@@ -35,10 +35,9 @@ src_prepare() {
src_compile() {
emake \
CC="$(tc-getCC)" \
- CFLAGS="${CFLAGS}" \
- || die
+ CFLAGS="${CFLAGS}"
}
src_install() {
- dobin ${PN} || die
+ dobin ${PN}
}