Gentoo Archives: gentoo-commits

From: "Alexey Shvetsov (alexxy)" <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-infiniband/libibumad: metadata.xml ChangeLog libibumad-1.3.7.ebuild
Date: Thu, 30 Jun 2011 20:56:12
Message-Id: 20110630205557.7DFB620054@flycatcher.gentoo.org
1 alexxy 11/06/30 20:55:57
2
3 Added: metadata.xml ChangeLog libibumad-1.3.7.ebuild
4 Log:
5 [sys-infiniband/libibumad] Initial import to tree
6
7 (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sys-infiniband/libibumad/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/libibumad/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/libibumad/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>cluster</herd>
21 <longdescription>
22 OpenIB User MAD library functions which sit on top of the user MAD modules in
23 the kernel. These are used by the IB diagnostic and management tools, including
24 OpenSM.
25 </longdescription>
26 </pkgmetadata>
27
28
29
30 1.1 sys-infiniband/libibumad/ChangeLog
31
32 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/libibumad/ChangeLog?rev=1.1&view=markup
33 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/libibumad/ChangeLog?rev=1.1&content-type=text/plain
34
35 Index: ChangeLog
36 ===================================================================
37 # ChangeLog for sys-infiniband/libibumad
38 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
39 # $Header: /var/cvsroot/gentoo-x86/sys-infiniband/libibumad/ChangeLog,v 1.1 2011/06/30 20:55:57 alexxy Exp $
40
41 *libibumad-1.3.7 (30 Jun 2011)
42
43 30 Jun 2011; Alexey Shvetsov <alexxy@g.o> +libibumad-1.3.7.ebuild,
44 +metadata.xml:
45 Initial import to tree
46
47
48
49
50 1.1 sys-infiniband/libibumad/libibumad-1.3.7.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/libibumad/libibumad-1.3.7.ebuild?rev=1.1&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/libibumad/libibumad-1.3.7.ebuild?rev=1.1&content-type=text/plain
54
55 Index: libibumad-1.3.7.ebuild
56 ===================================================================
57 # Copyright 1999-2011 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 # $Header: /var/cvsroot/gentoo-x86/sys-infiniband/libibumad/libibumad-1.3.7.ebuild,v 1.1 2011/06/30 20:55:57 alexxy Exp $
60
61 EAPI="4"
62
63 OFED_VER="1.5.3.1"
64 OFED_SUFFIX="1"
65
66 inherit openib
67
68 DESCRIPTION="OpenIB User MAD library functions which sit on top of the user MAD modules in the kernel."
69 KEYWORDS="~amd64 ~x86"
70 IUSE=""
71
72 DEPEND="
73 >=sys-infiniband/libibverbs-1.1.4
74 "
75 RDEPEND="${DEPEND}"
76
77 src_install() {
78 make DESTDIR="${D}" install || die "install failed"
79 }