--- /dev/null
+# 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}"
-# 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}"