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/libibverbs: metadata.xml ChangeLog libibverbs-1.1.4.ebuild
Date: Thu, 30 Jun 2011 20:51:29
Message-Id: 20110630205119.D200D20054@flycatcher.gentoo.org
1 alexxy 11/06/30 20:51:19
2
3 Added: metadata.xml ChangeLog libibverbs-1.1.4.ebuild
4 Log:
5 [sys-infiniband/libibverbs] 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/libibverbs/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/libibverbs/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/libibverbs/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 libibverbs is a library that allows programs to use InfiniBand "verbs"
23 for direct access to IB hardware from userspace. For more information
24 on verbs, see the InfiniBand Architecture Specification vol. 1,
25 especially chapter 11.
26 </longdescription>
27 </pkgmetadata>
28
29
30
31 1.1 sys-infiniband/libibverbs/ChangeLog
32
33 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/libibverbs/ChangeLog?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/libibverbs/ChangeLog?rev=1.1&content-type=text/plain
35
36 Index: ChangeLog
37 ===================================================================
38 # ChangeLog for sys-infiniband/libibverbs
39 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
40 # $Header: /var/cvsroot/gentoo-x86/sys-infiniband/libibverbs/ChangeLog,v 1.1 2011/06/30 20:51:19 alexxy Exp $
41
42 *libibverbs-1.1.4 (30 Jun 2011)
43
44 30 Jun 2011; Alexey Shvetsov <alexxy@g.o> +libibverbs-1.1.4.ebuild,
45 +metadata.xml:
46 Initial import to tree
47
48
49
50
51 1.1 sys-infiniband/libibverbs/libibverbs-1.1.4.ebuild
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/libibverbs/libibverbs-1.1.4.ebuild?rev=1.1&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/libibverbs/libibverbs-1.1.4.ebuild?rev=1.1&content-type=text/plain
55
56 Index: libibverbs-1.1.4.ebuild
57 ===================================================================
58 # Copyright 1999-2011 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 # $Header: /var/cvsroot/gentoo-x86/sys-infiniband/libibverbs/libibverbs-1.1.4.ebuild,v 1.1 2011/06/30 20:51:19 alexxy Exp $
61
62 EAPI="4"
63
64 OFED_VER="1.5.3.1"
65 OFED_SUFFIX="1.22.g7257cd3"
66 OFED_SNAPSHOT="1"
67
68 inherit eutils openib
69
70 DESCRIPTION="A library allowing programs to use InfiniBand 'verbs' for direct access to IB hardware"
71 KEYWORDS="~amd64 ~x86"
72 IUSE=""
73
74 DEPEND="sys-fs/sysfsutils"
75 RDEPEND="${DEPEND}
76 !sys-infiniband/openib-userspace"
77
78 src_install() {
79 emake DESTDIR="${D}" install || die
80 dodoc README AUTHORS ChangeLog || die
81 }