mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-26 00:31:09 +02:00
videojak: drop, ancient, unmaintained
This commit is contained in:
parent
5b4fae7652
commit
563edec1f0
3 changed files with 0 additions and 46 deletions
|
|
@ -1,2 +0,0 @@
|
|||
DIST videojak-1.00.tar.gz 2916076 SHA256 bb68f0a477063357aff65c0a701151ee868fe817f633145e9b1a9f2b39b09a4a
|
||||
DIST videojak-2.0.tar.gz 16828195 SHA256 613511cd2d61165be338338c95ac03c5f3fc6c372e8a6cf62eb76142be807160
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
DESCRIPTION="VideoJak is an IP Video security assessment tool"
|
||||
HOMEPAGE="http://videojak.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="x86 amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="net-analyzer/ettercap"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "install failed"
|
||||
rm -rf "${D}/usr/share/man/" "${D}/usr/bin/etterlog" "${D}/usr/bin/etterfilter" "${D}/etc/etter.conf"
|
||||
}
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
DESCRIPTION="VideoJak is an IP Video security assessment tool"
|
||||
HOMEPAGE="http://videojak.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
|
||||
DEPEND="net-analyzer/ettercap"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "install failed"
|
||||
rm -rf "${D}/usr/share/man/" "${D}/usr/bin/etterlog" "${D}/usr/bin/etterfilter" "${D}/etc/etter.conf"
|
||||
}
|
||||
Loading…
Reference in a new issue