mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 22:30:59 +02:00
geoedge: remove dead project, https://github.com/pentoo/pentoo-overlay/issues/622
This commit is contained in:
parent
6b15d147a3
commit
3d88b878ab
4 changed files with 1 additions and 35 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST geoedge.py 3065 SHA256 133f2914ee2e7e23ab8b7924eb8815bd868639e8efdc0d0795d0b8302ca39149 SHA512 46ab90554ef853c0752884ec9191b30591b0259cc568ae9d191903b0e33affcdffd0047119bdd13e24670b07b02fa5755c2d66aa19a8387dd27857cf9be862eb WHIRLPOOL f1bc0602b03d218f2b3030e74924363e2ed94caa699fe866f1436682c5a57d8505d5adb137f26ba40cecbc4f735a601b47b0f3b2ac3f473cdf50ce74b1c065cc
|
||||
|
|
@ -1,31 +0,0 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
inherit python-single-r1
|
||||
|
||||
DESCRIPTION="This little tools is designed to get geolocalization information of a host"
|
||||
HOMEPAGE="http://www.edge-security.com/edge-soft.php"
|
||||
SRC_URI="http://www.edge-security.com/soft/${PN}.py"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=""
|
||||
|
||||
src_unpack() {
|
||||
elog "Nothing to unpack"
|
||||
mkdir "${S}"
|
||||
cp "${DISTDIR}"/${A} "${S}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
newbin ${PN}.py ${PN}
|
||||
python_fix_shebang "${ED}"usr/bin
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
@ -21,7 +21,6 @@ PDEPEND="
|
|||
net-analyzer/subfinder
|
||||
net-analyzer/fierce
|
||||
net-analyzer/dnsrecon
|
||||
net-analyzer/geoedge
|
||||
net-analyzer/metagoofil
|
||||
net-analyzer/p0f
|
||||
net-analyzer/recon-ng
|
||||
|
|
@ -78,7 +78,6 @@ net-analyzer/cloudshark
|
|||
~net-analyzer/davtest-1.0
|
||||
~net-analyzer/dsniff-2.4_beta1
|
||||
~net-analyzer/enum4linux-0.8.9
|
||||
~net-analyzer/geoedge-0.2
|
||||
~net-analyzer/hunt-1.5-r1
|
||||
net-analyzer/hyenae
|
||||
~net-analyzer/inguma-0.4
|
||||
|
|
|
|||
Loading…
Reference in a new issue