public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexey Shvetsov (alexxy)" <alexxy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog openib.eclass
Date: Fri, 12 Oct 2012 13:20:56 +0000 (UTC)	[thread overview]
Message-ID: <20121012132057.0152721600@flycatcher.gentoo.org> (raw)

alexxy      12/10/12 13:20:56

  Modified:             ChangeLog openib.eclass
  Log:
  [eclass] update openib

Revision  Changes    Path
1.439                eclass/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.439&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.439&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.438&r2=1.439

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.438
retrieving revision 1.439
diff -u -r1.438 -r1.439
--- ChangeLog	12 Oct 2012 11:44:23 -0000	1.438
+++ ChangeLog	12 Oct 2012 13:20:56 -0000	1.439
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.438 2012/10/12 11:44:23 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.439 2012/10/12 13:20:56 alexxy Exp $
+
+  12 Oct 2012; Alexey Shvetsov <alexxy@gentoo.org> openib.eclass:
+  [ofed] finalyze 3.5
 
   12 Oct 2012; Alexey Shvetsov <alexxy@gentoo.org> openib.eclass:
   [openib] Update ofed versions



1.7                  eclass/openib.eclass

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/openib.eclass?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/openib.eclass?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/openib.eclass?r1=1.6&r2=1.7

Index: openib.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/openib.eclass,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- openib.eclass	12 Oct 2012 11:44:23 -0000	1.6
+++ openib.eclass	12 Oct 2012 13:20:56 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/openib.eclass,v 1.6 2012/10/12 11:44:23 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/openib.eclass,v 1.7 2012/10/12 13:20:56 alexxy Exp $
 
 # @ECLASS: openib.eclass
 # @AUTHOR:
@@ -56,13 +56,20 @@
 	done
 }
 
-OFED_BASE_VER=$(get_version_component_range 1-3 ${OFED_VER})
+OFED_BASE_VER=$(get_version_component_range 1 '-' $(get_version_component_range 1-3 ${OFED_VER}))
 
 SRC_URI="http://www.openfabrics.org/downloads/OFED/ofed-${OFED_BASE_VER}/OFED-${OFED_VER}.tgz"
 
 case ${PN} in
 	ofed)
-		MY_PN="ofa_kernel"
+		case ${PV} in
+			1.5.*|1.5.*.*)
+				MY_PN="ofa_kernel"
+				;;
+			*)
+				MY_PN="compat-rdma"
+				;;
+		esac
 		;;
 	*)
 		MY_PN="${PN}"





             reply	other threads:[~2012-10-12 13:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-12 13:20 Alexey Shvetsov (alexxy) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-04-16 10:09 [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog openib.eclass Alexey Shvetsov (alexxy)
2014-04-16  7:31 Alexey Shvetsov (alexxy)
2012-10-14 18:18 Alexey Shvetsov (alexxy)
2012-10-12 16:49 Alexey Shvetsov (alexxy)
2012-10-12 11:44 Alexey Shvetsov (alexxy)

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=20121012132057.0152721600@flycatcher.gentoo.org \
    --to=alexxy@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