Gentoo Archives: gentoo-commits

From: Rick Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapysdr/
Date: Wed, 28 Aug 2019 14:52:07
Message-Id: 1567003846.20709ce25476e92d1c44f6e4e8237b7963dbacbd.zerochaos@gentoo
1 commit: 20709ce25476e92d1c44f6e4e8237b7963dbacbd
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 14:50:28 2019 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 14:50:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20709ce2
7
8 net-wireless/soapysdr: bump
9
10 Package-Manager: Portage-2.3.72, Repoman-2.3.17
11 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
12
13 net-wireless/soapysdr/Manifest | 3 +-
14 net-wireless/soapysdr/soapysdr-0.6.1-r1.ebuild | 53 ----------------------
15 ...soapysdr-0.7.0.ebuild => soapysdr-0.7.1.ebuild} | 0
16 3 files changed, 1 insertion(+), 55 deletions(-)
17
18 diff --git a/net-wireless/soapysdr/Manifest b/net-wireless/soapysdr/Manifest
19 index 51daf073add..3f6515b2a52 100644
20 --- a/net-wireless/soapysdr/Manifest
21 +++ b/net-wireless/soapysdr/Manifest
22 @@ -1,2 +1 @@
23 -DIST soapysdr-0.6.1.tar.gz 112820 BLAKE2B 42376a7a43c0d5a87a5b17b7d901cc7c74885083051c433c1f22427fe07a4fb0f111ddb460867bd7f748cb3ac6858b15e3dc69ba3ecca4574802c6bd0856a8cc SHA512 80ae8d0b096139e0df70524a1ff05fa1954755177d7920dbd8acb37e45cf86729e2745dcfd4e9c7ae2d7aa564335c2f197ca25ea387daa8f376d6c3e93234106
24 -DIST soapysdr-0.7.0.tar.gz 122933 BLAKE2B 2bd2f8812a6258a92ca4fe82ced10e3e97e348927dfc8a1f702a7ee4900b4fbe966a32566d1640a3474734074524cf31d8850b47a9b177e6e0e4d92c531409a6 SHA512 3dc69f070a2fe7acee9239154e58b21aa9c321fe35e2de77dfed8561016a93d5e693b5288da6d05e3d8c0f9ab7552ea12c4fd74ddb8d3c118d576f58251fb632
25 +DIST soapysdr-0.7.1.tar.gz 124532 BLAKE2B 157c24610b5f89b549a7d670e26ba68cabb923b7fd95bab4adc4896f7fb9e13f58e53671a4802804bc15b09eb1113baddb5879fd14efe8b8ea1bfbff363dde0f SHA512 9b2c4251d6362faecf770df021b74e3b387b99699ae4f7d3f145801e2acc901a3803f7b4d2cd50267013f1add6658703dfa5db6db28b8a645f1f8230117123cd
26
27 diff --git a/net-wireless/soapysdr/soapysdr-0.6.1-r1.ebuild b/net-wireless/soapysdr/soapysdr-0.6.1-r1.ebuild
28 deleted file mode 100644
29 index 0b2bcdea38a..00000000000
30 --- a/net-wireless/soapysdr/soapysdr-0.6.1-r1.ebuild
31 +++ /dev/null
32 @@ -1,53 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
39 -
40 -inherit cmake-utils python-r1
41 -
42 -DESCRIPTION="vendor and platform neutral SDR support library"
43 -HOMEPAGE="https://github.com/pothosware/SoapySDR"
44 -
45 -if [ "${PV}" = "9999" ]; then
46 - EGIT_REPO_URI="https://github.com/pothosware/SoapySDR.git"
47 - EGIT_CLONE_TYPE="shallow"
48 - KEYWORDS=""
49 - inherit git-r3
50 -else
51 - KEYWORDS="~amd64 ~x86"
52 - SRC_URI="https://github.com/pothosware/SoapySDR/archive/soapy-sdr-${PV}.tar.gz -> ${P}.tar.gz"
53 - S="${WORKDIR}"/SoapySDR-soapy-sdr-"${PV}"
54 -fi
55 -
56 -LICENSE="Boost-1.0"
57 -SLOT="0"
58 -
59 -IUSE="bladerf hackrf python rtlsdr plutosdr uhd"
60 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
61 -
62 -RDEPEND="python? ( ${PYTHON_DEPS} )"
63 -DEPEND="${RDEPEND}
64 - python? ( dev-lang/swig:0 )
65 -"
66 -PDEPEND="bladerf? ( net-wireless/soapybladerf )
67 - hackrf? ( net-wireless/soapyhackrf )
68 - rtlsdr? ( net-wireless/soapyrtlsdr )
69 - plutosdr? ( net-wireless/soapyplutosdr )
70 - uhd? ( net-wireless/soapyuhd )"
71 -
72 -src_configure() {
73 - configuration() {
74 - mycmakeargs+=( -DENABLE_PYTHON=ON )
75 - if python_is_python3; then
76 - mycmakeargs+=( -DBUILD_PYTHON3=ON )
77 - fi
78 - }
79 -
80 - if use python; then
81 - python_foreach_impl configuration
82 - fi
83 -
84 - cmake-utils_src_configure
85 -}
86
87 diff --git a/net-wireless/soapysdr/soapysdr-0.7.0.ebuild b/net-wireless/soapysdr/soapysdr-0.7.1.ebuild
88 similarity index 100%
89 rename from net-wireless/soapysdr/soapysdr-0.7.0.ebuild
90 rename to net-wireless/soapysdr/soapysdr-0.7.1.ebuild