Gentoo Archives: gentoo-commits

From: "Richard Farina (zerochaos)" <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libhackrf: libhackrf-9999.ebuild metadata.xml ChangeLog
Date: Sat, 25 May 2013 15:28:18
Message-Id: 20130525152815.7C9A92171D@flycatcher.gentoo.org
1 zerochaos 13/05/25 15:28:15
2
3 Added: libhackrf-9999.ebuild metadata.xml ChangeLog
4 Log:
5 initial commit of libhackrf support for GSG's HackRF devices
6
7 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
8
9 Revision Changes Path
10 1.1 net-libs/libhackrf/libhackrf-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libhackrf/libhackrf-9999.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libhackrf/libhackrf-9999.ebuild?rev=1.1&content-type=text/plain
14
15 Index: libhackrf-9999.ebuild
16 ===================================================================
17 # Copyright 1999-2013 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/net-libs/libhackrf/libhackrf-9999.ebuild,v 1.1 2013/05/25 15:28:15 zerochaos Exp $
20
21 EAPI=5
22
23 inherit cmake-utils git-2
24
25 DESCRIPTION="library for communicating with HackRF SDR platform"
26 HOMEPAGE="https://github.com/mossmann/hackrf"
27 EGIT_REPO_URI="https://github.com/mossmann/hackrf.git"
28 SRC_URI=""
29
30 LICENSE="BSD"
31 SLOT="0"
32 KEYWORDS=""
33 #KEYWORDS="~amd64 ~arm ~x86"
34 IUSE=""
35
36 DEPEND="virtual/libusb:1"
37 RDEPEND="${DEPEND}"
38
39 EGIT_SOURCEDIR=${WORKDIR}/${P}
40 S="${WORKDIR}/${P}/host/libhackrf"
41
42
43
44 1.1 net-libs/libhackrf/metadata.xml
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libhackrf/metadata.xml?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libhackrf/metadata.xml?rev=1.1&content-type=text/plain
48
49 Index: metadata.xml
50 ===================================================================
51 <?xml version="1.0" encoding="UTF-8"?>
52 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
53 <pkgmetadata>
54 <herd>Radio</herd>
55 <maintainer>
56 <email>zerochaos@g.o</email>
57 <name>Rick Farina</name>
58 </maintainer>
59 <longdescription lang="en">
60 </longdescription>
61 </pkgmetadata>
62
63
64
65
66 1.1 net-libs/libhackrf/ChangeLog
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libhackrf/ChangeLog?rev=1.1&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libhackrf/ChangeLog?rev=1.1&content-type=text/plain
70
71 Index: ChangeLog
72 ===================================================================
73 # ChangeLog for net-libs/libhackrf
74 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
75 # $Header: /var/cvsroot/gentoo-x86/net-libs/libhackrf/ChangeLog,v 1.1 2013/05/25 15:28:15 zerochaos Exp $
76
77 *libhackrf-9999 (25 May 2013)
78
79 25 May 2013; Rick Farina <zerochaos@g.o> +libhackrf-9999.ebuild,
80 +metadata.xml:
81 initial commit of libhackrf support for GSG's HackRF devices