From: "Rick Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapysdr/
Date: Wed, 28 Aug 2019 14:52:02 +0000 (UTC) [thread overview]
Message-ID: <1567003846.20709ce25476e92d1c44f6e4e8237b7963dbacbd.zerochaos@gentoo> (raw)
commit: 20709ce25476e92d1c44f6e4e8237b7963dbacbd
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 14:50:28 2019 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 14:50:46 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20709ce2
net-wireless/soapysdr: bump
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
net-wireless/soapysdr/Manifest | 3 +-
net-wireless/soapysdr/soapysdr-0.6.1-r1.ebuild | 53 ----------------------
...soapysdr-0.7.0.ebuild => soapysdr-0.7.1.ebuild} | 0
3 files changed, 1 insertion(+), 55 deletions(-)
diff --git a/net-wireless/soapysdr/Manifest b/net-wireless/soapysdr/Manifest
index 51daf073add..3f6515b2a52 100644
--- a/net-wireless/soapysdr/Manifest
+++ b/net-wireless/soapysdr/Manifest
@@ -1,2 +1 @@
-DIST soapysdr-0.6.1.tar.gz 112820 BLAKE2B 42376a7a43c0d5a87a5b17b7d901cc7c74885083051c433c1f22427fe07a4fb0f111ddb460867bd7f748cb3ac6858b15e3dc69ba3ecca4574802c6bd0856a8cc SHA512 80ae8d0b096139e0df70524a1ff05fa1954755177d7920dbd8acb37e45cf86729e2745dcfd4e9c7ae2d7aa564335c2f197ca25ea387daa8f376d6c3e93234106
-DIST soapysdr-0.7.0.tar.gz 122933 BLAKE2B 2bd2f8812a6258a92ca4fe82ced10e3e97e348927dfc8a1f702a7ee4900b4fbe966a32566d1640a3474734074524cf31d8850b47a9b177e6e0e4d92c531409a6 SHA512 3dc69f070a2fe7acee9239154e58b21aa9c321fe35e2de77dfed8561016a93d5e693b5288da6d05e3d8c0f9ab7552ea12c4fd74ddb8d3c118d576f58251fb632
+DIST soapysdr-0.7.1.tar.gz 124532 BLAKE2B 157c24610b5f89b549a7d670e26ba68cabb923b7fd95bab4adc4896f7fb9e13f58e53671a4802804bc15b09eb1113baddb5879fd14efe8b8ea1bfbff363dde0f SHA512 9b2c4251d6362faecf770df021b74e3b387b99699ae4f7d3f145801e2acc901a3803f7b4d2cd50267013f1add6658703dfa5db6db28b8a645f1f8230117123cd
diff --git a/net-wireless/soapysdr/soapysdr-0.6.1-r1.ebuild b/net-wireless/soapysdr/soapysdr-0.6.1-r1.ebuild
deleted file mode 100644
index 0b2bcdea38a..00000000000
--- a/net-wireless/soapysdr/soapysdr-0.6.1-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
-
-inherit cmake-utils python-r1
-
-DESCRIPTION="vendor and platform neutral SDR support library"
-HOMEPAGE="https://github.com/pothosware/SoapySDR"
-
-if [ "${PV}" = "9999" ]; then
- EGIT_REPO_URI="https://github.com/pothosware/SoapySDR.git"
- EGIT_CLONE_TYPE="shallow"
- KEYWORDS=""
- inherit git-r3
-else
- KEYWORDS="~amd64 ~x86"
- SRC_URI="https://github.com/pothosware/SoapySDR/archive/soapy-sdr-${PV}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}"/SoapySDR-soapy-sdr-"${PV}"
-fi
-
-LICENSE="Boost-1.0"
-SLOT="0"
-
-IUSE="bladerf hackrf python rtlsdr plutosdr uhd"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="python? ( ${PYTHON_DEPS} )"
-DEPEND="${RDEPEND}
- python? ( dev-lang/swig:0 )
-"
-PDEPEND="bladerf? ( net-wireless/soapybladerf )
- hackrf? ( net-wireless/soapyhackrf )
- rtlsdr? ( net-wireless/soapyrtlsdr )
- plutosdr? ( net-wireless/soapyplutosdr )
- uhd? ( net-wireless/soapyuhd )"
-
-src_configure() {
- configuration() {
- mycmakeargs+=( -DENABLE_PYTHON=ON )
- if python_is_python3; then
- mycmakeargs+=( -DBUILD_PYTHON3=ON )
- fi
- }
-
- if use python; then
- python_foreach_impl configuration
- fi
-
- cmake-utils_src_configure
-}
diff --git a/net-wireless/soapysdr/soapysdr-0.7.0.ebuild b/net-wireless/soapysdr/soapysdr-0.7.1.ebuild
similarity index 100%
rename from net-wireless/soapysdr/soapysdr-0.7.0.ebuild
rename to net-wireless/soapysdr/soapysdr-0.7.1.ebuild
next reply other threads:[~2019-08-28 14:52 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-28 14:52 Rick Farina [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-08 5:23 [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapysdr/ Matt Jolly
2024-06-02 1:46 Sam James
2024-06-02 1:44 Sam James
2024-05-18 8:18 Arthur Zamarin
2023-08-19 13:41 Rick Farina
2023-08-19 13:41 Rick Farina
2023-08-19 13:41 Rick Farina
2023-04-06 2:18 Rick Farina
2023-04-04 19:56 Rick Farina
2023-04-04 19:56 Rick Farina
2022-07-13 6:15 Sam James
2022-06-10 13:03 Thomas Beierlein
2022-04-30 19:09 Marek Szuba
2021-06-10 3:37 Sam James
2020-12-04 3:16 Rick Farina
2020-08-14 23:22 Andreas Sturmlechner
2020-02-10 21:25 Michał Górny
2019-12-20 19:41 Rick Farina
2018-11-07 20:01 Rick Farina
2018-09-04 20:54 Richard Farina
2018-08-26 10:03 Christian Ruppert
2018-02-19 17:29 Richard Farina
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1567003846.20709ce25476e92d1c44f6e4e8237b7963dbacbd.zerochaos@gentoo \
--to=zerochaos@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox