mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-24 15:51:03 +02:00
app-forensics: drop 'linen' (deprecated tool, Closes: https://github.com/pentoo/pentoo-overlay/issues/588)
This commit is contained in:
parent
1767eed4de
commit
f9de511154
2 changed files with 0 additions and 30 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST LinEn_61.zip 705347 SHA256 940173b60e8c8f973f16d9447832c8bd846fdb8185f60164e54cd9ece0ed46e1
|
||||
|
|
@ -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}"
|
||||
}
|
||||
Loading…
Reference in a new issue