From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 47F04138010 for ; Mon, 29 Oct 2012 11:00:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82692E059C; Mon, 29 Oct 2012 11:00:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E4CB3E059C for ; Mon, 29 Oct 2012 11:00:13 +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 5313C33D9A4 for ; Mon, 29 Oct 2012 11:00:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id DD232E5449 for ; Mon, 29 Oct 2012 11:00:11 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1351182108.2a14d7309852ba62a57fdf8a3a4f3af2c4d3c0b4.jlec@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 X-VCS-Directories: dev-util/f90cache/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 2a14d7309852ba62a57fdf8a3a4f3af2c4d3c0b4 X-VCS-Branch: master Date: Mon, 29 Oct 2012 11:00:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 468efc55-59dd-428a-b517-5e3327718a1b X-Archives-Hash: d0810c8aa2bf8bb42eb854eb6d82a2f3 commit: 2a14d7309852ba62a57fdf8a3a4f3af2c4d3c0b4 Author: Justin Lecher gentoo org> AuthorDate: Thu Oct 25 16:21:48 2012 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Oct 25 16:21:48 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2a14d730 dev-util/f90cache: Use fortran-2.eclass Package-Manager: portage-2.2.0_alpha141 --- dev-util/f90cache/ChangeLog | 3 +++ dev-util/f90cache/f90cache-0.93.7.ebuild | 11 +++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/dev-util/f90cache/ChangeLog b/dev-util/f90cache/ChangeLog index 4c8e463..1f7352e 100644 --- a/dev-util/f90cache/ChangeLog +++ b/dev-util/f90cache/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 25 Oct 2012; Justin Lecher f90cache-0.93.7.ebuild: + Use fortran-2.eclass + *f90cache-0.93.7 (14 Jul 2012) 14 Jul 2012; Christoph Junghans +f90cache-0.93.7.ebuild, diff --git a/dev-util/f90cache/f90cache-0.93.7.ebuild b/dev-util/f90cache/f90cache-0.93.7.ebuild index 443ad58..16fcd3a 100644 --- a/dev-util/f90cache/f90cache-0.93.7.ebuild +++ b/dev-util/f90cache/f90cache-0.93.7.ebuild @@ -1,10 +1,10 @@ # 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 $ +# $Header: $ -EAPI="4" +EAPI=5 -inherit multilib toolchain-funcs +inherit fortran-2 multilib toolchain-funcs DESCRIPTION="a compiler cache for fortran" HOMEPAGE="http://people.irisa.fr/Edouard.Canot/f90cache/" @@ -15,9 +15,8 @@ SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND="virtual/fortran" -RDEPEND="${DEPEND} - dev-util/ccache" +DEPEND="" +RDEPEND="dev-util/ccache" src_prepare() { sed -i -e '/^CFLAGS/d' -e 's/CFLAGS/LDFLAGS/' Makefile.in || die