diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2012-04-18 16:40:01 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2012-04-18 16:40:01 +0000 |
commit | 0de66c4df41f7084e64d88acaa952bdff6ed8b3d (patch) | |
tree | 90bad105b7e75a71b4174a93276e60a44199662c /sys-infiniband | |
parent | [sys-infiniband/infinipath-psm] Version bump to OFED 1.5.4.1 (diff) | |
download | gentoo-2-0de66c4df41f7084e64d88acaa952bdff6ed8b3d.tar.gz gentoo-2-0de66c4df41f7084e64d88acaa952bdff6ed8b3d.tar.bz2 gentoo-2-0de66c4df41f7084e64d88acaa952bdff6ed8b3d.zip |
[sys-infiniband/libcxgb3] Version bump to OFED 1.5.4.1
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'sys-infiniband')
-rw-r--r-- | sys-infiniband/libcxgb3/ChangeLog | 8 | ||||
-rw-r--r-- | sys-infiniband/libcxgb3/libcxgb3-1.3.1.ebuild (renamed from sys-infiniband/libcxgb3/libcxgb3-1.2.5.ebuild) | 12 |
2 files changed, 11 insertions, 9 deletions
diff --git a/sys-infiniband/libcxgb3/ChangeLog b/sys-infiniband/libcxgb3/ChangeLog index 7297470bfc07..fabf635d63bb 100644 --- a/sys-infiniband/libcxgb3/ChangeLog +++ b/sys-infiniband/libcxgb3/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-infiniband/libcxgb3 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/libcxgb3/ChangeLog,v 1.3 2012/03/22 17:09:51 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/libcxgb3/ChangeLog,v 1.4 2012/04/18 16:40:01 alexxy Exp $ + +*libcxgb3-1.3.1 (18 Apr 2012) + + 18 Apr 2012; Alexey Shvetsov <alexxy@gentoo.org> +libcxgb3-1.3.1.ebuild, + -libcxgb3-1.2.5.ebuild: + [sys-infiniband/libcxgb3] Version bump to OFED 1.5.4.1 22 Mar 2012; Alexey Shvetsov <alexxy@gentoo.org> libcxgb3-1.2.5.ebuild: [sys-infiniband/libcxgb3] Drop duplicated keywords line bug #409337 diff --git a/sys-infiniband/libcxgb3/libcxgb3-1.2.5.ebuild b/sys-infiniband/libcxgb3/libcxgb3-1.3.1.ebuild index f4618ac76855..3399f2cc00d0 100644 --- a/sys-infiniband/libcxgb3/libcxgb3-1.2.5.ebuild +++ b/sys-infiniband/libcxgb3/libcxgb3-1.3.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/libcxgb3/libcxgb3-1.2.5.ebuild,v 1.3 2012/03/22 17:09:50 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/libcxgb3/libcxgb3-1.3.1.ebuild,v 1.1 2012/04/18 16:40:01 alexxy Exp $ EAPI="4" -OFED_VER="1.5.3.1" +OFED_VER="1.5.4.1" OFED_SUFFIX="1" inherit openib @@ -13,10 +13,6 @@ DESCRIPTION="OpenIB - driver for Chelsio T3-based iWARP (RDMA over IP/ethernet)" KEYWORDS="~amd64 ~x86 ~amd64-linux" IUSE="" -DEPEND=">=sys-infiniband/libibverbs-1.1.4" +DEPEND="sys-infiniband/libibverbs:${SLOT}" RDEPEND="${DEPEND}" - -src_install() { - make DESTDIR="${D}" install || die "install failed" - dodoc README -} +block_other_ofed_versions |