aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/f90cache')
-rw-r--r--dev-util/f90cache/Manifest3
-rw-r--r--dev-util/f90cache/f90cache-0.94.ebuild37
-rw-r--r--dev-util/f90cache/f90cache-0.95.ebuild37
-rw-r--r--dev-util/f90cache/f90cache-0.96.ebuild36
-rw-r--r--dev-util/f90cache/f90cache-0.99.ebuild4
5 files changed, 2 insertions, 115 deletions
diff --git a/dev-util/f90cache/Manifest b/dev-util/f90cache/Manifest
index 86132c626..5fc794694 100644
--- a/dev-util/f90cache/Manifest
+++ b/dev-util/f90cache/Manifest
@@ -1,4 +1 @@
-DIST f90cache-0.94.tar.bz2 64670 SHA256 0ddc06ad98dcfb2b4b2a45561eabdd9c31e872eaef83d0719d5546e5a1dd775b SHA512 bd36a20614e82a8728fbb5ba7897c13d6e59243a4fbb8878cfb8019ca4ee976280cfe8ba5a00c19b620756910f257cd7fe72de6bdfc06f4ee2f7f17c5f9b892d WHIRLPOOL c2509d420228eb839dc1a4e92c2de27a45a74ff45c660e3379f2b3ad8f12ffd9be5e13331cf898e66be9dd72833856aa2de46129c80b410b9e10dc168f7409d1
-DIST f90cache-0.95.tar.bz2 74843 SHA256 3976a15d99442f96d8a4d5f1d468339167a1e7538079b647f6ed2ef9e970a5b8 SHA512 21b19a1bc3b5b329eab3669cf5396085a454b6745d7c6f02ad73472be59346388953e62daaccd414df5b183eef580b6f5673ba16a012942bef160e1d6848f331 WHIRLPOOL 2cb69ff47125edf1d77049a3b466aba484ed2a9f0ad4c32a8b68596d93b7c62b70f77a142431c9a97066b5f7397b3432f8851edd45814bd9b00c447f79116bfe
-DIST f90cache-0.96.tar.bz2 60465 SHA256 b3cbf70ae0e9b11f632454b223243c0e0d32c29a22b002e20c3b42f4160e5f25 SHA512 b569c6e853ffc237e9a3d34e5fd14224d99483c2b96a27377350c5a02f922e37e1a8ffa46f93cb587e41d82e479d325c6d88e98de2c950e177780ce64a6f5470 WHIRLPOOL 618aaf8c465daddf3f1c6a7b72917042b785b2689b7cfb7dfb52f9c6b717b1cf5c4b613e43d36e47067f801e70360455b5439e68dfb63a3530f86e9e605121e6
DIST f90cache-0.99.tar.bz2 64842 SHA256 be3fe77b676bc784dd45b3f65b4a5db34d858ed29156b29d8da38b24585bda7d SHA512 f188d774faa364fd8379d5c42fe36c301e59f9fc2bf49cd273ba1da6e8219cb544ce9a22ccba4b3a645dedfa695abab5b1e2e5975a00ce4ae25b393c2b51b6f7 WHIRLPOOL 9f9664c0dcef4c8d0b5e6f4151d52046524cb6270a7a8720b61d734b30f46360839c7f88b40e31b08f5deae2623650601a242a6b507a771b4af5477966cfbfeb
diff --git a/dev-util/f90cache/f90cache-0.94.ebuild b/dev-util/f90cache/f90cache-0.94.ebuild
deleted file mode 100644
index ccdfc22f2..000000000
--- a/dev-util/f90cache/f90cache-0.94.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit fortran-2 multilib toolchain-funcs
-
-DESCRIPTION="a 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="~x86 ~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-util/ccache"
-
-src_prepare() {
- sed -i -e '/OBJS/s/CFLAGS/LDFLAGS/' -e '/strip/d' Makefile.in || die
-}
-
-src_install() {
- default
- dohtml web/*
-
- #we depend on ccache, put links in there so that portage fined it
- #TODO improve this
- dosym "/usr/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"
-}
diff --git a/dev-util/f90cache/f90cache-0.95.ebuild b/dev-util/f90cache/f90cache-0.95.ebuild
deleted file mode 100644
index 6698b217e..000000000
--- a/dev-util/f90cache/f90cache-0.95.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit fortran-2 multilib toolchain-funcs
-
-DESCRIPTION="a 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="~x86 ~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-util/ccache"
-
-src_prepare() {
- sed -i -e '/OBJS/s/CFLAGS/LDFLAGS/' -e '/strip/d' Makefile.in || die
-}
-
-src_install() {
- default
- dohtml web/*
-
- #we depend on ccache, put links in there so that portage fined it
- #TODO improve this
- dosym "/usr/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"
-}
diff --git a/dev-util/f90cache/f90cache-0.96.ebuild b/dev-util/f90cache/f90cache-0.96.ebuild
deleted file mode 100644
index 52bc38341..000000000
--- a/dev-util/f90cache/f90cache-0.96.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit fortran-2 multilib toolchain-funcs
-
-DESCRIPTION="a 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="~x86 ~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-util/ccache"
-
-src_prepare() {
- 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 "/usr/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"
-}
diff --git a/dev-util/f90cache/f90cache-0.99.ebuild b/dev-util/f90cache/f90cache-0.99.ebuild
index 6012e0ae6..fad4d4013 100644
--- a/dev-util/f90cache/f90cache-0.99.ebuild
+++ b/dev-util/f90cache/f90cache-0.99.ebuild
@@ -5,7 +5,7 @@ EAPI=6
inherit fortran-2 multilib toolchain-funcs
-DESCRIPTION="a compiler cache for fortran"
+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"
@@ -27,7 +27,7 @@ src_install() {
#we depend on ccache, put links in there so that portage find it
#TODO improve this
- dosym "/usr/bin/f90cache" "${ROOT}/usr/$(get_libdir)/ccache/bin/gfortran"
+ dosym ../../../bin/f90cache "${ROOT}/usr/$(get_libdir)/ccache/bin/gfortran"
}
pkg_postinst() {