qark: drop, unmaintained

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-11-12 13:08:13 -05:00
parent 6c73330c4c
commit c015fad7e6
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
4 changed files with 0 additions and 73 deletions

View file

@ -1 +0,0 @@
DIST qark-0.9_pre20190405.tar.gz 16821468 BLAKE2B a239daa0b9e8910b429026f999175254accc9afe393653dfdd2b3238986b54284a0908d5c79b8209b5ff1875dc1d90ec3564d8849ccd02864e0a3153f78e1c4d SHA512 46945726d770a4b5584fd27f0f488572b38cf5e055b56c0e7f254162e05dbe324d25d563f3afc6db121295f3b50bc3048ef115f6d2c15521c34988ad5d78fbc9

View file

@ -1,14 +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>
<use>
<flag name="exploit">Add support for generating exploit APKs</flag>
</use>
<upstream>
<remote-id type="github">linkedin/qark</remote-id>
</upstream>
</pkgmetadata>

View file

@ -1,56 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
DESCRIPTION="A tool to look for Android application vulnerabilities"
HOMEPAGE="https://github.com/linkedin/qark/"
HASH_COMMIT="ba1b26562507d631389b111e5033dad4128a8541"
SRC_URI="https://github.com/linkedin/qark/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
S=${WORKDIR}/${PN}-${HASH_COMMIT}
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="exploit"
RDEPEND="${PYTHON_DEPS}
dev-python/requests[${PYTHON_USEDEP}]
dev-python/pluginbase[${PYTHON_USEDEP}]
dev-python/jinja2[${PYTHON_USEDEP}]
dev-python/javalang[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
exploit? ( >=dev-util/android-sdk-update-manager-21.1 )
dev-util/dex2jar
dev-util/apktool
"
DEPEND="${RDEPEND}"
#FIXME unbundle:
#"decompilers", "*.jar")
#unbundle existing system jars
src_prepare() {
rm -r qark/lib/dex2jar-2.0
sed -i '/dex2jar-2.0/d' setup.py || die
rm -r qark/lib/apktool
sed -i '/apktool/d' setup.py || die
default
}
python_install_all() {
distutils-r1_python_install_all
create_symlinks() {
dosym -r "${EPREFIX}/opt/dex2jar" "$(python_get_sitedir)/qark/lib/dex2jar-2.0"
dosym -r "${EPREFIX}/opt/apktool" "$(python_get_sitedir)/qark/lib/apktool"
}
python_foreach_impl create_symlinks
}

View file

@ -16,8 +16,6 @@ IUSE="+android +ios pentoo-extra pentoo-full"
#https://github.com/mwrlabs/needle
#https://github.com/JesusFreke/smali
#dev-util/qark
PDEPEND="dev-util/frida-tools
pentoo-full? (
dev-debug/dwarf-debugger