diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-21 10:13:03 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-21 10:13:15 +0200 |
commit | 22dd956fea8ca551447e998d0b7984c57eb5fff1 (patch) | |
tree | eab3c6a365b431930d004d55ecd7285943b96aa0 /app-forensics | |
parent | net-p2p/bitflu: Drop 1.50 and 1.51 (diff) | |
download | gentoo-22dd956fea8ca551447e998d0b7984c57eb5fff1.tar.gz gentoo-22dd956fea8ca551447e998d0b7984c57eb5fff1.tar.bz2 gentoo-22dd956fea8ca551447e998d0b7984c57eb5fff1.zip |
app-forensics/examiner: Drop 0.5-r2
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/examiner/examiner-0.5-r2.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/app-forensics/examiner/examiner-0.5-r2.ebuild b/app-forensics/examiner/examiner-0.5-r2.ebuild deleted file mode 100644 index 52d806d9d904..000000000000 --- a/app-forensics/examiner/examiner-0.5-r2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit eutils - -DESCRIPTION="Utilizes the objdump command to disassemble and comment foreign binaries" -HOMEPAGE="http://www.academicunderground.org/examiner/" -SRC_URI="http://www.academicunderground.org/examiner/${P}.tar.gz" -SLOT="0" -LICENSE="GPL-2+" -KEYWORDS="amd64 ppc x86" -IUSE="" - -DEPEND="" -RDEPEND="dev-lang/perl" - -src_prepare() { - # Do not install docs through Makefile wrt bug #241256 - sed -i -e '/$(DOC)/d' Makefile || die 'sed failed' - epatch "${FILESDIR}"/${P}-perl.patch -} - -src_compile() { :; } - -src_install() { - dodir /usr/bin /usr/share/${PN} /usr/share/man/man1 - - emake \ - MAN="${D}/usr/share/man/man1" \ - BIN="${D}/usr/bin" \ - SHARE="${D}/usr/share/examiner" \ - install - - dodoc docs/{README*,BUGS,CHANGELOG,TODO,TUTORIAL} - dodoc -r utils -} |