From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1SqB5b-0000R3-TD for garchives@archives.gentoo.org; Sat, 14 Jul 2012 22:45:28 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA9F1E0630; Sat, 14 Jul 2012 22:45:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9CDBCE0630 for ; Sat, 14 Jul 2012 22:45:20 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 25F411B414E for ; Sat, 14 Jul 2012 22:45:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B7ADAE5433 for ; Sat, 14 Jul 2012 22:45:17 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1342302314.2215c2d2a12d1558773ec7379568d95882f97dae.kleiner_otti@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-util/f90cache/ X-VCS-Repository: proj/sci X-VCS-Files: dev-util/f90cache/ChangeLog dev-util/f90cache/f90cache-0.93.7.ebuild dev-util/f90cache/metadata.xml X-VCS-Directories: dev-util/f90cache/ X-VCS-Committer: kleiner_otti X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 2215c2d2a12d1558773ec7379568d95882f97dae X-VCS-Branch: master Date: Sat, 14 Jul 2012 22:45:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 85dc4e5a-b4eb-4cd9-9a20-56ea1f6e66d5 X-Archives-Hash: ad56d285b3ff96e00d2e334222c7aa61 commit: 2215c2d2a12d1558773ec7379568d95882f97dae Author: Christoph Junghans gentoo org> AuthorDate: Sat Jul 14 21:45:14 2012 +0000 Commit: Christoph Junghans gmx de> CommitDate: Sat Jul 14 21:45:14 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D2215c2d2 initial commit (Portage version: 2.2.0_alpha118/git/Linux i686, unsigned Manifest commit= ) --- dev-util/f90cache/ChangeLog | 9 ++++++ dev-util/f90cache/f90cache-0.93.7.ebuild | 42 ++++++++++++++++++++++++= ++++++ dev-util/f90cache/metadata.xml | 8 +++++ 3 files changed, 59 insertions(+), 0 deletions(-) diff --git a/dev-util/f90cache/ChangeLog b/dev-util/f90cache/ChangeLog new file mode 100644 index 0000000..4c8e463 --- /dev/null +++ b/dev-util/f90cache/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-util/f90cache +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*f90cache-0.93.7 (14 Jul 2012) + + 14 Jul 2012; Christoph Junghans +f90cache-0.93.7.e= build, + +metadata.xml: + initial commit diff --git a/dev-util/f90cache/f90cache-0.93.7.ebuild b/dev-util/f90cache= /f90cache-0.93.7.ebuild new file mode 100644 index 0000000..443ad58 --- /dev/null +++ b/dev-util/f90cache/f90cache-0.93.7.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.7.ebuild,v= 1.9 2012/07/01 16:39:59 armin76 Exp $ + +EAPI=3D"4" + +inherit multilib toolchain-funcs + +DESCRIPTION=3D"a compiler cache for fortran" +HOMEPAGE=3D"http://people.irisa.fr/Edouard.Canot/f90cache/" +SRC_URI=3D"http://people.irisa.fr/Edouard.Canot/${PN}/${P}.tar.bz2" + +LICENSE=3D"GPL-3" +SLOT=3D"0" +KEYWORDS=3D"~x86" +IUSE=3D"" + +DEPEND=3D"virtual/fortran" +RDEPEND=3D"${DEPEND} + dev-util/ccache" + +src_prepare() { + sed -i -e '/^CFLAGS/d' -e 's/CFLAGS/LDFLAGS/' Makefile.in || die +} + +src_install() { + #make install does too much magic + dodoc README CHANGES + doman f90cache.1 + dohtml web/* + dobin f90cache + + #we depend on ccache, put links in there so that portage uses them + #TODO improve this + dosym "/usr/bin/f90cache" "${ROOT}/usr/$(get_libdir)/ccache/bin/gfortra= n" +} + +pkg_postinst() { + elog "Please add F90CACHE_DIR=3D\"${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/metadata.xml b/dev-util/f90cache/metadata.= xml new file mode 100644 index 0000000..745b9e1 --- /dev/null +++ b/dev-util/f90cache/metadata.xml @@ -0,0 +1,8 @@ + + + + + ottxor@gentoo.org + Christoph Junghans + +