mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
armitage: version cleanup
This commit is contained in:
parent
0979388082
commit
29f355f527
2 changed files with 0 additions and 39 deletions
|
|
@ -1,4 +1,2 @@
|
|||
DIST armitage011811.tgz 3253919 RMD160 3c1fb11b09f6c37dd7d0ae6b2ddcd6db10a3de8f SHA1 a38eb18606203c4b0648cf01841fc1beaa0995fb SHA256 8b3883938e1dbfce2c464d13e51deffcd2ccc08de7cc440af18900bdd887df8e
|
||||
DIST armitage122210.tgz 3230641 RMD160 343e2204a68485898bb29a7f043fee20d103093f SHA1 7c461a03fd9a9a1581dbfae7641d1414ad4856a4 SHA256 179ed81752dc93012758978a22255eb750d05cc6da79602644e1d6a55fac1775
|
||||
EBUILD armitage-01.18.11.ebuild 888 RMD160 6ec65efbc20853aec2834270ff26f7bc58e8b2e2 SHA1 6aad83470f9f7fdaccbd052358b7d0f7727895e8 SHA256 370ce632dc3770a65f23aa7b4be42ab4eef0c4767ae64d8716d11cc9751686a4
|
||||
EBUILD armitage-12.22.10.ebuild 879 RMD160 af4399cc7480b376da667675a35ac220e99024bb SHA1 945354518ff5b672b9b85d71196d6159360fdeb9 SHA256 8cfef8ae78b196ac8d4eb0385488181f6fd167ba49131560317cd2d9ad1e2b69
|
||||
|
|
|
|||
|
|
@ -1,37 +0,0 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /root/portage/net-proxy/burpproxy/burpproxy-1.3_beta.ebuild,v 1.1.1.1 2006/02/27 20:03:41 grimmlin Exp $
|
||||
|
||||
inherit versionator
|
||||
|
||||
MY_PV=$(delete_all_version_separators)
|
||||
|
||||
MY_P="${PN}${MY_PV}"
|
||||
|
||||
DESCRIPTION="A graphical cyber attack management tool for Metasploit"
|
||||
HOMEPAGE="http://www.fastandeasyhacking.com/"
|
||||
SRC_URI="http://www.fastandeasyhacking.com/download/${MY_P}.tgz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="-*"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="virtual/jre
|
||||
net-analyzer/metasploit"
|
||||
|
||||
S=${WORKDIR}/${PN}
|
||||
|
||||
src_compile() {
|
||||
einfo "Nothing to compile"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
mkdir -p "${D}"/opt/${PN}
|
||||
cp -a ${PN}.jar "${D}"/opt/${PN}
|
||||
cp -a ${PN}-logo.png "${D}"/opt/${PN}
|
||||
dodoc *.txt
|
||||
echo -e "#!/bin/sh \njava -jar -Xmx256m /opt/${PN}/${PN}.jar\n" > "${PN}"
|
||||
dobin ${PN}
|
||||
}
|
||||
Loading…
Reference in a new issue