app-forensics: drop 'linen' (deprecated tool, Closes: https://github.com/pentoo/pentoo-overlay/issues/588)

This commit is contained in:
Yury Martynov 2020-03-15 17:22:51 +03:00
parent 1767eed4de
commit f9de511154
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
2 changed files with 0 additions and 30 deletions

View file

@ -1 +0,0 @@
DIST LinEn_61.zip 705347 SHA256 940173b60e8c8f973f16d9447832c8bd846fdb8185f60164e54cd9ece0ed46e1

View file

@ -1,29 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: Exp $
EAPI="2"
#MY_P="LinEn_${PV}"
SRC_URI="LinEn_${PV}.zip"
DESCRIPTION="Encase's linen utility"
HOMEPAGE="http://www.encaseenterprise.com/support/LinEn_LicenseAgreement.aspx"
LICENSE="as-is"
SLOT="0"
KEYWORDS="amd64 arm ppc ppc64 x86"
IUSE=""
RDEPEND=""
DEPEND="app-arch/unzip"
RESTRICT="fetch"
S="${WORKDIR}"
src_install() {
dosbin linen
}
pkg_nofetch() {
einfo "Please go to ${HOMEPAGE} and accept the license"
einfo "to download linen. Save it to ${DISTDIR}"
}