commit:     c0f3402ab97996b743e480528eacd7ae8aad19be
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 18 18:22:35 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 19:49:16 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=c0f3402a

dev-util/f90cache: Fix repoman warnings

* Drop old

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-util/f90cache/f90cache-0.94.ebuild | 37 ----------------------------------
 dev-util/f90cache/f90cache-0.95.ebuild | 37 ----------------------------------
 dev-util/f90cache/f90cache-0.96.ebuild | 36 ---------------------------------
 dev-util/f90cache/f90cache-0.99.ebuild |  4 ++--
 4 files changed, 2 insertions(+), 112 deletions(-)

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() {

Reply via email to