zerochaos 15/07/30 04:58:54 Modified: hackrf-tools-9999.ebuild ChangeLog Added: hackrf-tools-2015.07.2-r1.ebuild Log: ease following flashing instructions by symlinking original names (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Revision Changes Path 1.11 net-wireless/hackrf-tools/hackrf-tools-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/hackrf-tools/hackrf-tools-9999.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/hackrf-tools/hackrf-tools-9999.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/hackrf-tools/hackrf-tools-9999.ebuild?r1=1.10&r2=1.11 Index: hackrf-tools-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-wireless/hackrf-tools/hackrf-tools-9999.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- hackrf-tools-9999.ebuild 24 Jul 2015 16:42:18 -0000 1.10 +++ hackrf-tools-9999.ebuild 30 Jul 2015 04:58:54 -0000 1.11 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hackrf-tools/hackrf-tools-9999.ebuild,v 1.10 2015/07/24 16:42:18 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hackrf-tools/hackrf-tools-9999.ebuild,v 1.11 2015/07/30 04:58:54 zerochaos Exp $ EAPI=5 @@ -37,6 +37,8 @@ newins "${WORKDIR}/hackrf-${PV}/firmware-bin/hackrf_one_usb_rom_to_ram.bin" hackrf_one_usb_rom_to_ram-${PV}.bin newins "${WORKDIR}/hackrf-${PV}/firmware-bin/hackrf_one_usb_ram.dfu" hackrf_one_usb_ram-${PV}.dfu newins "${WORKDIR}/hackrf-${PV}/firmware/cpld/sgpio_if/default.xsvf" hackrf_cpld_default-${PV}.xsvf + ln -s hackrf_one_usb_rom_to_ram-${PV}.bin "${ED}/usr/share/hackrf/hackrf_one_usb_rom_to_ram.bin" + ln -s hackrf_one_usb_ram-${PV}.dfu "${ED}/usr/share/hackrf/hackrf_one_usb_ram.dfu" else ewarn "The compiled firmware files are only available in the versioned releases, you are on your own for this." fi 1.15 net-wireless/hackrf-tools/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/hackrf-tools/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/hackrf-tools/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/hackrf-tools/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-wireless/hackrf-tools/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 24 Jul 2015 16:42:18 -0000 1.14 +++ ChangeLog 30 Jul 2015 04:58:54 -0000 1.15 @@ -1,6 +1,12 @@ # ChangeLog for net-wireless/hackrf-tools # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hackrf-tools/ChangeLog,v 1.14 2015/07/24 16:42:18 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hackrf-tools/ChangeLog,v 1.15 2015/07/30 04:58:54 zerochaos Exp $ + +*hackrf-tools-2015.07.2-r1 (30 Jul 2015) + + 30 Jul 2015; Rick Farina <[email protected]> + +hackrf-tools-2015.07.2-r1.ebuild, hackrf-tools-9999.ebuild: + ease following flashing instructions by symlinking original names *hackrf-tools-2015.07.2 (24 Jul 2015) 1.1 net-wireless/hackrf-tools/hackrf-tools-2015.07.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/hackrf-tools/hackrf-tools-2015.07.2-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/hackrf-tools/hackrf-tools-2015.07.2-r1.ebuild?rev=1.1&content-type=text/plain Index: hackrf-tools-2015.07.2-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-wireless/hackrf-tools/hackrf-tools-2015.07.2-r1.ebuild,v 1.1 2015/07/30 04:58:54 zerochaos Exp $ EAPI=5 inherit cmake-utils DESCRIPTION="library for communicating with HackRF SDR platform" HOMEPAGE="http://greatscottgadgets.com/hackrf/" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/mossmann/hackrf.git" inherit git-2 KEYWORDS="" EGIT_SOURCEDIR="${WORKDIR}/hackrf" S="${WORKDIR}/hackrf/host/hackrf-tools" else S="${WORKDIR}/hackrf-${PV}/host/hackrf-tools" SRC_URI="https://github.com/mossmann/hackrf/releases/download/v${PV}/hackrf-${PV}.tar.xz" KEYWORDS="~amd64 ~arm ~ppc ~x86" fi LICENSE="BSD" SLOT="0" IUSE="" DEPEND="=net-libs/libhackrf-${PV}:=" RDEPEND="${DEPEND}" src_install() { cmake-utils_src_install if [[ ${PV} != "9999" ]] ; then insinto /usr/share/hackrf newins "${WORKDIR}/hackrf-${PV}/firmware-bin/hackrf_jawbreaker_usb_rom_to_ram.bin" hackrf_jawbreaker_usb_rom_to_ram-${PV}.bin newins "${WORKDIR}/hackrf-${PV}/firmware-bin/hackrf_jawbreaker_usb_ram.dfu" hackrf_jawbreaker_usb_ram-${PV}.dfu newins "${WORKDIR}/hackrf-${PV}/firmware-bin/hackrf_one_usb_rom_to_ram.bin" hackrf_one_usb_rom_to_ram-${PV}.bin newins "${WORKDIR}/hackrf-${PV}/firmware-bin/hackrf_one_usb_ram.dfu" hackrf_one_usb_ram-${PV}.dfu newins "${WORKDIR}/hackrf-${PV}/firmware/cpld/sgpio_if/default.xsvf" hackrf_cpld_default-${PV}.xsvf ln -s hackrf_one_usb_rom_to_ram-${PV}.bin "${ED}/usr/share/hackrf/hackrf_one_usb_rom_to_ram.bin" ln -s hackrf_one_usb_ram-${PV}.dfu "${ED}/usr/share/hackrf/hackrf_one_usb_ram.dfu" else ewarn "The compiled firmware files are only available in the versioned releases, you are on your own for this." fi }
