mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
dev-util: fix pkgcheck issues
This commit is contained in:
parent
f76eed0a90
commit
9fc453afa3
9 changed files with 19 additions and 18 deletions
|
|
@ -3,8 +3,8 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="A tool for reengineering 3rd party, closed, binary Android apps."
|
||||
HOMEPAGE="http://ibotpeaches.github.io/Apktool/"
|
||||
DESCRIPTION="A tool for reengineering 3rd party, closed, binary Android apps"
|
||||
HOMEPAGE="https://ibotpeaches.github.io/Apktool/"
|
||||
SRC_URI="https://bitbucket.org/iBotPeaches/apktool/downloads/${PN}_${PV}.jar -> ${P}.jar"
|
||||
#SRC_URI="https://github.com/iBotPeaches/Apktool/releases/download/v${PV}/apktool_${PV}.jar"
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ EAPI=7
|
|||
inherit subversion
|
||||
|
||||
DESCRIPTION="A plugin for IDA Pro designed to provide collaborative reverse engineering"
|
||||
HOMEPAGE="http://www.idabook.com/collabreate/"
|
||||
HOMEPAGE="http://www.idabook.com/collabreate/ https://sourceforge.net/projects/collabreate/"
|
||||
ESVN_REPO_URI="https://svn.code.sf.net/p/collabreate/code/trunk@20"
|
||||
# ESVN_REPO_URI="https://collabreate.svn.sourceforge.net/svnroot/collabreate/trunk@20"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
|
@ -7,7 +7,7 @@ MY_PN="dependency-check"
|
|||
|
||||
DESCRIPTION="A utility that detects vulnerabilities in application dependencies"
|
||||
HOMEPAGE="https://www.owasp.org/index.php/OWASP_Dependency_Check"
|
||||
SRC_URI="http://dl.bintray.com/jeremy-long/owasp/dependency-check-${PV}-release.zip -> ${P}.zip"
|
||||
SRC_URI="https://dl.bintray.com/jeremy-long/owasp/dependency-check-${PV}-release.zip -> ${P}.zip"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
|
@ -7,7 +7,7 @@ MY_PN="dependency-check"
|
|||
|
||||
DESCRIPTION="A utility that detects vulnerabilities in application dependencies"
|
||||
HOMEPAGE="https://www.owasp.org/index.php/OWASP_Dependency_Check"
|
||||
SRC_URI="http://dl.bintray.com/jeremy-long/owasp/dependency-check-${PV}-release.zip -> ${P}.zip"
|
||||
SRC_URI="https://dl.bintray.com/jeremy-long/owasp/dependency-check-${PV}-release.zip -> ${P}.zip"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
|
@ -13,7 +13,7 @@ SRC_URI="https://github.com/NationalSecurityAgency/${PN}/archive/Ghidra_${PV}_bu
|
|||
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/android4me/AXMLPrinter2.jar
|
||||
https://sourceforge.net/projects/catacombae/files/HFSExplorer/0.21/hfsexplorer-0_21-bin.zip
|
||||
mirror://sourceforge/yajsw/yajsw/yajsw-stable-12.12.zip
|
||||
http://www.eclipse.org/downloads/download.php?r=1&protocol=https&file=/tools/cdt/releases/8.6/cdt-8.6.0.zip
|
||||
https://www.eclipse.org/downloads/download.php?r=1&protocol=https&file=/tools/cdt/releases/8.6/cdt-8.6.0.zip
|
||||
mirror://sourceforge/project/pydev/pydev/PyDev%206.3.1/PyDev%206.3.1.zip -> PyDev-6.3.1.zip
|
||||
https://dev.pentoo.ch/~blshkv/distfiles/${PN}-dependencies-${GRADLE_DEP_VER}.tar.gz"
|
||||
# run: pentoo/scripts/gradle_dependencies.py from "${S}" directory to generate dependencies
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
EAPI=7
|
||||
|
||||
DESCRIPTION="A simple utility to dump all memory of a running process"
|
||||
HOMEPAGE="http://lcamtuf.coredump.cx/"
|
||||
SRC_URI="http://lcamtuf.coredump.cx/soft/${PN}.tgz"
|
||||
HOMEPAGE="https://lcamtuf.coredump.cx/"
|
||||
SRC_URI="https://lcamtuf.coredump.cx/soft/${PN}.tgz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ EAPI=7
|
|||
inherit cmake-utils git-r3
|
||||
|
||||
DESCRIPTION="The OpenSource Disassembler "
|
||||
HOMEPAGE="http://redasm.io"
|
||||
HOMEPAGE="https://redasm.io"
|
||||
EGIT_REPO_URI="https://github.com/REDasmOrg/REDasm.git v${PV}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,15 +1,16 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="The Swiss-Army Knife for SOAP Testing"
|
||||
HOMEPAGE="http://www.soapui.org/"
|
||||
HOMEPAGE="https://www.soapui.org/"
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SRC_URI="https://s3.amazonaws.com/downloads.eviware/soapuios/${PV}/SoapUI-${PV}-EB-linux-bin.tar.gz"
|
||||
RESTRICT="strip mirror"
|
||||
|
||||
RDEPEND=">=virtual/jre-1.6"
|
||||
|
||||
INSTALLDIR="/opt/SoapUI"
|
||||
|
|
|
|||
|
|
@ -1,16 +1,16 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="The Swiss-Army Knife for SOAP Testing"
|
||||
HOMEPAGE="http://www.soapui.org/"
|
||||
HOMEPAGE="https://www.soapui.org/"
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SRC_URI="https://s3.amazonaws.com/downloads.eviware/soapuios/${PV}/SoapUI-${PV}-linux-bin.tar.gz"
|
||||
|
||||
RESTRICT="strip mirror"
|
||||
|
||||
RDEPEND=">=virtual/jre-1.6"
|
||||
|
||||
INSTALLDIR="/opt/SoapUI"
|
||||
|
|
|
|||
Loading…
Reference in a new issue