public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sys-infiniband/openib-perf/
@ 2011-06-25 17:22 Justin Lecher
  0 siblings, 0 replies; only message in thread
From: Justin Lecher @ 2011-06-25 17:22 UTC (permalink / raw
  To: gentoo-commits

commit:     a962d02d407b1b90ebb3f004802380d186876564
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 13:50:53 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 13:50:53 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a962d02d

RDEPEND is not explicitly assigned -> fixed

(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)

---
 sys-infiniband/openib-perf/ChangeLog              |    8 ++++++--
 sys-infiniband/openib-perf/metadata.xml           |    4 ++--
 sys-infiniband/openib-perf/openib-perf-1.2.ebuild |   16 +++++++---------
 3 files changed, 15 insertions(+), 13 deletions(-)

diff --git a/sys-infiniband/openib-perf/ChangeLog b/sys-infiniband/openib-perf/ChangeLog
index 2351804..a46004e 100644
--- a/sys-infiniband/openib-perf/ChangeLog
+++ b/sys-infiniband/openib-perf/ChangeLog
@@ -1,7 +1,11 @@
-# ChangeLog for sys-cluster/openib-perf
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# ChangeLog for sys-infiniband/openib-perf
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  25 Jun 2011; Justin Lecher <jlec@gentoo.org> openib-perf-1.2.ebuild,
+  metadata.xml:
+  RDEPEND is not explicitly assigned -> fixed
+
 *openib-perf-1.2 (21 Jan 2009)
 
   21 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> -openib-perf-1.1.ebuild,

diff --git a/sys-infiniband/openib-perf/metadata.xml b/sys-infiniband/openib-perf/metadata.xml
index 32ace61..8fb8c1c 100644
--- a/sys-infiniband/openib-perf/metadata.xml
+++ b/sys-infiniband/openib-perf/metadata.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>cluster</herd>
-<longdescription>
+	<herd>cluster</herd>
+	<longdescription>
 OpenIB uverbs micro-benchmarks.
 </longdescription>
 </pkgmetadata>

diff --git a/sys-infiniband/openib-perf/openib-perf-1.2.ebuild b/sys-infiniband/openib-perf/openib-perf-1.2.ebuild
index 1ca0caf..d251c36 100644
--- a/sys-infiniband/openib-perf/openib-perf-1.2.ebuild
+++ b/sys-infiniband/openib-perf/openib-perf-1.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="2"
+EAPI=3
 
 OFED_VER="1.4"
 OFED_SUFFIX="1.ofed1.4"
@@ -10,18 +10,16 @@ OFED_SUFFIX="1.ofed1.4"
 inherit openib
 
 DESCRIPTION="OpenIB uverbs micro-benchmarks"
+
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND=">=sys-infiniband/libibverbs-1.1.2
-		>=sys-infiniband/librdmacm-1.0.8"
-
-src_compile() {
-	emake || die "emake failed"
-}
+DEPEND="
+	>=sys-infiniband/libibverbs-1.1.2
+	>=sys-infiniband/librdmacm-1.0.8"
+RDEPEND="${DEPEND}"
 
 src_install() {
 	dodoc README Copying runme
 	dobin ib_*
 }
-



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-06-25 17:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-25 17:22 [gentoo-commits] proj/sci:master commit in: sys-infiniband/openib-perf/ Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox