aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/etsf_io/etsf_io-1.0.4-r1.ebuild')
-rw-r--r--sci-libs/etsf_io/etsf_io-1.0.4-r1.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/sci-libs/etsf_io/etsf_io-1.0.4-r1.ebuild b/sci-libs/etsf_io/etsf_io-1.0.4-r1.ebuild
deleted file mode 100644
index a7a0e6589..000000000
--- a/sci-libs/etsf_io/etsf_io-1.0.4-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit fortran-2 multilib
-
-DESCRIPTION="A library of F90 routines to read/write the ETSF file format"
-HOMEPAGE="http://www.etsf.eu/resources/software/libraries_and_tools/"
-SRC_URI="http://www.etsf.eu/system/files/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-IUSE="examples pic"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- || (
- sci-libs/netcdf[fortran]
- sci-libs/netcdf-fortran
- )
- virtual/fortran"
-DEPEND="${RDEPEND}"
-
-FORTRAN_STANDARD="90"
-
-src_configure() {
- # fortran 90 uses FCFLAGS
- export FCFLAGS="${FFLAGS:--O2}"
- use pic && export FCFLAGS="-fPIC ${FCFLAGS}"
- econf \
- $(use_enable examples build-tutorials) \
- --prefix="${EPREFIX}/usr" \
- --with-moduledir="${EPREFIX}/usr/include"
-}