net-wireless/rtl-sdr: bump snapshot
authorZero_Chaos <zerochaos@gentoo.org>
Mon, 19 Feb 2018 02:15:30 +0000 (21:15 -0500)
committerZero_Chaos <zerochaos@gentoo.org>
Mon, 19 Feb 2018 17:29:04 +0000 (12:29 -0500)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

net-wireless/rtl-sdr/Manifest
net-wireless/rtl-sdr/rtl-sdr-0.5.0.ebuild [deleted file]
net-wireless/rtl-sdr/rtl-sdr-0.5.3.ebuild [deleted file]
net-wireless/rtl-sdr/rtl-sdr-0.5.3_p20170919.ebuild [moved from net-wireless/rtl-sdr/rtl-sdr-0.5.3-r1.ebuild with 79% similarity]
net-wireless/rtl-sdr/rtl-sdr-9999.ebuild

index 29d3189f1d6a3796b600044724bd6cfbfe80418c..26c994c805217c1c4f8ef34851663c653b412e15 100644 (file)
@@ -1,3 +1,2 @@
-DIST rtl-sdr-0.5.0.tar.xz 401088 BLAKE2B f0a528cd84d1307f2671276bdb093f017b7b5b5243ec47957340c33ba7e93c100eed43a8b162e791b4e63875809c9f2c539ed6b64fc282ad05032270b3849605 SHA512 5e561002b32b60d251cd0b859f19e104ad5b249e45043c759a7a4d28ba9efbeadb3cb1be42d4e9da425bbe2c4d642f03d2c0f5e4078e62f68b88057adf6482f4
-DIST rtl-sdr-0.5.3.tar.xz 98220 BLAKE2B 6f686bc241d52c336897fbeab951168a434671ac4bfb2ed4e1328e4d069618afdfc1b5977b379a66f57eb11f43f71212c53d2e2f4b67a5653612218be2c53b77 SHA512 e87c03d2f7754f59b346cc03ccd374bcb57a9bdc6c8a8fa4cafecb8cb429b161d5a63b9244298caaf654adfe4d6ed4456222f4acae3b98b7a79b5ab50da22900
 DIST rtl-sdr-0.5.3_p20150730.tar.xz 485476 BLAKE2B 950d6b6d959bf6998c1ddb0c8ee55621e05ccce16abc7b03ee6632dc194249a8cea75f68697a54c0e156750708f14365bbb327f4198e36a9e042898ea015f945 SHA512 b19e9ce6ebc1c63a26ad3d8b13ccdcac76d4dee317aba547a8cd760e59256251df59ecc3ff6f8cb42d9be8235d67bd280f3373e58acb64f553fae5e3c2d113a6
