mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-17 04:10:58 +02:00
metacoretex: remove, ancient, dead
This commit is contained in:
parent
1f28981e6c
commit
a51a414d64
2 changed files with 0 additions and 66 deletions
|
|
@ -1,28 +0,0 @@
|
|||
#!/bin/sh
|
||||
cd /opt/metacoretex-ng/
|
||||
echo "Starting MetaCoretex"
|
||||
|
||||
JARNAME="MetaCoreTex-NG.jar"
|
||||
|
||||
DIR=/opt/metacoretex-ng/
|
||||
|
||||
DIST="${DIR}/dist/"
|
||||
CONTRIB="${DIR}/contrib/"
|
||||
PROBES="${DIR}/probes/"
|
||||
|
||||
MCTXJAR="${DIST}${JARNAME}"
|
||||
BIN="${DIR}/bin/"
|
||||
|
||||
JARZ=`ls ${CONTRIB}`
|
||||
|
||||
CP="${MCTXJAR}:${PROBES}"
|
||||
|
||||
if [ -f ${JDK_HOME}/lib/tools.jar ]; then
|
||||
CP="${CP}:${JDK_HOME}/lib/tools.jar"
|
||||
fi
|
||||
|
||||
for I in ${JARZ}; do
|
||||
CP="${CP}:${CONTRIB}${I}"
|
||||
done
|
||||
|
||||
java -cp ${CP} -Dswing.aatext=true com.securitycentric.metacoretex.Init &
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /root/portage/net-analyzer/metacoretex-ng/metacoretex-ng-9999.ebuild,v 1.1.1.1 2006/03/20 21:30:18 grimmlin Exp $
|
||||
|
||||
inherit cvs
|
||||
|
||||
DESCRIPTION="A nice, java-based, MYSQL/Oracle/MSSQL/ODBC attack framework"
|
||||
HOMEPAGE="http://metacoretex-ng.sourceforge.net"
|
||||
|
||||
ECVS_SERVER="metacoretex-ng.cvs.sourceforge.net:/cvsroot/metacoretex-ng/"
|
||||
ECVS_MODULE="MetaCoreTex-NG"
|
||||
ECVS_LOCALNAME="${P}"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-java/ant"
|
||||
RDEPEND="virtual/jre"
|
||||
|
||||
src_compile() {
|
||||
ant probes
|
||||
}
|
||||
|
||||
src_install() {
|
||||
find ./ -name CVS | xargs rm -rf
|
||||
dodoc -r license readme todo docs/*
|
||||
insinto /opt/${PN}/
|
||||
doins -r conf/ contrib/ dist/ html/ probes/ schema/ test/ *.txt *.xsl *.xml
|
||||
newsbin "${FILESDIR}"/mctx.sh mctx
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
ewarn
|
||||
ewarn "This is a CVS ebuild - Any bugs reported to Gentoo will be marked INVALID"
|
||||
ewarn
|
||||
}
|
||||
Loading…
Reference in a new issue