pcie_injector: drop, dep on unfetchable liteusb

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-05-02 14:42:59 -04:00
parent 41d0b64e5e
commit 3c3035c6ca
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 0 additions and 33 deletions

View file

@ -1 +0,0 @@
DIST pcie_injector-20180527.zip 2441847 BLAKE2B 65451d4bb922377ad0c47ae29e6e3df2837381398eff766091dd01669572eb5906c4b400e5ce12d1e75ad1813040bea5232dcfc56c016918a7343e642c0b8af2 SHA512 7b790fdfbb6c93697cc9a5bd4ff591de8e7b7d2c5e3cd2f56463f3fe586345857b358ed4f1f4e24810bd7ff13be7679883812aea4eedda2c481b68ed2b16cd9e

View file

@ -1,32 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{10..12} )
inherit python-single-r1
MY_COMMIT="950e56b091504d45ad17ee46ccb4d3950c182d42"
DESCRIPTION="Information gathering tool designed for extracting metadata of public documents"
HOMEPAGE="https://github.com/enjoy-digital/pcie_injector/"
SRC_URI="https://github.com/enjoy-digital/pcie_injector/archive/${MY_COMMIT}.zip -> ${P}.zip"
LICENSE="BSD"
SLOT="0"
#KEYWORDS="~amd64 ~ppc ~x86"
RDEPEND="sci-electronics/litex[${PYTHON_SINGLE_USEDEP}]
sci-electronics/migen[${PYTHON_SINGLE_USEDEP}]
sci-electronics/litedram[${PYTHON_SINGLE_USEDEP}]
sci-electronics/litepcie[${PYTHON_SINGLE_USEDEP}]
sci-electronics/liteusb[${PYTHON_SINGLE_USEDEP}]
"
DEPEND="${RDEPEND}"
S=${WORKDIR}/${PN}-${MY_COMMIT}
#the following fails, need to be tested with supported hardware
src_compile(){
${PYTHON} pcie_injector.py
}