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: Wed, 16 Apr 2014 07:31:00 +0000 (UTC) [thread overview]
Message-ID: <20140416073100.A110E2004B@flycatcher.gentoo.org> (raw)
alexxy 14/04/16 07:31:00
Modified: ChangeLog openib.eclass
Log:
Update openib eclass
Revision Changes Path
1.1208 eclass/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1208&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1208&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1207&r2=1.1208
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1207
retrieving revision 1.1208
diff -u -r1.1207 -r1.1208
--- ChangeLog 15 Apr 2014 15:54:12 -0000 1.1207
+++ ChangeLog 16 Apr 2014 07:31:00 -0000 1.1208
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1207 2014/04/15 15:54:12 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1208 2014/04/16 07:31:00 alexxy Exp $
+
+ 16 Apr 2014; Alexey Shvetsov <alexxy@gentoo.org> openib.eclass:
+ Update openib eclass
15 Apr 2014; Michał Górny <mgorny@gentoo.org> multibuild.eclass:
multibuild_merge_root: re-introduce userland_BSD tar fallback, bug #507626.
1.10 eclass/openib.eclass
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/openib.eclass?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/openib.eclass?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/openib.eclass?r1=1.9&r2=1.10
Index: openib.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/openib.eclass,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- openib.eclass 14 Oct 2012 18:18:20 -0000 1.9
+++ openib.eclass 16 Apr 2014 07:31:00 -0000 1.10
@@ -1,13 +1,13 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/openib.eclass,v 1.9 2012/10/14 18:18:20 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/openib.eclass,v 1.10 2014/04/16 07:31:00 alexxy Exp $
# @ECLASS: openib.eclass
# @AUTHOR:
# Original Author: Alexey Shvetsov <alexxy@gentoo.org>
# @BLURB: Simplify working with OFED packages
-inherit base eutils rpm versionator
+inherit eutils rpm versionator
EXPORT_FUNCTIONS src_unpack
@@ -42,14 +42,9 @@
# Defines array of ofed version supported by eclass
OFED_VERSIONS=(
- "1.5.1"
- "1.5.2"
- "1.5.3"
- "1.5.3.1"
- "1.5.3.2"
- "1.5.4"
"1.5.4.1"
"3.5"
+ "3.12"
)
# @FUNCTION: block_other_ofed_versions
@@ -68,9 +63,9 @@
OFED_BASE_VER=$(get_version_component_range 1-3 ${OFED_VER})
if [ -z $OFED_RC ] ; then
- SRC_URI="http://www.openfabrics.org/downloads/OFED/ofed-${OFED_BASE_VER}/OFED-${OFED_VER}.tgz"
+ SRC_URI="https://www.openfabrics.org/downloads/OFED/ofed-${OFED_BASE_VER}/OFED-${OFED_VER}.tgz"
else
- SRC_URI="http://www.openfabrics.org/downloads/OFED/ofed-${OFED_BASE_VER}/OFED-${OFED_VER}-rc${OFED_RC_VER}.tgz"
+ SRC_URI="https://www.openfabrics.org/downloads/OFED/ofed-${OFED_BASE_VER}/OFED-${OFED_VER}-rc${OFED_RC_VER}.tgz"
fi
case ${PN} in
next reply other threads:[~2014-04-16 7:31 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-16 7:31 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)
2012-10-14 18:18 Alexey Shvetsov (alexxy)
2012-10-12 16:49 Alexey Shvetsov (alexxy)
2012-10-12 13:20 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=20140416073100.A110E2004B@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