From: "Justin Lecher (jlec)" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/cblas-reference: ChangeLog cblas-reference-20030223-r4.ebuild cblas-reference-20030223-r5.ebuild
Date: Tue, 21 Jun 2011 08:21:17 +0000 (UTC) [thread overview]
Message-ID: <20110621082117.E66B320054@flycatcher.gentoo.org> (raw)
jlec 11/06/21 08:21:17
Modified: ChangeLog cblas-reference-20030223-r4.ebuild
cblas-reference-20030223-r5.ebuild
Log:
Added fortran-2.eclass support
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Revision Changes Path
1.35 sci-libs/cblas-reference/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cblas-reference/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cblas-reference/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cblas-reference/ChangeLog?r1=1.34&r2=1.35
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/cblas-reference/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog 16 Dec 2010 14:27:10 -0000 1.34
+++ ChangeLog 21 Jun 2011 08:21:17 -0000 1.35
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/cblas-reference
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cblas-reference/ChangeLog,v 1.34 2010/12/16 14:27:10 jlec Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cblas-reference/ChangeLog,v 1.35 2011/06/21 08:21:17 jlec Exp $
+
+ 21 Jun 2011; Justin Lecher <jlec@gentoo.org>
+ cblas-reference-20030223-r4.ebuild, cblas-reference-20030223-r5.ebuild:
+ Added fortran-2.eclass support
16 Dec 2010; Justin Lecher <jlec@gentoo.org>
cblas-reference-20030223-r4.ebuild, cblas-reference-20030223-r5.ebuild:
1.17 sci-libs/cblas-reference/cblas-reference-20030223-r4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cblas-reference/cblas-reference-20030223-r4.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cblas-reference/cblas-reference-20030223-r4.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cblas-reference/cblas-reference-20030223-r4.ebuild?r1=1.16&r2=1.17
Index: cblas-reference-20030223-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/cblas-reference/cblas-reference-20030223-r4.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- cblas-reference-20030223-r4.ebuild 16 Dec 2010 14:27:10 -0000 1.16
+++ cblas-reference-20030223-r4.ebuild 21 Jun 2011 08:21:17 -0000 1.17
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cblas-reference/cblas-reference-20030223-r4.ebuild,v 1.16 2010/12/16 14:27:10 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cblas-reference/cblas-reference-20030223-r4.ebuild,v 1.17 2011/06/21 08:21:17 jlec Exp $
-inherit autotools eutils multilib toolchain-funcs
+inherit autotools eutils fortran-2 multilib toolchain-funcs
MyPN="${PN/-reference/}"
1.3 sci-libs/cblas-reference/cblas-reference-20030223-r5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cblas-reference/cblas-reference-20030223-r5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cblas-reference/cblas-reference-20030223-r5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/cblas-reference/cblas-reference-20030223-r5.ebuild?r1=1.2&r2=1.3
Index: cblas-reference-20030223-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/cblas-reference/cblas-reference-20030223-r5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cblas-reference-20030223-r5.ebuild 16 Dec 2010 14:27:10 -0000 1.2
+++ cblas-reference-20030223-r5.ebuild 21 Jun 2011 08:21:17 -0000 1.3
@@ -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: /var/cvsroot/gentoo-x86/sci-libs/cblas-reference/cblas-reference-20030223-r5.ebuild,v 1.2 2010/12/16 14:27:10 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cblas-reference/cblas-reference-20030223-r5.ebuild,v 1.3 2011/06/21 08:21:17 jlec Exp $
EAPI="3"
-inherit autotools eutils multilib toolchain-funcs
+inherit autotools eutils fortran-2 multilib toolchain-funcs
MyPN="${PN/-reference/}"
next reply other threads:[~2011-06-21 8:21 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-21 8:21 Justin Lecher (jlec) [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-03-31 20:14 [gentoo-commits] gentoo-x86 commit in sci-libs/cblas-reference: ChangeLog cblas-reference-20030223-r4.ebuild cblas-reference-20030223-r5.ebuild Ulrich Mueller (ulm)
2012-10-18 21:35 Justin Lecher (jlec)
2011-06-21 15:40 Justin Lecher (jlec)
2010-12-16 14:27 Justin Lecher (jlec)
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=20110621082117.E66B320054@flycatcher.gentoo.org \
--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