summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2012-04-29 12:39:54 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2012-04-29 12:39:54 +0000
commit106ede27328e5227f8630db1c37bb4b01b52eaa9 (patch)
treefa0324bdadab35b6eb5d8345e5c27e6668d8cde9 /sys-cluster/open-mx
parentRemove older unstable versions (diff)
downloadgentoo-2-106ede27328e5227f8630db1c37bb4b01b52eaa9.tar.gz
gentoo-2-106ede27328e5227f8630db1c37bb4b01b52eaa9.tar.bz2
gentoo-2-106ede27328e5227f8630db1c37bb4b01b52eaa9.zip
[sys-cluster/open-mx] Version bump, also fix bug #387809
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/open-mx')
-rw-r--r--sys-cluster/open-mx/ChangeLog8
-rw-r--r--sys-cluster/open-mx/open-mx-1.5.2.ebuild (renamed from sys-cluster/open-mx/open-mx-1.5.0.ebuild)6
2 files changed, 11 insertions, 3 deletions
diff --git a/sys-cluster/open-mx/ChangeLog b/sys-cluster/open-mx/ChangeLog
index 97e34646eba7..85906b911943 100644
--- a/sys-cluster/open-mx/ChangeLog
+++ b/sys-cluster/open-mx/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-cluster/open-mx
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/open-mx/ChangeLog,v 1.3 2012/02/25 06:29:00 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/open-mx/ChangeLog,v 1.4 2012/04/29 12:39:54 alexxy Exp $
+
+*open-mx-1.5.2 (29 Apr 2012)
+
+ 29 Apr 2012; Alexey Shvetsov <alexxy@gentoo.org> +open-mx-1.5.2.ebuild,
+ -open-mx-1.5.0.ebuild:
+ [sys-cluster/open-mx] Version bump, also fix bug #387809
25 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> open-mx-1.5.0.ebuild:
Bug #405687: Depend on virtual/modutils instead of sys-apps/module-init-tools.
diff --git a/sys-cluster/open-mx/open-mx-1.5.0.ebuild b/sys-cluster/open-mx/open-mx-1.5.2.ebuild
index 3d39d979ed77..e92347321d8d 100644
--- a/sys-cluster/open-mx/open-mx-1.5.0.ebuild
+++ b/sys-cluster/open-mx/open-mx-1.5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/open-mx/open-mx-1.5.0.ebuild,v 1.2 2012/02/25 06:29:00 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/open-mx/open-mx-1.5.2.ebuild,v 1.1 2012/04/29 12:39:54 alexxy Exp $
EAPI=4
@@ -8,7 +8,7 @@ inherit autotools linux-mod multilib
DESCRIPTION="Open-MX - Myrinet Express over Generic Ethernet Hardware"
HOMEPAGE="http://open-mx.gforge.inria.fr/"
-SRC_URI="http://gforge.inria.fr/frs/download.php/28871/${P}.tar.gz"
+SRC_URI="http://gforge.inria.fr/frs/download.php/30245/${P}.tar.gz"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
@@ -44,6 +44,8 @@ src_prepare() {
src_configure() {
econf \
--with-mtu=${OPEN_MX_MTU:-9000} \
+ --with-linux="${KERNEL_DIR}" \
+ --with-linux-release=${KV_FULL} \
$(use_enable static-libs static) \
$(use_enable debug)
}