mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 22:30:59 +02:00
inception: add python 3.4, issue #128
This commit is contained in:
parent
6b2d318506
commit
f9081bdfc3
7 changed files with 7 additions and 118 deletions
|
|
@ -1,5 +1,2 @@
|
|||
DIST inception-0.3.0.tar.gz 1483346 SHA256 e889779e31c398fcb9b8c39f4935208c67d8e8844abb89d025f5ab15ee3af609 SHA512 f13b4d61bd463d1d69335cf0820dc0f1bc94c89675ddbb4be8167290668fb38ff561dbd5a2ff6be3dfff5c004c4e745cf0e539224743041ae6c814563943a91a WHIRLPOOL 9e5980ea4ebf3cc3642310bd6d14541eb99ccefd15329d336b610fea4fbe613d5fe03e5cd6ea8e60e7602f12292b4a2cc0ed3c4d4dff0e50a1f11f65304b92f5
|
||||
DIST inception-0.3.4.tar.gz 2464446 SHA256 90c0442d73e1fe2966494e6483fc0b26a485e9b97cff687a07bc00d3a18d9823 SHA512 ebb48b798f7fd8be945130471ae988d50f6bfb168ce256141aadd411b6ab7c053bea580adeb400baa66d381e813b663be226e0e403e231bde168890ace6684aa WHIRLPOOL b557e86c4cfdce59f10f6df43469a7021decceeee59950fbcaa9e9b082ad1024a76cd1643887229576065fbb2d405bd358cae741db320ccedda963ef79368d81
|
||||
DIST inception-0.3.5.tar.gz 2464516 SHA256 863e29dbd0d95e8f17fbb9c803370f40433b5e2b3aa0f785a0080748dc81df82 SHA512 9f4890d05922fd7423530153ac34c95711c4848f461f4a42556820a602a25d77f12203edaed3642b0d1a8cad7431c7f8af4e9fad8ec6a94700ac1622617fe6a9 WHIRLPOOL 7803fb19aeb67c9e7d771f919a9061c900f7b860e9c17f35db328a4c1acfc22079f0d6b5f9e8d048ba3c4e09d7163203daf3b70f911d33fe412842bf05955bdf
|
||||
DIST inception-0.4.0.tar.gz 2494686 SHA256 97c6745fe6ab5b6ab9325d001ebdc3a8eab5835e1fbef0219f574b44771f931b SHA512 b8e09d21bdd9081c3cf0f6d69a3dce906fa4d53c92482d74d063ebaf3589a0b7c7822a7ed3a64b0d6be452020c444e698dd8a62d1b1800270f0d83e0f84d314f WHIRLPOOL af3a05c811aeaeb2b98a45a89f7f49a3156e6a094c205ae658179c031140d9a39f5db5e2c564c70d5c63601d575f3746a5fe233b4bebf1d1a6204bfcc47141f5
|
||||
DIST inception-0.4.1.tar.gz 2498507 SHA256 5f3e5d99983c745e14159c1603521b92c379284308d6b789682501999cd05fdc SHA512 b488d955527f8faa7d7e49d415c7f242a4b62dda63e6c00acfd13e6f00bb029815c6caa6a67d9d0d905f85858275994eef84443e5103b298398fc2ba52159795 WHIRLPOOL 2b9c62a37ef7a9ad0e653d131eea933463ddb718a512a3207de58a9c752de3ce133904fd0023c7faa21fdf12d171139b89eb29cbe15d396520a45887ca40a326
|
||||
|
|
|
|||
|
|
@ -1,36 +0,0 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python3_{2,3} )
|
||||
inherit linux-info python-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/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="app-forensics/libforensic1394"
|
||||
|
||||
pkg_setup() {
|
||||
CONFIG_CHECK=~FIREWIRE_OHCI
|
||||
linux-info_pkg_setup
|
||||
}
|
||||
|
||||
src_install () {
|
||||
dodoc README.md
|
||||
|
||||
rm -r licenses test
|
||||
rm README.md setup.py
|
||||
|
||||
dodir /usr/share/"${PN}"/
|
||||
cp -R * "${D}"/usr/share/"${PN}"/
|
||||
dosym /usr/share/"${PN}"/incept /usr/sbin/inception
|
||||
}
|
||||
|
|
@ -1,36 +0,0 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python3_{2,3} )
|
||||
inherit linux-info python-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/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="app-forensics/libforensic1394"
|
||||
|
||||
pkg_setup() {
|
||||
CONFIG_CHECK=~FIREWIRE_OHCI
|
||||
linux-info_pkg_setup
|
||||
}
|
||||
|
||||
src_install () {
|
||||
dodoc README.md
|
||||
|
||||
rm -r licenses test
|
||||
rm README.md setup.py
|
||||
|
||||
dodir /usr/share/"${PN}"/
|
||||
cp -R * "${D}"/usr/share/"${PN}"/
|
||||
dosym /usr/share/"${PN}"/incept /usr/sbin/inception
|
||||
}
|
||||
|
|
@ -1,36 +0,0 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python3_{2,3} )
|
||||
inherit linux-info python-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=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="app-forensics/libforensic1394"
|
||||
|
||||
pkg_setup() {
|
||||
CONFIG_CHECK=~FIREWIRE_OHCI
|
||||
linux-info_pkg_setup
|
||||
}
|
||||
|
||||
src_install () {
|
||||
dodoc README.md
|
||||
|
||||
rm -r licenses test
|
||||
rm README.md setup.py
|
||||
|
||||
dodir /usr/share/"${PN}"/
|
||||
cp -R * "${D}"/usr/share/"${PN}"/
|
||||
dosym /usr/share/"${PN}"/incept /usr/sbin/inception
|
||||
}
|
||||
|
|
@ -1,10 +1,10 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python3_{2,3} )
|
||||
PYTHON_COMPAT=( python3_{3,4} )
|
||||
inherit linux-info python-r1
|
||||
|
||||
DESCRIPTION="Firewire physical memory manipulation tool exploiting IEEE 1394 SBP-2 DMA"
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python3_{2,3} )
|
||||
PYTHON_COMPAT=( python3_{3,4} )
|
||||
inherit linux-info python-r1
|
||||
|
||||
DESCRIPTION="Firewire physical memory manipulation tool exploiting IEEE 1394 SBP-2 DMA"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ app-forensics/dff
|
|||
app-forensics/libbfio
|
||||
~app-forensics/libpff-0.0.20120802_alpha
|
||||
|
||||
~app-forensics/inception-0.4.0
|
||||
~app-forensics/inception-0.4.1
|
||||
~app-forensics/libforensic1394-0.2
|
||||
|
||||
~app-misc/hivex-1.3.11
|
||||
|
|
|
|||
Loading…
Reference in a new issue