mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 11:00:48 +02:00
empire-4.2.0.ebuild
This commit is contained in:
parent
b3523446c4
commit
bf6893f114
8 changed files with 25 additions and 69 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST empire-4.1.3.tar.gz 35940809 BLAKE2B 986a06305fd3a1e02b0ead29c9c469757d57fd260b071dda45f9fe16628619e15562da4eccfe539c8474f99c44a37bafb918cbca3a493aa1a9ec2702374d82ac SHA512 fa3e96fa489be892e8bb5ec801931ccb163c308a8153e646a1459aca8a1e009a8dfd85e5702f7fc2deac8c302bf2ec10b94d040a282eb2d2946ef4b8154f3584
|
||||
DIST empire-4.2.0.tar.gz 46668385 BLAKE2B 228d6254a3172e916cf14506226c065c27c0cf64c8359c3e5a650c42003368352f1f87e49b19565752c8ea5d79fa54666c8630357f130de30d2a964e4019b8d8 SHA512 98621b0551b5d3318891c4660c40c9a3a3650321ca23027ff39e418353f47f2caba5992c7e25c9bfc20b0dda813ffefdb3645fe141a8021078706d5e08845197
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@ RDEPEND="${PYTHON_DEPS}
|
|||
dev-python/zlib_wrapper[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/netifaces[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/jinja[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/pyminifier[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/xlutils[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/pefile[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/bcrypt[${PYTHON_MULTI_USEDEP}]
|
||||
|
|
@ -57,6 +56,8 @@ RDEPEND="${PYTHON_DEPS}
|
|||
dev-python/flask-socketio[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/python-socketio[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/jq[${PYTHON_MULTI_USEDEP}]
|
||||
>=dev-python/donut-shellcode-0.9.2[${PYTHON_MULTI_USEDEP}]
|
||||
>=dev-python/websockify-0.10.0[${PYTHON_MULTI_USEDEP}]
|
||||
')
|
||||
powershell? (
|
||||
!x86? ( app-shells/pwsh-bin ) )
|
||||
1
dev-python/donut-shellcode/Manifest
Normal file
1
dev-python/donut-shellcode/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST donut-shellcode-0.9.2.tar.gz 149690 BLAKE2B 60658c5c1aab28746aae2b115a530abbdd2e0f8a602e43834dd4679194d51141ed2b2f4be559190703f69c07d66044c5dfaff9bbd8c80f18f959f9d175b69de6 SHA512 3a8b315c58f0fc1e0160dcf85292707a3a5d762e3c8f5153b90c922387c9c40022199c07ef4657d0540b6f34237b04dfdfd7a82de2eb1427fd56b08d80459691
|
||||
21
dev-python/donut-shellcode/donut-shellcode-0.9.2.ebuild
Normal file
21
dev-python/donut-shellcode/donut-shellcode-0.9.2.ebuild
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Donut Python C extension"
|
||||
HOMEPAGE="https://github.com/TheWover/donut"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
DIST pyminifier-2.1.tar.gz 47285 BLAKE2B 340438f441500d11fcb824e8ecd36217685debb113e7dc4023b1f07ef7ff289a3ffa95059fcb9e72c5ea4d44bf57c17ee3e3d2cae9fbb205f86f93d7509b0e20 SHA512 d9335b27acb11bf5c9fbd3bac173ee5cf6e66be9f2c879b1f0c059a84dfb845765e69775f2efe7fd0453d6d1916a0dcd1fcab3f4850076bbcf558561853f771c
|
||||
DIST pyminifier-2.1_p20150625.tar.gz 47303 BLAKE2B 98e02b592b5aa7e1bad99be18a36d9fa5bc0b6e9b5294616a5b40c77a577c1e64c1fa87b2d0e47778b40b10eb8eae5994d998ec2984283067a7b4ce8e2e822f9 SHA512 1296ece271c2c33d2100d6bc2511a853852fb36496c4cd6b421dca721ec47229286981554c5e2cb4a7fda2e85c59942e04a9eb663b5a786f6dac91a09fbee611
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>unknown@pentoo.ch</email>
|
||||
<name>Author Unknown</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
EGO_PN=github.com/liftoff/${PN}
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..9} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Pyminifier is a Python code minifier, obfuscator, and compressor."
|
||||
HOMEPAGE="https://github.com/liftoff/pyminifier"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
|
@ -1,36 +0,0 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..9} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Pyminifier is a Python code minifier, obfuscator, and compressor."
|
||||
HOMEPAGE="https://github.com/liftoff/pyminifier"
|
||||
|
||||
if [[ ${PV} = *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/liftoff/pyminifier.git"
|
||||
else
|
||||
HASH_COMMIT="087ea7b0c8c964f1f907c3f350f5ce281798db86"
|
||||
SRC_URI="https://github.com/liftoff/pyminifier/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S="${WORKDIR}/${PN}-${HASH_COMMIT}"
|
||||
|
||||
pkg_setup() {
|
||||
python_setup
|
||||
}
|
||||
|
||||
python_install() {
|
||||
distutils-r1_python_install
|
||||
python_optimize "${ED}/usr"
|
||||
}
|
||||
Loading…
Reference in a new issue