diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2012-04-18 16:45:30 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2012-04-18 16:45:30 +0000 |
commit | 0bbf88bef2b4ca937bdb76cc5ff3421325749e69 (patch) | |
tree | 1f884ca19cc8be6f67bb1fded1d1d1fe83108d5f /sys-infiniband | |
parent | [sys-infiniband/ofed] Version bump to OFED 1.5.4.1 (diff) | |
download | historical-0bbf88bef2b4ca937bdb76cc5ff3421325749e69.tar.gz historical-0bbf88bef2b4ca937bdb76cc5ff3421325749e69.tar.bz2 historical-0bbf88bef2b4ca937bdb76cc5ff3421325749e69.zip |
[sys-infiniband/opensm] Version bump to OFED 1.5.4.1
Package-Manager: portage-2.2.0_alpha100/cvs/Linux x86_64
Diffstat (limited to 'sys-infiniband')
-rw-r--r-- | sys-infiniband/opensm/ChangeLog | 10 | ||||
-rw-r--r-- | sys-infiniband/opensm/files/opensm.init.d | 8 | ||||
-rw-r--r-- | sys-infiniband/opensm/opensm-3.3.13.ebuild (renamed from sys-infiniband/opensm/opensm-3.3.9.ebuild) | 12 |
3 files changed, 16 insertions, 14 deletions
diff --git a/sys-infiniband/opensm/ChangeLog b/sys-infiniband/opensm/ChangeLog index 8eb0c66c1481..ad7b0bdeea63 100644 --- a/sys-infiniband/opensm/ChangeLog +++ b/sys-infiniband/opensm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-infiniband/opensm -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/opensm/ChangeLog,v 1.2 2011/07/02 20:30:15 alexxy Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/opensm/ChangeLog,v 1.3 2012/04/18 16:45:30 alexxy Exp $ + +*opensm-3.3.13 (18 Apr 2012) + + 18 Apr 2012; Alexey Shvetsov <alexxy@gentoo.org> +opensm-3.3.13.ebuild, + -opensm-3.3.9.ebuild, files/opensm.init.d: + [sys-infiniband/opensm] Version bump to OFED 1.5.4.1 02 Jul 2011; Alexey Shvetsov <alexxy@gentoo.org> opensm-3.3.9.ebuild: Add ~amd64-linux keywrod diff --git a/sys-infiniband/opensm/files/opensm.init.d b/sys-infiniband/opensm/files/opensm.init.d index 74598b7bc9e2..a01cdd084d15 100644 --- a/sys-infiniband/opensm/files/opensm.init.d +++ b/sys-infiniband/opensm/files/opensm.init.d @@ -1,11 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/opensm/files/opensm.init.d,v 1.1 2011/06/30 22:04:54 alexxy Exp $ - -# Based on opensm script from openfabrics.org, -# Copyright (c) 2006 Mellanox Technologies. All rights reserved. -# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/opensm/files/opensm.init.d,v 1.2 2012/04/18 16:45:30 alexxy Exp $ depend() { need openib diff --git a/sys-infiniband/opensm/opensm-3.3.9.ebuild b/sys-infiniband/opensm/opensm-3.3.13.ebuild index 2bcb51867ca7..c28f59a03c8b 100644 --- a/sys-infiniband/opensm/opensm-3.3.9.ebuild +++ b/sys-infiniband/opensm/opensm-3.3.13.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/opensm/opensm-3.3.9.ebuild,v 1.2 2011/07/02 20:30:15 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/opensm/opensm-3.3.13.ebuild,v 1.1 2012/04/18 16:45:30 alexxy Exp $ EAPI="4" -OFED_VER="1.5.3.1" +OFED_VER="1.5.4.1" OFED_SUFFIX="1" inherit openib @@ -14,11 +14,11 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux" IUSE="" DEPEND=" - >=sys-infiniband/libibmad-1.3.7 - >=sys-infiniband/libibumad-1.3.7" + sys-infiniband/libibmad:${SLOT} + sys-infiniband/libibumad:${SLOT}" RDEPEND="$DEPEND - sys-infiniband/openib-files net-misc/iputils" +block_other_ofed_versions src_configure() { econf \ |