From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/fgsl/
Date: Fri, 24 Jun 2011 17:09:11 +0000 (UTC) [thread overview]
Message-ID: <8f2192a1ae4e22e86718af82cbc619b10e484b43.jlec@gentoo> (raw)
commit: 8f2192a1ae4e22e86718af82cbc619b10e484b43
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 12:21:06 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 12:21:06 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8f2192a1
Streamlined fortran-2 eclass usage
(Portage version: 2.2.0_alpha41/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 70EB7916)
---
sci-libs/fgsl/ChangeLog | 3 +++
sci-libs/fgsl/fgsl-0.9.3.ebuild | 14 ++++++++------
2 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/sci-libs/fgsl/ChangeLog b/sci-libs/fgsl/ChangeLog
index 6e416cd..563d67b 100644
--- a/sci-libs/fgsl/ChangeLog
+++ b/sci-libs/fgsl/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 24 Jun 2011; Justin Lecher <jlec@gentoo.org> fgsl-0.9.3.ebuild:
+ Streamlined fortran-2 eclass usage
+
21 Jun 2011; Justin Lecher <jlec@gentoo.org> fgsl-0.9.3.ebuild:
Added fortran-2.eclass support
diff --git a/sci-libs/fgsl/fgsl-0.9.3.ebuild b/sci-libs/fgsl/fgsl-0.9.3.ebuild
index f192213..cf842e8 100644
--- a/sci-libs/fgsl/fgsl-0.9.3.ebuild
+++ b/sci-libs/fgsl/fgsl-0.9.3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=2
+EAPI=4
inherit eutils fortran-2 multilib toolchain-funcs
@@ -15,7 +15,9 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="static-libs"
-DEPEND=">=sci-libs/gsl-1.14"
+DEPEND="
+ >=sci-libs/gsl-1.14
+ virtual/fortran"
RDEPEND="${DEPEND}"
#TODO: make docs
@@ -41,13 +43,13 @@ src_configure() {
}
src_install() {
- dodoc NEWS README || die
+ dodoc NEWS README
ln -s lib${PN}.so.0.0.0 lib${PN}.so.0
ln -s lib${PN}.so.0.0.0 lib${PN}.so
- dolib.so lib${PN}.so* || die
+ dolib.so lib${PN}.so*
insinto /usr/include
- doins ${PN}.mod || die
+ doins ${PN}.mod
if use static-libs ; then
- newlib.a lib${PN}_$(tc-getFC).a lib${PN}.a || die
+ newlib.a lib${PN}_$(tc-getFC).a lib${PN}.a
fi
}
next reply other threads:[~2011-06-24 17:16 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-24 17:09 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-12-16 10:57 [gentoo-commits] proj/sci:master commit in: sci-libs/fgsl/ Andrew Ammerlaan
2021-01-30 15:19 Andrew Ammerlaan
2021-01-13 21:06 Andrew Ammerlaan
2014-01-06 19:27 Justin Lecher
2012-03-01 9:48 Kacper Kowalik
2011-06-28 17:15 Justin Lecher
2011-06-21 11:54 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8f2192a1ae4e22e86718af82cbc619b10e484b43.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox