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/libibvpp: metadata.xml ChangeLog libibvpp-0.1.ebuild
Date: Thu, 30 Jun 2011 21:35:23
Message-Id: 20110630213514.7C44F20054@flycatcher.gentoo.org
1 alexxy 11/06/30 21:35:14
2
3 Added: metadata.xml ChangeLog libibvpp-0.1.ebuild
4 Log:
5 [sys-infiniband/libibvpp] 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/libibvpp/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/libibvpp/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/libibvpp/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 libibvpp is a C++ wrapper around libibverbs, which is part of OpenIB.
23 </longdescription>
24 </pkgmetadata>
25
26
27
28 1.1 sys-infiniband/libibvpp/ChangeLog
29
30 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/libibvpp/ChangeLog?rev=1.1&view=markup
31 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/libibvpp/ChangeLog?rev=1.1&content-type=text/plain
32
33 Index: ChangeLog
34 ===================================================================
35 # ChangeLog for sys-infiniband/libibvpp
36 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
37 # $Header: /var/cvsroot/gentoo-x86/sys-infiniband/libibvpp/ChangeLog,v 1.1 2011/06/30 21:35:14 alexxy Exp $
38
39 *libibvpp-0.1 (30 Jun 2011)
40
41 30 Jun 2011; Alexey Shvetsov <alexxy@g.o> +libibvpp-0.1.ebuild,
42 +metadata.xml:
43 Initial import to tree
44
45
46
47
48 1.1 sys-infiniband/libibvpp/libibvpp-0.1.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/libibvpp/libibvpp-0.1.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-infiniband/libibvpp/libibvpp-0.1.ebuild?rev=1.1&content-type=text/plain
52
53 Index: libibvpp-0.1.ebuild
54 ===================================================================
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/sys-infiniband/libibvpp/libibvpp-0.1.ebuild,v 1.1 2011/06/30 21:35:14 alexxy Exp $
58
59 EAPI="4"
60
61 SLOT="0"
62 LICENSE="NOSA BSD-2"
63
64 KEYWORDS="~amd64 ~x86"
65
66 DESCRIPTION="libibvpp is a C++ wrapper around libibverbs, which is part of OpenIB."
67 HOMEPAGE="http://opensource.arc.nasa.gov/software/libibvpp/"
68 SRC_URI="http://opensource.arc.nasa.gov/static/opensource/downloads/${P}.tar.gz"
69
70 IUSE=""
71
72 DEPEND="|| ( sys-infiniband/libibverbs sys-infiniband/openib-userspace )"
73 RDEPEND="${DEPEND}"
74
75 src_install() {
76 emake DESTDIR="${D}" install || die "install failed"
77 dodoc README AUTHORS ChangeLog
78 }