mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 22:30:59 +02:00
weevely: qa update
This commit is contained in:
parent
750266ac9e
commit
80b46dce8d
2 changed files with 8 additions and 4 deletions
|
|
@ -5,4 +5,7 @@
|
|||
<email>unknown@pentoo.ch</email>
|
||||
<name>Author Unknown</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">epinna/weevely3</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit eutils python-single-r1
|
||||
inherit python-single-r1 wrapper
|
||||
|
||||
DESCRIPTION="Weevely is a stealth PHP web shell that simulate telnet-like console"
|
||||
HOMEPAGE="https://github.com/epinna/weevely3"
|
||||
|
|
@ -22,6 +22,7 @@ fi
|
|||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}
|
||||
|
|
|
|||
Loading…
Reference in a new issue