mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
jmsdigger-bin: new self-compiled java package. A quick solution to solve marven issues
This commit is contained in:
parent
10ee5dd165
commit
6f403fe475
3 changed files with 36 additions and 0 deletions
2
net-analyzer/jmsdigger-bin/Manifest
Normal file
2
net-analyzer/jmsdigger-bin/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST jmsdigger-bin-20130815-single.tar.gz 5537603 SHA256 5515e40583709842d38b969d96b2d6d6c64305d43e96e6bb40499c41a81a65ab SHA512 f49ddfb4b308655f24388961468ea61df5a9de88ca2aa002711a0baca53150d63110ffed274852a08002c451a1dfebe22dd5cf36d690fdf370797f8276583c8b WHIRLPOOL 92d92dcc6fae137c65bf3487a4946b3f66dcaec43277c85355545b5536d7a1bd9868c2af600423aa71393be5033fa633dc4be48e3d35c30f5dce32a4a289cae8
|
||||
EBUILD jmsdigger-bin-20130815.ebuild 705 SHA256 7bf73d481f230c49d96f9e8d049259d595032f6b6f97a20ca8a9eeadb3170966 SHA512 ef76a981978db02e2532f1400f32b19a14ae1fc0448f68dc44bbdb58cbf16a729c964985e20f3e589ae89ed622c24e86b74a4319c21f582c327591f10321d326 WHIRLPOOL ee31fc0fea9ebd8a79bd91a73ff195d8cd15691a50c07d04d1359a23b9020cd09888d07d943a9c1260d302f648fe5bdacd5bdf9542a89ec7d1c0a437e3b5109b
|
||||
32
net-analyzer/jmsdigger-bin/jmsdigger-bin-20130815.ebuild
Normal file
32
net-analyzer/jmsdigger-bin/jmsdigger-bin-20130815.ebuild
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="5"
|
||||
|
||||
MY_P=${P}-single
|
||||
|
||||
DESCRIPTION="JMSDigger is an Enterprise Messaging Application assessment tool focuses on ActiveMQ"
|
||||
HOMEPAGE="https://github.com/OpenSecurityResearch/jmsdigger"
|
||||
SRC_URI="http://dev.pentoo.ch/~blshkv/distfiles/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~arm ~amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="virtual/jre"
|
||||
DEPEND="virtual/jdk"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="virtual/jre"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
src_install() {
|
||||
dodir /opt/${PN}
|
||||
insinto /opt/${PN}
|
||||
doins ${MY_P}.jar
|
||||
echo -e "#!/bin/sh\njava -jar /opt/${PN}/${MY_P}.jar >/dev/null 2>&1 &\n" > "${PN}"
|
||||
dobin ${PN}
|
||||
}
|
||||
|
|
@ -44,6 +44,7 @@ net-analyzer/multimon-ng
|
|||
~net-analyzer/hyenae-0.36_p1
|
||||
~net-analyzer/ike-scan-1.9
|
||||
~net-analyzer/inguma-0.4
|
||||
=net-analyzer/jmsdigger-bin-2013*
|
||||
~net-analyzer/libnasl-2.2.9
|
||||
~net-analyzer/loki-0.2.7
|
||||
~net-analyzer/mbrowse-0.4.3
|
||||
|
|
@ -97,3 +98,4 @@ net-analyzer/nessus-plugins
|
|||
~net-analyzer/xprobe-0.3
|
||||
=net-analyzer/zarp-2013*
|
||||
~net-analyzer/zmap-1.0.3
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue