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 4EA4C198006 for ; Thu, 21 Mar 2013 16:11:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1A38E07A3; Thu, 21 Mar 2013 16:11:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 025CDE078A for ; Thu, 21 Mar 2013 16:11: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 1284733DA98 for ; Thu, 21 Mar 2013 16:11:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A3033E408C for ; Thu, 21 Mar 2013 16:11:18 +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: <1363857741.dacf07b5176ba91a236bb202e957eab01bd9c094.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/cs-rosetta/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/cs-rosetta/ChangeLog sci-chemistry/cs-rosetta/cs-rosetta-1.01.2009.1109.11.ebuild X-VCS-Directories: sci-chemistry/cs-rosetta/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: dacf07b5176ba91a236bb202e957eab01bd9c094 X-VCS-Branch: master Date: Thu, 21 Mar 2013 16:11:18 +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: 04d7df26-27d7-422a-88b8-e3d17393c454 X-Archives-Hash: 78e5f4e1d62d243ca15187e5d2332ef8 commit: dacf07b5176ba91a236bb202e957eab01bd9c094 Author: Justin Lecher gentoo org> AuthorDate: Thu Mar 21 09:22:21 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Mar 21 09:22:21 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=dacf07b5 sci-chemistry/cs-rosetta: Use Fortran eclass Package-Manager: portage-2.2.0_alpha166 --- sci-chemistry/cs-rosetta/ChangeLog | 4 ++++ .../cs-rosetta/cs-rosetta-1.01.2009.1109.11.ebuild | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/sci-chemistry/cs-rosetta/ChangeLog b/sci-chemistry/cs-rosetta/ChangeLog index f98c85b..9152840 100644 --- a/sci-chemistry/cs-rosetta/ChangeLog +++ b/sci-chemistry/cs-rosetta/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 21 Mar 2013; Justin Lecher + cs-rosetta-1.01.2009.1109.11.ebuild: + Use Fortran eclass + *cs-rosetta-1.01.2009.1109.11 (20 Mar 2013) 20 Mar 2013; Justin Lecher diff --git a/sci-chemistry/cs-rosetta/cs-rosetta-1.01.2009.1109.11.ebuild b/sci-chemistry/cs-rosetta/cs-rosetta-1.01.2009.1109.11.ebuild index 9c33f7d..edc6772 100644 --- a/sci-chemistry/cs-rosetta/cs-rosetta-1.01.2009.1109.11.ebuild +++ b/sci-chemistry/cs-rosetta/cs-rosetta-1.01.2009.1109.11.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit flag-o-matic toolchain-funcs +inherit flag-o-matic fortran-2 toolchain-funcs DESCRIPTION="System for chemical shifts based protein structure prediction using ROSETTA" HOMEPAGE="http://spin.niddk.nih.gov/bax/software/CSROSETTA/"