alexxy 14/04/16 10:11:04 Modified: ofed-3.12_rc1.ebuild ChangeLog Log: [sys-cluster/ofed] Crazy fix (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F82F92E6)
Revision Changes Path 1.2 sys-infiniband/ofed/ofed-3.12_rc1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/ofed/ofed-3.12_rc1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/ofed/ofed-3.12_rc1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/ofed/ofed-3.12_rc1.ebuild?r1=1.1&r2=1.2 Index: ofed-3.12_rc1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-infiniband/ofed/ofed-3.12_rc1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ofed-3.12_rc1.ebuild 16 Apr 2014 08:22:24 -0000 1.1 +++ ofed-3.12_rc1.ebuild 16 Apr 2014 10:11:04 -0000 1.2 @@ -1,14 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/ofed/ofed-3.12_rc1.ebuild,v 1.1 2014/04/16 08:22:24 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/ofed/ofed-3.12_rc1.ebuild,v 1.2 2014/04/16 10:11:04 alexxy Exp $ EAPI="5" OFED_VER="3.12" OFED_RC="1" OFED_RC_VER="1" -OFED_SUFFIX="1.gd250ad6" -OFED_SNAPSHOT="1" +OFED_SUFFIX="1.g8336567" IUSE_OFED_DRIVERS=" ofed_drivers_cxgb3 @@ -25,7 +24,6 @@ inherit openib udev toolchain-funcs DESCRIPTION="OpenIB system files" -SCRIPTDIR="${S}/ofed_scripts" KEYWORDS="~amd64 ~x86 ~amd64-linux" IUSE="dapl +diags ibacm mstflint +opensm perftest qperf rds srp ${IUSE_OFED_DRIVERS}" @@ -58,6 +56,10 @@ DEPEND="${RDEPEND} virtual/pkgconfig " +block_other_ofed_versions + +S="${WORKDIR}/${MY_PN}-${OFED_VER}" +SCRIPTDIR="${S}/ofed_scripts" src_configure() { :; } src_compile() { :; } @@ -130,21 +132,11 @@ echo "#SRPHA_ENABLE=no" >> ${IB_CONF_DIR}/openib.conf fi - if use iser; then - echo >> ${IB_CONF_DIR}/openib.conf - echo "# Load ISER module" >> ${IB_CONF_DIR}/openib.conf - echo "#ISER_LOAD=no" >> ${IB_CONF_DIR}/openib.conf - fi if use rds; then echo >> ${IB_CONF_DIR}/openib.conf echo "# Load RDS module" >> ${IB_CONF_DIR}/openib.conf echo "#RDS_LOAD=no" >> ${IB_CONF_DIR}/openib.conf fi - if use vnic; then - echo >> ${IB_CONF_DIR}/openib.conf - echo "# Load VNIC module" >> ${IB_CONF_DIR}/openib.conf - echo "#VNIC_LOAD=yes" >> ${IB_CONF_DIR}/openib.conf - fi doins "${T}/openib.conf" } 1.11 sys-infiniband/ofed/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/ofed/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/ofed/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/ofed/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-infiniband/ofed/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 16 Apr 2014 08:22:24 -0000 1.10 +++ ChangeLog 16 Apr 2014 10:11:04 -0000 1.11 @@ -1,6 +1,9 @@ # ChangeLog for sys-infiniband/ofed # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/ofed/ChangeLog,v 1.10 2014/04/16 08:22:24 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/ofed/ChangeLog,v 1.11 2014/04/16 10:11:04 alexxy Exp $ + + 16 Apr 2014; Alexey Shvetsov <[email protected]> ofed-3.12_rc1.ebuild: + [sys-cluster/ofed] Crazy fix *ofed-3.12_rc1 (16 Apr 2014)
