mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
commix: bump remaining files
This commit is contained in:
parent
8a55ef2d05
commit
f44c508c97
2 changed files with 8 additions and 25 deletions
|
|
@ -1,3 +1 @@
|
|||
DIST commix-2.8.tar.gz 224737 BLAKE2B d7333f181143e34f13b350cbf14c72382406458738d327d679ca43f0aeee69238dc7ed11456703b28700a5b035b4f70d563b4b105a1b0770a74dbd38322ffd16 SHA512 4d8e3aa2d3dd60d52278943accecd0b80fbbf2ba2a8736769ee089243a825944fcf7f58275a81851e17783d2fcc1fc5d7e55f5c348157d4409788a84bfb747c7
|
||||
DIST commix-2.9.tar.gz 228434 BLAKE2B b23c31918fbe0e48c336cd8e6539e93f7fcb6a65b32bb3c9d21cdbd681db89cdb6949b842d58484ee1d81d34f41844158c27ff29e6166e2c1ee11fb175822857 SHA512 9213e1e2daeaf7f352a0b0000cbb3c2e6c57b546ee222f39d3007b50873fcfa727c43043047cfac149186811d88d068120c6c5f6daf114637e17f62a87951b13
|
||||
DIST commix-3.0.tar.gz 242844 BLAKE2B efbce2d932d52c9b7041d3580b4ec15b1582e79f6c23865542eb6e84b77bef4df7b3b2e50b7d2220565809c90239d11c4d0b1487c871ef2c4d9e053053b1e2de SHA512 b033a6e8c23ac3092b1b543013920a6e8bf7b510717edbc663a46de85abac4319f1c3bae88ab31165e9b8c82e8f491c9c82e880832ae9b0156d956b5355904d0
|
||||
DIST commix-3.1_pre20200504.tar.gz 246702 BLAKE2B c3429057086bce4ea4c22f740966d8652f4ac69b892e36953dc1de23852b4fcdacc51f35bdd3e151b55e7f70d65d993e5455e03389fc6b465ca79018bfc2b896 SHA512 d9a7d977b130c89012f5a6f2180d3984ad1383c932237f5d4d87b8a788c23f83e17155f10fc7a55534409b5a632030bee303c09196b7bc5c7d4fe2c8f4bc5d4a
|
||||
|
|
|
|||
|
|
@ -1,17 +1,17 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
MY_PV="${PV}-20191111"
|
||||
MY_PV="df5544d2b8f5dcb10e1fb3ec9d4b3cc0ef682106"
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
inherit python-single-r1 multilib
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Automated All-in-One OS command injection and exploitation tool"
|
||||
HOMEPAGE="https://github.com/commixproject/commix"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SRC_URI="https://github.com/commixproject/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://github.com/commixproject/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
|
@ -21,19 +21,4 @@ IUSE=""
|
|||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S="${WORKDIR}"/"${PN}"-"${MY_PV}"
|
||||
|
||||
src_prepare() {
|
||||
python_fix_shebang .
|
||||
default
|
||||
}
|
||||
|
||||
src_install(){
|
||||
insinto /usr/$(get_libdir)/${PN}
|
||||
doins -r *
|
||||
|
||||
fperms +x /usr/$(get_libdir)/${PN}/${PN}.py
|
||||
dosym "${EPREFIX}"/usr/$(get_libdir)/${PN}/${PN}.py /usr/bin/${PN}
|
||||
|
||||
python_optimize "${D}"usr/$(get_libdir)/${PN}
|
||||
}
|
||||
S="${WORKDIR}/${PN}-${MY_PV}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue