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 1Qbbw1-0001Ge-Cc for garchives@archives.gentoo.org; Tue, 28 Jun 2011 17:18:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4080F1C0BF; Tue, 28 Jun 2011 17:15:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E2A081C098 for ; Tue, 28 Jun 2011 17:15:22 +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 0BDED1BC0CB for ; Tue, 28 Jun 2011 17:15:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id ED70A80040 for ; Tue, 28 Jun 2011 17:15:07 +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: <161066df942f54897e71bf6fa6e1d872a08b63d6.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 sci-libs/fgsl/fgsl-0.9.4.ebuild X-VCS-Directories: sci-libs/fgsl/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 161066df942f54897e71bf6fa6e1d872a08b63d6 Date: Tue, 28 Jun 2011 17:15:07 +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: 963fc314b6542910234158d9b57beaac commit: 161066df942f54897e71bf6fa6e1d872a08b63d6 Author: Justin Lecher gentoo org> AuthorDate: Tue Jun 28 17:14:11 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Jun 28 17:14:11 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D161066df Version Bump (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- sci-libs/fgsl/ChangeLog | 6 ++++++ sci-libs/fgsl/fgsl-0.9.3.ebuild | 2 ++ .../fgsl/{fgsl-0.9.3.ebuild =3D> fgsl-0.9.4.ebuild} | 8 +++++--- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/sci-libs/fgsl/ChangeLog b/sci-libs/fgsl/ChangeLog index 563d67b..9013e80 100644 --- a/sci-libs/fgsl/ChangeLog +++ b/sci-libs/fgsl/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*fgsl-0.9.4 (28 Jun 2011) + + 28 Jun 2011; Justin Lecher fgsl-0.9.3.ebuild, + +fgsl-0.9.4.ebuild: + Version Bump + 24 Jun 2011; Justin Lecher fgsl-0.9.3.ebuild: Streamlined fortran-2 eclass usage =20 diff --git a/sci-libs/fgsl/fgsl-0.9.3.ebuild b/sci-libs/fgsl/fgsl-0.9.3.e= build index cf842e8..cb37221 100644 --- a/sci-libs/fgsl/fgsl-0.9.3.ebuild +++ b/sci-libs/fgsl/fgsl-0.9.3.ebuild @@ -21,6 +21,8 @@ DEPEND=3D" RDEPEND=3D"${DEPEND}" #TODO: make docs =20 +FORTRAN_STANDARD=3D90 + src_prepare() { epatch "${FILESDIR}"/${P}-sharedlibs.patch use amd64 && ln -s interface/integer_ilp64.finc integer.finc diff --git a/sci-libs/fgsl/fgsl-0.9.3.ebuild b/sci-libs/fgsl/fgsl-0.9.4.e= build similarity index 92% copy from sci-libs/fgsl/fgsl-0.9.3.ebuild copy to sci-libs/fgsl/fgsl-0.9.4.ebuild index cf842e8..792b0de 100644 --- a/sci-libs/fgsl/fgsl-0.9.3.ebuild +++ b/sci-libs/fgsl/fgsl-0.9.4.ebuild @@ -16,13 +16,15 @@ KEYWORDS=3D"~amd64" IUSE=3D"static-libs" =20 DEPEND=3D" - >=3Dsci-libs/gsl-1.14 + >=3Dsci-libs/gsl-1.15 virtual/fortran" RDEPEND=3D"${DEPEND}" #TODO: make docs =20 +FORTRAN_STANDARD=3D90 + src_prepare() { - epatch "${FILESDIR}"/${P}-sharedlibs.patch + epatch "${FILESDIR}"/${PN}-0.9.3-sharedlibs.patch use amd64 && ln -s interface/integer_ilp64.finc integer.finc use x86 && ln -s interface/integer_ilp32.finc integer.finc cat <<- EOF > "${S}/make.inc" @@ -39,7 +41,7 @@ src_prepare() { } =20 src_configure() { - return +: } =20 src_install() {