From: "Richard Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/rtl_433/
Date: Thu, 8 Mar 2018 19:25:20 +0000 (UTC) [thread overview]
Message-ID: <1520537108.df62d37a1962f18208ce6018cb7185332931432b.zerochaos@gentoo> (raw)
commit: df62d37a1962f18208ce6018cb7185332931432b
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 7 16:00:42 2018 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Thu Mar 8 19:25:08 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df62d37a
net-wireless/rtl_433: snapshot
all the cool kids are doing it
Package-Manager: Portage-2.3.24, Repoman-2.3.6
net-wireless/rtl_433/Manifest | 1 +
net-wireless/rtl_433/rtl_433-0.1_p20180223.ebuild | 26 +++++++++++++++++++++++
net-wireless/rtl_433/rtl_433-9999.ebuild | 18 +++++++++++-----
3 files changed, 40 insertions(+), 5 deletions(-)
diff --git a/net-wireless/rtl_433/Manifest b/net-wireless/rtl_433/Manifest
new file mode 100644
index 00000000000..9792b2b2d8a
--- /dev/null
+++ b/net-wireless/rtl_433/Manifest
@@ -0,0 +1 @@
+DIST 51d275cd08c517d5445b568bf9c2f1b4103bec9f.tar.gz 228857 BLAKE2B a2fc4e49ce62a5908426fa8a35b0f305c1b09ac62c4f0e299141d1bd85c5c48824868197244307797a21e9919c284d04d6f981ed66c4c11745c7ce1772aebb8b SHA512 68a36159eadf9180969e8ad587db553829cd77d0d9c7226d29a32e39867387025a8ff373a0cf553aec07243685510ec3dbecedfcb96970e379265cd3def7a674
diff --git a/net-wireless/rtl_433/rtl_433-0.1_p20180223.ebuild b/net-wireless/rtl_433/rtl_433-0.1_p20180223.ebuild
new file mode 100644
index 00000000000..04955a8a9d0
--- /dev/null
+++ b/net-wireless/rtl_433/rtl_433-0.1_p20180223.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Decode OOK modulated signals"
+HOMEPAGE="https://github.com/merbanan/rtl_433"
+if [[ $PV == "9999" ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/merbanan/rtl_433"
+ KEYWORDS=""
+else
+ COMMIT="51d275cd08c517d5445b568bf9c2f1b4103bec9f"
+ SRC_URI="https://github.com/merbanan/rtl_433/archive/${COMMIT}.tar.gz"
+ S="${WORKDIR}/${PN}-${COMMIT}"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="net-wireless/rtl-sdr:="
+RDEPEND="${DEPEND}"
diff --git a/net-wireless/rtl_433/rtl_433-9999.ebuild b/net-wireless/rtl_433/rtl_433-9999.ebuild
index d491724df40..04955a8a9d0 100644
--- a/net-wireless/rtl_433/rtl_433-9999.ebuild
+++ b/net-wireless/rtl_433/rtl_433-9999.ebuild
@@ -1,18 +1,26 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit cmake-utils git-r3
+inherit cmake-utils
DESCRIPTION="Decode OOK modulated signals"
HOMEPAGE="https://github.com/merbanan/rtl_433"
-EGIT_REPO_URI="https://github.com/merbanan/rtl_433"
+if [[ $PV == "9999" ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/merbanan/rtl_433"
+ KEYWORDS=""
+else
+ COMMIT="51d275cd08c517d5445b568bf9c2f1b4103bec9f"
+ SRC_URI="https://github.com/merbanan/rtl_433/archive/${COMMIT}.tar.gz"
+ S="${WORKDIR}/${PN}-${COMMIT}"
+ KEYWORDS="~amd64 ~x86"
+fi
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS=""
IUSE=""
-DEPEND="net-wireless/rtl-sdr"
+DEPEND="net-wireless/rtl-sdr:="
RDEPEND="${DEPEND}"
next reply other threads:[~2018-03-08 19:25 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-08 19:25 Richard 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
2020-04-21 15:54 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
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=1520537108.df62d37a1962f18208ce6018cb7185332931432b.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