From: "Rick Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/rtl_433/
Date: Tue, 21 Apr 2020 15:54:16 +0000 (UTC) [thread overview]
Message-ID: <1587484458.cd12f1675fc458854086bf18dd46e5dff8ad68e4.zerochaos@gentoo> (raw)
commit: cd12f1675fc458854086bf18dd46e5dff8ad68e4
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 21 15:54:05 2020 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Apr 21 15:54:18 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd12f167
net-wireless/rtl_433: bump
Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
net-wireless/rtl_433/Manifest | 1 +
.../{rtl_433-9999.ebuild => rtl_433-20.02_p20200321.ebuild} | 9 ++++++---
net-wireless/rtl_433/rtl_433-9999.ebuild | 9 ++++++---
3 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/net-wireless/rtl_433/Manifest b/net-wireless/rtl_433/Manifest
index 14b6f03b307..d131603853a 100644
--- a/net-wireless/rtl_433/Manifest
+++ b/net-wireless/rtl_433/Manifest
@@ -1 +1,2 @@
DIST rtl_433-0.1_p20190709.tar.gz 718424 BLAKE2B f7acd89013114c7d357edfc4610be8a7405feac11843dcb1bc7fefe81556a3b09ee26622dd58d68afb3d99840db8e997dbbc66cccda53a34964b32bac352462c SHA512 d36757a567c7696b150b03a1e09fda74f7a4ec454bc1b5658e4a6b22370de5c102a152257d436c87f0ddff325c17b0e9b8afbae0dc3e82ab04111d78a728a590
+DIST rtl_433-20.02_p20200321.tar.gz 800575 BLAKE2B a53fd0a7b3c5d64de235dd78ccff17de2a1c24a270d8bff76ff430b415f9c74b06edb51150c6ba42b3594fdb958702c1ab59a922f837c1161b60fb90a202c026 SHA512 f080cacc7a739716f6ea6cd3ac29b03aad8a20225f09d6052df8ba4fe1b7b2ed8080c27b86901aa245e3145139a24b4831b90c727b6a3fa2db2e14607320733f
diff --git a/net-wireless/rtl_433/rtl_433-9999.ebuild b/net-wireless/rtl_433/rtl_433-20.02_p20200321.ebuild
similarity index 73%
copy from net-wireless/rtl_433/rtl_433-9999.ebuild
copy to net-wireless/rtl_433/rtl_433-20.02_p20200321.ebuild
index b952620e854..eb316baa16a 100644
--- a/net-wireless/rtl_433/rtl_433-9999.ebuild
+++ b/net-wireless/rtl_433/rtl_433-20.02_p20200321.ebuild
@@ -1,6 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+#this doesn't work in eapi 7, even with emake
EAPI=6
inherit cmake-utils
@@ -12,9 +13,10 @@ if [[ $PV == "9999" ]]; then
EGIT_REPO_URI="https://github.com/merbanan/rtl_433"
KEYWORDS=""
else
- COMMIT="496f82b54b8957dbdd1bb60a080aeccfd31da73e"
+ COMMIT="f8d9a01e68a6578289cda0dae383942c4779a4b5"
SRC_URI="https://github.com/merbanan/rtl_433/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
+ #SRC_URI="https://github.com/merbanan/rtl_433/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
@@ -22,7 +24,8 @@ LICENSE="GPL-2"
SLOT="0"
IUSE="+rtlsdr soapy"
-DEPEND="rtlsdr? ( net-wireless/rtl-sdr:= )
+DEPEND="rtlsdr? ( net-wireless/rtl-sdr:=
+ virtual/libusb:1 )
soapy? ( net-wireless/soapysdr:= )"
RDEPEND="${DEPEND}"
diff --git a/net-wireless/rtl_433/rtl_433-9999.ebuild b/net-wireless/rtl_433/rtl_433-9999.ebuild
index b952620e854..eb316baa16a 100644
--- a/net-wireless/rtl_433/rtl_433-9999.ebuild
+++ b/net-wireless/rtl_433/rtl_433-9999.ebuild
@@ -1,6 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+#this doesn't work in eapi 7, even with emake
EAPI=6
inherit cmake-utils
@@ -12,9 +13,10 @@ if [[ $PV == "9999" ]]; then
EGIT_REPO_URI="https://github.com/merbanan/rtl_433"
KEYWORDS=""
else
- COMMIT="496f82b54b8957dbdd1bb60a080aeccfd31da73e"
+ COMMIT="f8d9a01e68a6578289cda0dae383942c4779a4b5"
SRC_URI="https://github.com/merbanan/rtl_433/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
+ #SRC_URI="https://github.com/merbanan/rtl_433/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
@@ -22,7 +24,8 @@ LICENSE="GPL-2"
SLOT="0"
IUSE="+rtlsdr soapy"
-DEPEND="rtlsdr? ( net-wireless/rtl-sdr:= )
+DEPEND="rtlsdr? ( net-wireless/rtl-sdr:=
+ virtual/libusb:1 )
soapy? ( net-wireless/soapysdr:= )"
RDEPEND="${DEPEND}"
next reply other threads:[~2020-04-21 15:54 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-21 15:54 Rick Farina [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-04 16:08 [gentoo-commits] repo/gentoo:master commit in: net-wireless/rtl_433/ Rick Farina
2023-02-16 15:37 Rick Farina
2022-03-16 20:54 Rick Farina
2021-06-18 17:09 Rick Farina
2020-09-22 16:34 Rick Farina
2020-05-28 2:00 Rick Farina
2019-07-18 16:13 Rick Farina
2019-07-15 14:20 Ulrich Müller
2019-07-10 15:57 Rick Farina
2018-03-09 20:18 Richard Farina
2018-03-08 19:25 Richard Farina
2017-07-15 1: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=1587484458.cd12f1675fc458854086bf18dd46e5dff8ad68e4.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