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.60) (envelope-from ) id 1QYzZP-00084Y-E2 for garchives@archives.gentoo.org; Tue, 21 Jun 2011 11:56:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8695A1C1D4; Tue, 21 Jun 2011 11:54:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 579EA1C1D4 for ; Tue, 21 Jun 2011 11:54:17 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB9EB1B403B for ; Tue, 21 Jun 2011 11:54:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 341D08001E for ; Tue, 21 Jun 2011 11:54:16 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <708e6c6696af64604c15aca7edb2d39f7c7f870b.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/fgsl/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/fgsl/ChangeLog sci-libs/fgsl/fgsl-0.9.3.ebuild X-VCS-Directories: sci-libs/fgsl/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 708e6c6696af64604c15aca7edb2d39f7c7f870b Date: Tue, 21 Jun 2011 11:54:16 +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: X-Archives-Hash: b014f71c637ac7684dea79c0d8fb8120 commit: 708e6c6696af64604c15aca7edb2d39f7c7f870b Author: Justin Lecher gentoo org> AuthorDate: Tue Jun 21 11:00:03 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Jun 21 11:00:03 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D708e6c66 Added fortran-2.eclass support (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- sci-libs/fgsl/ChangeLog | 5 ++++- sci-libs/fgsl/fgsl-0.9.3.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sci-libs/fgsl/ChangeLog b/sci-libs/fgsl/ChangeLog index e38e9a5..6e416cd 100644 --- a/sci-libs/fgsl/ChangeLog +++ b/sci-libs/fgsl/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-libs/fgsl -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 21 Jun 2011; Justin Lecher fgsl-0.9.3.ebuild: + Added fortran-2.eclass support + *fgsl-0.9.3 (17 Aug 2010) =20 17 Aug 2010; Kacper Kowalik +fgsl-0.9.3.ebuild= , diff --git a/sci-libs/fgsl/fgsl-0.9.3.ebuild b/sci-libs/fgsl/fgsl-0.9.3.e= build index 2d7bbfc..f192213 100644 --- a/sci-libs/fgsl/fgsl-0.9.3.ebuild +++ b/sci-libs/fgsl/fgsl-0.9.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 EAPI=3D2 =20 -inherit eutils multilib toolchain-funcs +inherit eutils fortran-2 multilib toolchain-funcs =20 DESCRIPTION=3D"A Fortran interface to the GNU Scientific Library" HOMEPAGE=3D"http://www.lrz.de/services/software/mathematik/gsl/fortran/"