jmsdigger-bin: remove, unmaintained

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-09-06 09:04:03 -04:00
parent 9d39a3a1f1
commit ed1816b5cb
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 0 additions and 33 deletions

View file

@ -1 +0,0 @@
DIST jmsdigger-bin-20130815-single.tar.gz 5537603 SHA256 5515e40583709842d38b969d96b2d6d6c64305d43e96e6bb40499c41a81a65ab SHA512 f49ddfb4b308655f24388961468ea61df5a9de88ca2aa002711a0baca53150d63110ffed274852a08002c451a1dfebe22dd5cf36d690fdf370797f8276583c8b WHIRLPOOL 92d92dcc6fae137c65bf3487a4946b3f66dcaec43277c85355545b5536d7a1bd9868c2af600423aa71393be5033fa633dc4be48e3d35c30f5dce32a4a289cae8

View file

@ -1,32 +0,0 @@
# 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}
}