mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
inception: drop 0.4.1
This commit is contained in:
parent
974854ac53
commit
6c696294db
3 changed files with 8 additions and 32 deletions
|
|
@ -1,2 +1 @@
|
|||
DIST inception-0.4.1.tar.gz 2498507 BLAKE2B 0ce044d5446c5fe3b806c2ecc9038a03101fb4b6f04cd838d62d50609ca8b0e4b6caf120d689723046fa0c38d3c7250981ed1aa6d514b432a9ddcc81eb1f9c37 SHA512 b488d955527f8faa7d7e49d415c7f242a4b62dda63e6c00acfd13e6f00bb029815c6caa6a67d9d0d905f85858275994eef84443e5103b298398fc2ba52159795
|
||||
DIST inception-0.4.2.tar.gz 2498683 BLAKE2B d89a496be323ef91a6f10ef49574ce45ff1ec2fca8c25cb671b7d206d08c7964630179093a2059b1391f1fec8000b2f332f2e6a0fae2bc901a856912aa6d61e8 SHA512 cdacc572c7c75a1a96d66c2268691821edf3c82d0c04ce2a724511af7ed42de2debb6553a5108f45c6b0fb1836e0848370aa11fd304791da14c5419a218e586c
|
||||
|
|
|
|||
|
|
@ -1,31 +0,0 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python3_{4,5,6} )
|
||||
inherit linux-info distutils-r1
|
||||
|
||||
DESCRIPTION="Firewire physical memory manipulation tool exploiting IEEE 1394 SBP-2 DMA"
|
||||
HOMEPAGE="http://www.breaknenter.org/projects/inception/"
|
||||
SRC_URI="https://github.com/carmaa/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
app-forensics/libforensic1394[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
RESTRICT="binchecks"
|
||||
|
||||
#QA_PRESTRIPPED="usr/lib\(32\|64\)\/python\(.*\)\/site-packages/inception/test/samples/ubuntu-11.10-x86-0xbaf.bin
|
||||
# usr/lib\(32\|64\)\/python\(.*\)\/site-packages/inception/test/samples/linux-mint-12-x86-0xbaf.bin
|
||||
#"
|
||||
|
||||
pkg_setup() {
|
||||
CONFIG_CHECK=~FIREWIRE_OHCI
|
||||
linux-info_pkg_setup
|
||||
}
|
||||
8
app-forensics/inception/metadata.xml
Normal file
8
app-forensics/inception/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue