From 71deace00d1a2b091313fe137ab7092418c6f87c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 10 Feb 2020 21:05:55 +0000 Subject: gentoo resync : 10.02.2020 --- net-wireless/mousejack/Manifest | 2 +- .../mousejack/mousejack-0.0_p20160726-r1.ebuild | 45 --------------------- .../mousejack/mousejack-0.0_p20160726-r2.ebuild | 47 ++++++++++++++++++++++ 3 files changed, 48 insertions(+), 46 deletions(-) delete mode 100644 net-wireless/mousejack/mousejack-0.0_p20160726-r1.ebuild create mode 100644 net-wireless/mousejack/mousejack-0.0_p20160726-r2.ebuild (limited to 'net-wireless/mousejack') diff --git a/net-wireless/mousejack/Manifest b/net-wireless/mousejack/Manifest index 7788236a0ade..9d0973cb2515 100644 --- a/net-wireless/mousejack/Manifest +++ b/net-wireless/mousejack/Manifest @@ -1,4 +1,4 @@ AUX mousejack 858 BLAKE2B 5989e4f8c6645bc2feb8fe2ebbb9d2a2b5beba328016aa3c0c53ff20720b8e62cd08f83dc08dc608eb1b8ff27f3a92ea0a547547074bf9cca56276b0e63caad3 SHA512 31c89a7d85ab36a978439ecaaa03dbae1b1e8511d3aa02b1acb521854d81b4e8c012c202792abbf28f25283ec718ad4abd4d14a16ba4c8ead073c054490e9c84 DIST mousejack-0.0_p20160726.tar.gz 34252 BLAKE2B 7511d29aa94f2fb5590b34d52eaa64150f3931933f043c9028e2d9cae61342a314a369e80e51e1150294afaadca06e58ec71ba4df4150a7a58d9a82d28919a58 SHA512 01fc87a347aea9ccad7611ef494da0521da278b7664e511409f0f822327b02f6fb555c5b5da86aae998b8fd34b7a55260d03594fbd9bb61c3ceca77e7d54958c -EBUILD mousejack-0.0_p20160726-r1.ebuild 1256 BLAKE2B b5216698c51d765e2ce77d477a33854356a95b8d27c80c9ea8cc127206815b1189e19017c978fd259b53befdfbaea13b78ac4621b62e015daf6beaf8fe772b0c SHA512 a1b2635d221d160ea2ab0823e39aa892cc799e8b2b9b33b18d21aa155c4d18a2080f33d3af21fa3a0141d863724d5d636138844f49625b7dac6c40ca8f2234a2 +EBUILD mousejack-0.0_p20160726-r2.ebuild 1290 BLAKE2B 033a8ce1143e0762ffea92f11bca5243e27795baa346c340021c3ca508d27c071ecd845e83731ffe693c63dda158487b5c40aa1ecbcbacc7a806966d3cb5680c SHA512 99be115e435f1fb455e267c1576577c55f90071dba74e25ac91b3f6055a456d1c10d727a75d7e227650ee8456e63596d652bb686e773dea95516f6666ab413c9 MISC metadata.xml 360 BLAKE2B ca2e678d3f96cece827270a7c5ee404a5e926c0a231979c4cc4442085fde9af1ce8d28f2a07b5bcf7f475eccb3b772d843ef36c03ae405205e710f5a3a240195 SHA512 ed42ea84e9b7f97be6aafb2cea3495e63abab197759a31795ebab8900f29caf500040b0deaf7997c6f598a8a8db3b2a64925d6df05f9b5b851037bd4e25b0b3a diff --git a/net-wireless/mousejack/mousejack-0.0_p20160726-r1.ebuild b/net-wireless/mousejack/mousejack-0.0_p20160726-r1.ebuild deleted file mode 100644 index 207ef24f16c2..000000000000 --- a/net-wireless/mousejack/mousejack-0.0_p20160726-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) -inherit python-single-r1 - -DESCRIPTION="Firmware and research tools for nRF24LU1+ based USB dongles and breakout boards" -HOMEPAGE="https://www.mousejack.com/" -COMMIT="02b84d1c4e59c0fb98263c83b2e7c7f9863a3b93" -SRC_URI="https://github.com/BastilleResearch/nrf-research-firmware/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/nrf-research-firmware-${COMMIT}" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -REQUIRED_USE=${PYTHON_REQUIRED_USE} - -DEPEND="dev-embedded/sdcc[device-lib,mcs51,sdbinutils]" -RDEPEND="${DEPEND} - ${PYTHON_DEPS} - dev-python/pyusb[${PYTHON_USEDEP}]" - -src_prepare() { - mv tools/lib tools/nrf24 || die - for file in tools/nrf24-*; do - sed -i 's#from lib#from nrf24#' ${file} || die - done - default -} -src_install() { - insinto /usr/share/${PN} - doins bin/dongle.{bin,formatted.bin,formatted.ihx} - - python_domodule tools/nrf24 - python_doscript tools/nrf24-* - - python_scriptinto /usr/share/${PN}/prog - python_doscript prog/usb-flasher/usb-flash.py - python_doscript prog/usb-flasher/logitech-usb-flash.py - python_doscript prog/usb-flasher/unifying.py - - dosbin "${FILESDIR}/mousejack" -} diff --git a/net-wireless/mousejack/mousejack-0.0_p20160726-r2.ebuild b/net-wireless/mousejack/mousejack-0.0_p20160726-r2.ebuild new file mode 100644 index 000000000000..f5149a462303 --- /dev/null +++ b/net-wireless/mousejack/mousejack-0.0_p20160726-r2.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python2_7 ) +inherit python-single-r1 + +DESCRIPTION="Firmware and research tools for nRF24LU1+ based USB dongles and breakout boards" +HOMEPAGE="https://www.mousejack.com/" +COMMIT="02b84d1c4e59c0fb98263c83b2e7c7f9863a3b93" +SRC_URI="https://github.com/BastilleResearch/nrf-research-firmware/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/nrf-research-firmware-${COMMIT}" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +REQUIRED_USE=${PYTHON_REQUIRED_USE} + +DEPEND="dev-embedded/sdcc[device-lib,mcs51,sdbinutils]" +RDEPEND="${DEPEND} + ${PYTHON_DEPS} + $(python_gen_cond_dep ' + dev-python/pyusb[${PYTHON_MULTI_USEDEP}] + ')" + +src_prepare() { + mv tools/lib tools/nrf24 || die + for file in tools/nrf24-*; do + sed -i 's#from lib#from nrf24#' ${file} || die + done + default +} +src_install() { + insinto /usr/share/${PN} + doins bin/dongle.{bin,formatted.bin,formatted.ihx} + + python_domodule tools/nrf24 + python_doscript tools/nrf24-* + + python_scriptinto /usr/share/${PN}/prog + python_doscript prog/usb-flasher/usb-flash.py + python_doscript prog/usb-flasher/logitech-usb-flash.py + python_doscript prog/usb-flasher/unifying.py + + dosbin "${FILESDIR}/mousejack" +} -- cgit v1.2.3