alexxy 14/04/16 08:22:28 Modified: ChangeLog Added: opensm-3.3.17.ebuild Removed: opensm-3.3.13.ebuild Log: Update ofed stack to 3.12-rc1 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F82F92E6)
Revision Changes Path 1.6 sys-infiniband/opensm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/opensm/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/opensm/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/opensm/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-infiniband/opensm/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 13 Oct 2012 06:48:23 -0000 1.5 +++ ChangeLog 16 Apr 2014 08:22:28 -0000 1.6 @@ -1,6 +1,12 @@ # ChangeLog for sys-infiniband/opensm -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/opensm/ChangeLog,v 1.5 2012/10/13 06:48:23 alexxy Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-infiniband/opensm/ChangeLog,v 1.6 2014/04/16 08:22:28 alexxy Exp $ + +*opensm-3.3.17 (16 Apr 2014) + + 16 Apr 2014; Alexey Shvetsov <[email protected]> +opensm-3.3.17.ebuild, + -opensm-3.3.13.ebuild: + Update ofed stack to 3.12-rc1 13 Oct 2012; Alexey Shvetsov <[email protected]> opensm-3.3.15.ebuild: [sys-infiniband] Update OFED 1.1 sys-infiniband/opensm/opensm-3.3.17.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/opensm/opensm-3.3.17.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/opensm/opensm-3.3.17.ebuild?rev=1.1&content-type=text/plain Index: opensm-3.3.17.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-infiniband/opensm/opensm-3.3.17.ebuild,v 1.1 2014/04/16 08:22:28 alexxy Exp $ EAPI="5" OFED_VER="3.12" OFED_RC="1" OFED_RC_VER="1" OFED_SUFFIX="1" inherit openib DESCRIPTION="OpenSM - InfiniBand Subnet Manager and Administration for OpenIB" KEYWORDS="~amd64 ~x86 ~amd64-linux" IUSE="" DEPEND=" sys-infiniband/libibmad:${SLOT} sys-infiniband/libibumad:${SLOT}" RDEPEND="$DEPEND net-misc/iputils" block_other_ofed_versions src_configure() { econf \ --enable-perf-mgr \ --enable-default-event-plugin \ --with-osmv="openib" } src_install() { default newconfd "${S}/scripts/opensm.sysconfig" opensm newinitd "${FILESDIR}/opensm.init.d" opensm insinto /etc/logrotate.d newins "${S}/scripts/opensm.logrotate" opensm # we dont nee this int script rm "${ED}/etc/init.d/opensmd" || die "Dropping of upstream initscript failed" } pkg_postinst() { einfo "To automatically configure the infiniband subnet manager on boot," einfo "edit /etc/opensm.conf and add opensm to your start-up scripts:" einfo "\`rc-update add opensm default\`" }
