aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/f90cache/f90cache-0.99.ebuild')
-rw-r--r--dev-util/f90cache/f90cache-0.99.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-util/f90cache/f90cache-0.99.ebuild b/dev-util/f90cache/f90cache-0.99.ebuild
deleted file mode 100644
index 1bc36389a..000000000
--- a/dev-util/f90cache/f90cache-0.99.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit fortran-2 multilib toolchain-funcs
-
-DESCRIPTION="Compiler cache for fortran"
-HOMEPAGE="http://people.irisa.fr/Edouard.Canot/f90cache/"
-SRC_URI="http://people.irisa.fr/Edouard.Canot/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-util/ccache"
-
-src_prepare() {
- default
- sed -i -e '/OBJS/s/CFLAGS/LDFLAGS/' -e '/strip/d' Makefile.in || die
-}
-
-src_install() {
- default
-
- #we depend on ccache, put links in there so that portage find it
- #TODO improve this
- dosym ../../../bin/f90cache "${ROOT}/usr/$(get_libdir)/ccache/bin/gfortran"
-}
-
-pkg_postinst() {
- elog "Please add F90CACHE_DIR=\"${ROOT%/}/var/tmp/f90cache\""
- elog "to your make.conf otherwise f90cache files end up in"
- elog "home of the user executing portage"
-}