+DIST rtl-sdr-0.5.3_p20170919.tar.xz 98972 BLAKE2B fb7d977bd05a2c717897ba58a2242698d1a90cf38a7a8340d7ec8c3aefeeff49bfe9612285253b27c6726ae584172e0b26c8f535bc4bec704958c1296e232f04 SHA512 b1b97c720882ccbe8be8e30af28b8d52c5a27507861bdb9e964e153cd8ece9de977abd271b68861c163a7cf239044f28c8d17ccda5ff5acf60f17d839d782a82
diff --git a/net-wireless/rtl-sdr/rtl-sdr-0.5.0.ebuild b/net-wireless/rtl-sdr/rtl-sdr-0.5.0.ebuild
deleted file mode 100644 (file)
index 5d71def..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools
-
-DESCRIPTION="turns your Realtek RTL2832 based DVB dongle into a SDR receiver"
-HOMEPAGE="http://sdr.osmocom.org/trac/wiki/rtl-sdr"
-
-if [[ ${PV} == 9999* ]]; then
-       inherit git-2
-       SRC_URI=""
-       EGIT_REPO_URI="git://git.osmocom.org/${PN}.git"
-       KEYWORDS=""
-else
-       SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz"
-       KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND="virtual/libusb:1"
-DEPEND="${RDEPEND}"
-
-DOCS=( ${PN}.rules )
-
-src_unpack() {
-       if [[ ${PV} == 9999* ]]; then
-               git-2_src_unpack
-       else
-               default
-               mv ${PN} ${P} || die
-       fi
-}
-
-src_prepare() {
-       eautoreconf
-}
-
-pkg_postinst() {
-       local rulesfiles=( "${EPREFIX}"/etc/udev/rules.d/*${PN}.rules )
-       if [[ ! -f ${rulesfiles} ]]; then
-               elog "By default, only users in the usb group can capture."
-               elog "Just run 'gpasswd -a <USER> usb', then have <USER> re-login."
-               elog "Or the device can be WORLD readable and writable by installing ${PN}.rules"
-               elog "from the documentation directory to ${EPREFIX}/etc/udev/rules.d/"
-       fi
-}
diff --git a/net-wireless/rtl-sdr/rtl-sdr-0.5.3.ebuild b/net-wireless/rtl-sdr/rtl-sdr-0.5.3.ebuild
deleted file mode 100644 (file)
index 9b10b62..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools
-
-DESCRIPTION="turns your Realtek RTL2832 based DVB dongle into a SDR receiver"
-HOMEPAGE="http://sdr.osmocom.org/trac/wiki/rtl-sdr"
-
-if [[ ${PV} == 9999* ]]; then
-       inherit git-r3
-       SRC_URI=""
-       EGIT_REPO_URI="git://git.osmocom.org/${PN}.git"
-       KEYWORDS=""
-else
-       SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz"
-       KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND="virtual/libusb:1"
-DEPEND="${RDEPEND}"
-
-DOCS=( ${PN}.rules )
-
-src_unpack() {
-       if [[ ${PV} == 9999* ]]; then
-               git-r3_src_unpack
-       else
-               default
-       fi
-}
-
-src_prepare() {
-       sed -i "s:pkgdocdir:docdir:g" Makefile.am || die
-       eautoreconf
-}
-
-src_configure() {
-       econf --docdir="/usr/share/doc/${PF}"
-}
-
-pkg_postinst() {
-       local rulesfiles=( "${EPREFIX}"/etc/udev/rules.d/*${PN}.rules )
-       if [[ ! -f ${rulesfiles} ]]; then
-               elog "By default, only users in the usb group can capture."
-               elog "Just run 'gpasswd -a <USER> usb', then have <USER> re-login."
-               elog "Or the device can be WORLD readable and writable by installing ${PN}.rules"
-               elog "from the documentation directory to ${EPREFIX}/etc/udev/rules.d/"
-       fi
-}
similarity index 79%
rename from net-wireless/rtl-sdr/rtl-sdr-0.5.3-r1.ebuild
rename to net-wireless/rtl-sdr/rtl-sdr-0.5.3_p20170919.ebuild
index 1ea1b5619b2a485f8d731d4da2b774c37396c810..cb32ad203bb97419e44dcd0f49ea18ba809273a7 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 inherit cmake-utils multilib
 
@@ -11,9 +11,12 @@ HOMEPAGE="http://sdr.osmocom.org/trac/wiki/rtl-sdr"
 if [[ ${PV} == 9999* ]]; then
        inherit git-r3
        SRC_URI=""
-       EGIT_REPO_URI="git://git.osmocom.org/${PN}.git"
+       EGIT_REPO_URI="https://git.osmocom.org/${PN}"
        KEYWORDS=""
 else
+       #git clone https://git.osmocom.org/rtl-sdr
+       #cd rtl-sdr
+       #git archive --format=tar --prefix=rtl-sdr-${PV}/ master | xz > ../rtl-sdr-${PV}.tar.xz
        SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz"
        KEYWORDS="~amd64 ~arm ~x86"
 fi
index 1ea1b5619b2a485f8d731d4da2b774c37396c810..cb32ad203bb97419e44dcd0f49ea18ba809273a7 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 inherit cmake-utils multilib
 
@@ -11,9 +11,12 @@ HOMEPAGE="http://sdr.osmocom.org/trac/wiki/rtl-sdr"
 if [[ ${PV} == 9999* ]]; then
        inherit git-r3
        SRC_URI=""
-       EGIT_REPO_URI="git://git.osmocom.org/${PN}.git"
+       EGIT_REPO_URI="https://git.osmocom.org/${PN}"
        KEYWORDS=""
 else
+       #git clone https://git.osmocom.org/rtl-sdr
+       #cd rtl-sdr
+       #git archive --format=tar --prefix=rtl-sdr-${PV}/ master | xz > ../rtl-sdr-${PV}.tar.xz
        SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.xz"
        KEYWORDS="~amd64 ~arm ~x86"
 fi